Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project System Requirements #4

Open
marcosfreitas opened this issue Sep 15, 2017 · 3 comments
Open

Project System Requirements #4

marcosfreitas opened this issue Sep 15, 2017 · 3 comments

Comments

@marcosfreitas
Copy link

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'

@Shumphead
Copy link

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

@nsa
Copy link

nsa commented Apr 24, 2018

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

@pdelteil
Copy link

Easier steps to install:

pip3 install python-libnmap colorama

Run:
python3 ./recon.py -v TARGET

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants