Post

Search for default passwords

Search for default passwords

Search for default passwords

Are you searching for a default password? Stop searching. There is a place - a one-stop shop - for default passwords. Just install it from GitHub and you are good to go.

Source: https://github.com/ihebski/DefaultCreds-cheat-sheet

Installation

Install defaultcreds-cheat-sheet.

1
pip3 install defaultcreds-cheat-sheet

Usage

Example search for default password for tomcat.

1
creds search tomcat

Output:

1
2
3
4
5
6
7
+----------------------------------+------------+------------+
| Product                          |  username  |  password  |
+----------------------------------+------------+------------+
| apache tomcat (web)              |   tomcat   |   tomcat   |
| apache tomcat (web)              |   admin    |   admin    |
...
+----------------------------------+------------+------------+
This post is licensed under CC BY 4.0 by the author.