RoliSoft/ReconScan

SyntaxError

ShadyAck opened this issue · 4 comments

I tried this, but receive:

image

Are you using Python 3 to run the script?

No, I use 2.7.13 on kali

willc commented

I came here to post this too. Seems to require a Python3 installation. Not a biggie, but many of the PWK folks may not have that.

Edit to add: Even with python3 installed (using virtualenv), there are issues with missing libnmap, colorama, and perhaps more. Haven't worked past those yet.

Maybe a baseline of requirements for the environment in which these scripts can operate would be good for the Readme?

willc commented

I ended up installing python3 on my Kali VM, then installed virtualenv and used it to create a workspace where I installed to run this ReconScan script. I had to 'pip install python-libnmap' and 'pip install colorama'. From there, everything worked.