Get-Shodan icon indicating copy to clipboard operation
Get-Shodan copied to clipboard

Error appears when running getShodan.py

Open Visalyputra opened this issue 4 years ago • 2 comments

when i type this one python3 getShodan.py -h i got this error

File "getShodan.py", line 30

SyntaxError: invalid syntax

and when i type this one python getShodan.py -h

i got this error

Traceback (most recent call last): File "getShodan.py", line 2, in import shodan ImportError: No module named shodan

i have installed the shodan module and this error still appear.

Can you help me with this one? on how to solve this problem?

Visalyputra avatar Nov 07 '20 20:11 Visalyputra

Please make the download by country (--country ). The lack of this function is a big minus. Thanks

fox4914 avatar Jul 10 '21 08:07 fox4914

when i type this one python3 getShodan.py -h i got this error

File "getShodan.py", line 30

SyntaxError: invalid syntax

and when i type this one python getShodan.py -h

i got this error

Traceback (most recent call last): File "getShodan.py", line 2, in import shodan ImportError: No module named shodan

i have installed the shodan module and this error still appear.

Can you help me with this one? on how to solve this problem?

pip install shodan

fox4914 avatar Jul 10 '21 08:07 fox4914