Sploitus

Exploit for SSH-User-Enum-Python3

kitploit · 2026-08-26

Exploit Code

MARKDOWN27 lines
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-SERGIOVKS-SSH-USER-ENUM-PYTHON3-CVE-2018-15473
# SSH-User-Enum-Python3-CVE-2018-15473

SSH User Enumerator in Python3, CVE-2018-15473, मैंने इस एक्सप्लॉइट (https://www.exploit-db.com/exploits/45939) के कोड को python2 के बजाय python3 के साथ काम करने के लिए अपडेट किया है, और मैं केवल एक के बजाय अधिक उपयोगकर्ताओं को एन्यूमरेट करने के लिए कार्यक्षमताओं को लागू करने का प्रयास कर रहा हूँ।

## OpenSSH < 7.7 - User Enumeration Scripts (Python3)

### sshuserenum3.py

ठीक काम करता है, उपयोग कैसे करें:

root@kitploit:~
    
    
    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)
    

### casi.py

root@kitploit:~
    
    
    TO DO, STILL NOT DONE, Trying to implement a wordlist function.