
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 Enumerator in Python3, 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.