ReconScan icon indicating copy to clipboard operation
ReconScan copied to clipboard

Project System Requirements

Open marcosfreitas opened this issue 6 years ago • 3 comments

What libraries this project needs? Please create a section with this information, I couldn't use it because of this error: perl recon.py --help Traceback (most recent call last): File "recon.py", line 21, in <module> from libnmap.parser import NmapParser ImportError: No module named 'libnmap'

marcosfreitas avatar Sep 15 '17 23:09 marcosfreitas

python-libnmap & colorama Download https://pypi.python.org/pypi/python-libnmap & https://pypi.python.org/pypi/colorama

Then run python3 /python-libnmap/setup.py install & python3 /colorama/setup.py install

Shumphead avatar Oct 15 '17 03:10 Shumphead

I believe there should be dependencies part in README just in case if someone wants to run on any system that runs python.

nsa avatar Apr 24 '18 10:04 nsa

Easier steps to install:

pip3 install python-libnmap colorama

Run: python3 ./recon.py -v TARGET

pdelteil avatar May 13 '19 04:05 pdelteil