You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/bunter/cve-2018-15473/ssh-username-enum.py", line 27, in import paramiko ModuleNotFoundError: No module named 'paramiko'
If it have requirements.txt just run pip install -r requirements.txt
well personnally it didn't worked for me so I just run directly : pip install paramiko
I don't know if he forgot to put this in requirements any way it's reall simple to fix...
Still run working run : sudo pip3 install paramiko
and run the tool with python3 since it's not python2 sintax...
File "/home/bunter/cve-2018-15473/ssh-username-enum.py", line 27, in import paramiko ModuleNotFoundError: No module named 'paramiko'
The text was updated successfully, but these errors were encountered: