
SSH User Enumerator in Python3, CVE-2018-15473, ho aggiornato il codice di questo exploit (https://www.exploit-db.com/exploits/45939) per farlo funzionare con python3 invece di python2.
Enumeratore di utenti SSH in Python3, CVE-2018-15473, ho aggiornato il codice di questo exploit (https://www.exploit-db.com/exploits/45939) per funzionare con python3 invece di python2, e sto cercando di implementare funzionalità per enumerare più utenti invece di uno solo.
Funziona correttamente, ecco come 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.