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
python3 main.py -t google.com
/home/root/punter/main.py:625: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if shodan_result is not "No information":
Traceback (most recent call last):
File "/home/root/punter/main.py", line 2, in
import ConfigParser as configparser
ModuleNotFoundError: No module named 'ConfigParser
The text was updated successfully, but these errors were encountered:
Hi, i cant run this it says
python3 main.py -t google.com
/home/root/punter/main.py:625: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if shodan_result is not "No information":
Traceback (most recent call last):
File "/home/root/punter/main.py", line 2, in
import ConfigParser as configparser
ModuleNotFoundError: No module named 'ConfigParser
The text was updated successfully, but these errors were encountered: