I'm unable to use Shodan CLI.
Steps:
I have tried to follow the steps here: Shodan CLI - Official Page
Even by running:
easy_install shodan
I have also tried to:
pip install shodan
And it does install but it still don't works, the thing is that I get the following warning error:
WARNING: The script shodan is installed in '/home/USER/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
I'm still not able to make it work. Not even by going to the Directory /home/USER/.local/bin
PD:
I have even tried to:
apt-get install shodan
But there is no package found.
You need to add your directory to
PATHdirectory by typing in the command:or
You can also use
aliasas another option:Check if
shodan's directory is listed by typing:The directory should appear like this:
Either of these methods successfully runs
shodanon my end.I've used the following links as references: