GithubHelp home page GithubHelp logo

Required modules about reconscan HOT 5 CLOSED

rolisoft avatar rolisoft commented on June 16, 2024
Required modules

from reconscan.

Comments (5)

dare2netsec avatar dare2netsec commented on June 16, 2024

I think it has to do with the module not being properly imported into python. I'm trying to follow the advice here...

https://askubuntu.com/questions/470982/how-to-add-a-python-module-to-syspath/471168

I think this might be the solution, it's just not working yet.

from reconscan.

RoliSoft avatar RoliSoft commented on June 16, 2024

It seems that you have installed python-libnmap into Python 2.7, however, the script is written in Python 3.

Since the script is running with "./recon.py", you already have a Python 3 interpreter already installed, you just need to install python-libnmap into Python 3 instead of 2.7. To do so, run sudo pip3 install python-libnmap

If you don't have pip3, follow the instructions from here to get it: http://stackoverflow.com/a/6587528/156626

from reconscan.

dare2netsec avatar dare2netsec commented on June 16, 2024

Thanks for the followup, I appreciate it. I can't believe I didn't notice the python version; the small things matter. I'm almost out of data for this month and the python3-pip download is quite large. I'll have to try it at the end of the month.

from reconscan.

doglife007 avatar doglife007 commented on June 16, 2024

same error i got
same to be fix if install pip3 ---> python 3 ---> colorama
i do this
pip3 install python-libnmap
bash: pip3: command not found
i see i dont have pip3 so i try to install pip3 whit --->>
apt-get install python3-pip
pip3 install python-libnmap
if u don`t have coloramta on python3 you better get one
pip3 install colorama
It seems to work for me

from reconscan.

Shumphead avatar Shumphead commented on June 16, 2024

Another way is to 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

from reconscan.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.