RoliSoft / ReconScan

Network reconnaissance and vulnerability assessment tools.
GNU Affero General Public License v3.0
393 stars 93 forks source link

SyntaxError #2

Closed ShadyAck closed 2 years ago

ShadyAck commented 7 years ago

I tried this, but receive:

image

RoliSoft commented 7 years ago

Are you using Python 3 to run the script?

ShadyAck commented 7 years ago

No, I use 2.7.13 on kali

willc commented 7 years ago

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 7 years ago

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.