nethunteros / punter

Hunt domain names using DNSDumpster, WHOIS, Reverse WHOIS, Shodan, Crimeflare
The Unlicense
295 stars 43 forks source link

ModuleNotFoundError: No module named 'ConfigParser' #15

Open cimsz opened 1 year ago

cimsz commented 1 year ago

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

reallock commented 1 year ago

Using wrong python version, use python2 main.py