You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: