
Enumerador de usuarios SSH en Python3, CVE-2018-15473, actualicé el código de este exploit (https://www.exploit-db.com/exploits/45939) para que funcione con python3 en lugar de python2.
Enumerador de usuarios SSH en Python3, CVE-2018-15473. He actualizado el código de este exploit (https://www.exploit-db.com/exploits/45939) para que funcione con python3 en lugar de python2, y estoy intentando implementar funcionalidades para enumerar más usuarios en lugar de solo uno.
Funciona bien, cómo usarlo:
python3 sshuserenum3.py 10.10.10.84 -p 22 root
IP = positional argument
-p to specify the SSH port
user(for example root) to try the existence of a user (positional argument)
TO DO, STILL NOT DONE, Trying to implement a wordlist function.