jimywork / shodanwave

Shodanwave is a tool for exploring and obtaining information from Netwave IP Camera.
https://twitter.com/6IX7ine
242 stars 74 forks source link

Error: no module named shodan #17

Open Babushkadecesarw opened 2 years ago

Babushkadecesarw commented 2 years ago

Hi, i installed everything i needed to run shodanwave on my kali 2021.3 system but it shows the error above, i tried updating shodan but it didnt help.

is107964 commented 2 years ago

I have the same issue: Error: No module named shodan

Try this ... pip install -r /path/to/requirements.txt Traceback (most recent call last): File "./shodanwave.py", line 357, in main() File "./shodanwave.py", line 37, in main Graph = Figlet(font='slant') NameError: global name 'Figlet' is not defined