ReconScan icon indicating copy to clipboard operation
ReconScan copied to clipboard

i got it error

Open hackersden09 opened this issue 6 years ago • 2 comments

root@kali:~/Desktop/weapons/ReconScan# ./vulnscan.py 'Apache 2.2.8' Traceback (most recent call last): File "./vulnscan.py", line 24, in from libnmap.parser import NmapParser ModuleNotFoundError: No module named 'libnmap'

hackersden09 avatar Dec 29 '19 08:12 hackersden09

yeah I had the same issue, tried installing the module but still nothing

Gr1mmie avatar Feb 14 '20 15:02 Gr1mmie

pip install python-libnmap

Jpmij avatar May 05 '20 20:05 Jpmij