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
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