cheetz / sslScrape

SSLScrape | A scanning tool for scaping hostnames from SSL certificates.
329 stars 102 forks source link

ImportError: No module named requests #10

Open IamLucif3r opened 3 years ago

IamLucif3r commented 3 years ago

While running the tool using the command stated in the README.md file, it is returning an error stating no module named requests. The Result after running "python sslScrape.py 10.100.100.0/24" is:

Traceback (most recent call last): File "sslScrape.py", line 25, in import sys, socket, ssl, requests, ipaddress ImportError: No module named requests

clevercoder91 commented 3 years ago

use python3 and i have updates Script to python3