Git Product home page Git Product logo

Comments (5)

cheetz avatar cheetz commented on August 11, 2024

Hi The-legend3,

Did you install the requirements listed in the requirements.txt file:

Requirements:
pip install ndg-httpsclient
pip install python-masscan

Let me know if that fixes it.

from sslscrape.

The-legend3 avatar The-legend3 commented on August 11, 2024

Hi cheetz,

Thanks for your prompt response.

The requirements are already satisfied (see below).

root@legendary:~/sslScrape# pip3 install ndg-httpsclient Requirement already satisfied: ndg-httpsclient in /usr/local/lib/python3.5/dist-packages (0.5.0) Requirement already satisfied: PyOpenSSL in /usr/local/lib/python3.5/dist-packages (from ndg-httpsclient) (18.0.0) Requirement already satisfied: pyasn1>=0.1.1 in /usr/lib/python3/dist-packages (from ndg-httpsclient) (0.1.9) Requirement already satisfied: cryptography>=2.2.1 in /usr/local/lib/python3.5/dist-packages (from PyOpenSSL->ndg-httpsclient) (2.2.2) Requirement already satisfied: six>=1.5.2 in /usr/local/lib/python3.5/dist-packages (from PyOpenSSL->ndg-httpsclient) (1.11.0) Requirement already satisfied: idna>=2.1 in /usr/local/lib/python3.5/dist-packages (from cryptography>=2.2.1->PyOpenSSL->ndg-httpsclient) (2.5) Requirement already satisfied: asn1crypto>=0.21.0 in /usr/local/lib/python3.5/dist-packages (from cryptography>=2.2.1->PyOpenSSL->ndg-httpsclient) (0.24.0) Requirement already satisfied: cffi>=1.7; platform_python_implementation != "PyPy" in /usr/local/lib/python3.5/dist-packages (from cryptography>=2.2.1->PyOpenSSL->ndg-httpsclient) (1.11.5) Requirement already satisfied: pycparser in /usr/local/lib/python3.5/dist-packages (from cffi>=1.7; platform_python_implementation != "PyPy"->cryptography>=2.2.1->PyOpenSSL->ndg-httpsclient) (2.18)

root@legendary:~/sslScrape# pip3 install python-masscan Requirement already satisfied: python-masscan in /usr/local/lib/python3.5/dist-packages (0.1.1)

from sslscrape.

cheetz avatar cheetz commented on August 11, 2024

Might be wrong here, but pip3 is for python3 and this is for python 2.7. Can you try it just doing pip instead of pip3?

-pk

from sslscrape.

The-legend3 avatar The-legend3 commented on August 11, 2024

PK,

You are right here. Just installed it with pip and it worked fine. Thanks for your help.

from sslscrape.

cheetz avatar cheetz commented on August 11, 2024

Np, hope you are enjoying the book!

from sslscrape.

Related Issues (8)

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.