
SSH User Enumerator em Python3, CVE-2018-15473, Eu atualizei o código deste exploit (https://www.exploit-db.com/exploits/45939) para funcionar com python3 em vez de python2.
Enumerator de usuários SSH em Python3, CVE-2018-15473. Atualizei o código deste exploit (https://www.exploit-db.com/exploits/45939) para funcionar com python3 em vez de python2, e estou tentando implementar funcionalidades para enumerar mais usuários em vez de apenas um.
Funciona bem, como usar:
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.