
Python3 기반 SSH 사용자 열거 도구, CVE-2018-15473, 이 익스플로잇(https://www.exploit-db.com/exploits/45939)의 코드를 python2 대신 python3에서 작동하도록 업데이트했습니다.
Python3 기반 SSH 사용자 열거 도구, CVE-2018-15473. 저는 이 익스플로잇(https://www.exploit-db.com/exploits/45939)의 코드를 python2 대신 python3에서 작동하도록 업데이트했으며, 하나의 사용자만이 아니라 더 많은 사용자를 열거하는 기능을 구현하려고 하고 있습니다.
정상적으로 작동합니다. 사용 방법:
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.