SSH User Enumerator in Python3, CVE-2018-15473, I updated the code of this exploit (https://www.exploit-db.com/exploits/45939) to work with python3 instead of python2.
# SSH-User-Enum-Python3-CVE-2018-15473
SSH User Enumerator in Python3, CVE-2018-15473, I've updated the code of this exploit (https://www.exploit-db.com/exploits/45939) to work with python3 instead of python2, and I'm trying to implement functionalities to enumerate more users instead of only one.
<h2>OpenSSH < 7.7 - User Enumeration Scripts (Python3)</h2>
<h3>sshuserenum3.py</h3>
Works fine, how to use:
```
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)
```
<h3>casi.py</h3>
```
TO DO, STILL NOT DONE, Trying to implement a wordlist function.
```
登录后查看神龙缓存的 POC 文件快照
登录查看