cve-2018-15473 icon indicating copy to clipboard operation
cve-2018-15473 copied to clipboard

not running

Open kaal-kali opened this issue 2 years ago • 1 comments

File "/home/bunter/cve-2018-15473/ssh-username-enum.py", line 27, in import paramiko ModuleNotFoundError: No module named 'paramiko'

kaal-kali avatar Apr 04 '22 08:04 kaal-kali

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...

Xprogrammer777 avatar May 19 '22 11:05 Xprogrammer777