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

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

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

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

工具目录

分类

查看所有分类
Loading categories
DefaultCreds-cheat-sheet — 一个集中存放所有默认凭据的地方,帮助蓝队/红队成员识别使用默认密码的设备 🛡️ | Kitploit
工具/GitHubGitHub/ihebski/defaultcreds-cheat-sheet
防御工具侦察密码攻击漏洞分析信息收集渗透测试学习与教育红队精选资源
GitHubihebski/defaultcreds-cheat-sheet

DefaultCreds-cheat-sheet

一个集中存放所有默认凭据的地方,帮助蓝队/红队成员识别使用默认密码的设备 🛡️

查看仓库
6.7k7821个月前Kitploit 审核通过

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站

默认凭据速查表

汇集所有默认凭据的一站式工具,用于在安全测试/蓝队行动中协助渗透测试人员,包含多种产品的默认登录名/密码详情,数据来源于多个参考源。

附注:大部分凭据来自 changeme、routersploit 和 Seclists 项目,你可以使用这些工具自动化过程 https://github.com/ztgrace/changeme 、 https://github.com/threat9/routersploit (感谢这些出色的工作)

  • 项目进行中

动机

  • 一份涵盖最常见厂商默认凭据的文档
  • 在渗透测试/红队行动中协助渗透测试人员
  • 帮助蓝队成员通过发现此安全漏洞来保护公司基础设施资产,以便进行缓解。参见 OWASP 指南 [WSTG-ATHN-02] - 测试默认凭据

数据集简要统计

产品/厂商用户名密码
计数371137113711
唯一值139811211680
最常用Oracle
频率235814479

来源

  • Changeme
  • Routersploit
  • betterdefaultpasslist
  • Seclists
  • ics-default-passwords (感谢 @noraj)
  • 厂商文档/博客

安装与使用

默认凭据速查表工具可在 pypi 上获取

root@kitploit:~
$ pip3 install defaultcreds-cheat-sheet
$ creds search tomcat
操作系统已验证
Linux(Kali,Ubuntu,Lubuntu)✔️
Windows(10,11)✔️
macOS✔️
手动安装
root@kitploit:~
$ git clone https://github.com/ihebski/DefaultCreds-cheat-sheet
$ pip3 install -r requirements.txt
$ cp creds /usr/bin/ && chmod +x /usr/bin/creds
$ creds search tomcat

Creds 脚本

使用指南

root@kitploit:~
# Search for product creds
➤ creds search tomcat
+----------------------------------+------------+------------+
| Product                          |  username  |  password  |
+----------------------------------+------------+------------+
| apache tomcat (web)              |   tomcat   |   tomcat   |
| apache tomcat (web)              |   admin    |   admin    |
...
+----------------------------------+------------+------------+

# Update records
➤ creds update
Check for new updates...🔍
New updates are available 🚧
[+] Download database...

# Export Creds to files (could be used for brute force attacks)
➤ creds search tomcat export
+----------------------------------+------------+------------+
| Product                          |  username  |  password  |
+----------------------------------+------------+------------+
| apache tomcat (web)              |   tomcat   |   tomcat   |
| apache tomcat (web)              |   admin    |   admin    |
...
+----------------------------------+------------+------------+

[+] Creds saved to /tmp/tomcat-usernames.txt , /tmp/tomcat-passwords.txt 📥

通过代理运行 creds

root@kitploit:~
# Search for product creds
➤ creds search tomcat --proxy=http://localhost:8080

# update records
➤ creds update --proxy=http://localhost:8080

# Search for Tomcat creds and export results to /tmp/tomcat-usernames.txt , /tmp/tomcat-passwords.txt
➤ creds search tomcat --proxy=http://localhost:8080 export

代理选项 仅从版本 0.5.2 开始可用

asciicast

Pass Station

noraj 创建了命令行工具和库,用于在此数据库中搜索默认凭据,使用 DefaultCreds-Cheat-Sheet.csv。该工具名为 Pass Station(文档),具有强大的搜索功能(字段、开关、正则表达式、高亮)和输出格式(简单表格、漂亮表格、JSON、YAML、CSV)。

asciicast

贡献

如果你找不到特定产品的密码,请提交拉取请求以更新数据集。

免责声明

仅用于教育目的,使用时请自行承担责任。

下载工具