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用户枚举工具,Python3实现,CVE-2018-15473,我已将此漏洞利用代码(https://www.exploit-db.com/exploits/45939)更新为使用Python3而非Python2,并正在尝试实现枚举多个用户而非仅单个用户的功能。

OpenSSH < 7.7 - 用户枚举脚本(Python3)

sshuserenum3.py

运行良好,使用方法:

root@kitploit:~
python3 sshuserenum3.py 10.10.10.84 -p 22 root

IP = 位置参数
-p 指定SSH端口
user(例如root)尝试检查用户是否存在(位置参数)

casi.py

root@kitploit:~
待办,尚未完成,正在尝试实现一个字典列表功能。
下载工具