Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
SSH-User-Enum-Python3-CVE-2018-15473 — 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. | Kitploit
उपकरण/GitHubGitHub/sergiovks/ssh-user-enum-python3-cve-2018-15473
Vulnerability AnalysisExploitationInformation GatheringNetwork SecurityPenetration TestingAuthentication
GitHubsergiovks/ssh-user-enum-python3-cve-2018-15473

SSH-User-Enum-Python3-CVE-2018-15473

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.

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें
रिपॉजिटरी देखें
413 साल पहलेअभी तक समीक्षित नहीं

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.
टूल डाउनलोड करें