Voltar ao ranking

ihebski/DefaultCreds-cheat-sheet

Pythonpypi.org/project/DefaultCreds_cheat_sheet/

One place for all the default credentials to assist the Blue/Red teamers identifying devices with default password 🛡️

infosecdefault-passwordpentestingbugbountypentestcheatsheetcybersecurityblueteamoffensive-securityexploitblueteam-toolsblueteaming
Crescimento de estrelas
Estrelas
6.7k
Forks
782
Crescimento semanal
Issues
0
2k4k6k
jan. de 2021nov. de 2022set. de 2024jul. de 2026
ArtefatosPyPIpip install defaultcreds-cheat-sheet
README

Default Credentials Cheat Sheet

One place for all the default credentials to assist pentesters/blue Teamers during engagements, featuring default login/password details for various products sourced from multiple references.

P.S : Most of the credentials were extracted from changeme,routersploit and Seclists projects, you can use these tools to automate the process https://github.com/ztgrace/changeme , https://github.com/threat9/routersploit (kudos for the awesome work)

  • Project in progress

Motivation

  • One document for the most known vendors default credentials
  • Assist pentesters during a pentest/red teaming engagement
  • Helping the Blue teamers to secure the company infrastructure assets by discovering this security flaw in order to mitigate it. See OWASP Guide [WSTG-ATHN-02] - Testing_for_Default_Credentials

Short stats of the dataset

Product/Vendor Username Password
count 3711 3711 3711
unique 1398 1121 1680
top Oracle
freq 235 814 479

Sources

Installation & Usage

The Default Credentials Cheat Sheet tool is available on pypi

$ pip3 install defaultcreds-cheat-sheet
$ creds search tomcat
Operating System Tested
Linux(Kali,Ubuntu,Lubuntu) ✔️
Windows(10,11) ✔️
macOS ✔️
Manual Installation
$ 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 script

Usage Guide

# 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 📥

Run creds through proxy

# 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

Proxy option is only available from version 0.5.2

asciicast

Pass Station

noraj created CLI & library to search for default credentials among this database using DefaultCreds-Cheat-Sheet.csv. The tool is named Pass Station (Doc) and has some powerful search feature (fields, switches, regexp, highlight) and output (simple table, pretty table, JSON, YAML, CSV).

asciicast

Contribute

If you cannot find the password for a specific product, please submit a pull request to update the dataset.

Disclaimer

For educational purposes only, use it at your own responsibility.

Repositórios relacionados
sherlock-project/sherlock

Hunt down social media accounts by username across social networks

PythonPyPIMIT Licenseosintreconnaissance
sherlockproject.xyz
86.9k10.2k
soxoj/maigret

🕵️‍♂️ Collect a dossier on a person by username from 3000+ sites

PythonPyPIMIT Licenseosintsocial-network
maigret.app
35.6k2.7k
mukul975/Anthropic-Cybersecurity-Skills

817 structured cybersecurity skills for AI agents · Mapped to 6 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND, NIST AI RMF & MITRE F3 (Fight Fraud) · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platforms · 29 security domains · Apache 2.0

PythonPyPIApache License 2.0ai-agentsclaude-code
mahipal.engineer/Anthropic-Cybersecurity-Skills/
26.3k3.2k
smicallef/spiderfoot

SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.

PythonPyPIMIT Licensefootprintingosint
spiderfoot.net
19.8k3.2k
ffuf/ffuf

Fast web fuzzer written in Go

GoGo ModulesMIT Licensefuzzerpentesting
16.4k1.6k
wazuh/wazuh

Wazuh - The Open Source Security Platform. Unified XDR and SIEM protection for endpoints and cloud workloads.

C++Othersecuritycompliance
wazuh.com
16.2k2.4k
maurosoria/dirsearch

Web path scanner

PythonPyPIfuzzerfuzzing
14.5k2.4k
digininja/DVWA

Damn Vulnerable Web Application (DVWA)

PHPPackagistGNU General Public License v3.0dvwaphp
13.4k5k
threat9/routersploit

Exploitation Framework for Embedded Devices

PythonPyPIOtherpythonsecurity
13.2k2.4k
dstotijn/hetty

An HTTP toolkit for security research.

GoGo ModulesMIT Licensemitmproxy
hetty.xyz
11.9k770
infosecn1nja/Red-Teaming-Toolkit

This repository contains cutting-edge open-source security tools (OST) for a red teamer and threat hunter.

GNU General Public License v3.0red-teamhacking
10.5k2.4k
samratashok/nishang

Nishang - Offensive PowerShell for red team, penetration testing and offensive security.

PowerShellOtherpowershellnishang
10k2.5k