File tree Expand file tree Collapse file tree 1 file changed +22
-6
lines changed
Expand file tree Collapse file tree 1 file changed +22
-6
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,12 @@ The Default Credentials Cheat Sheet tool is available on [pypi](https://pypi.org
4444$ pip3 install defaultcreds-cheat-sheet
4545$ creds search tomcat
4646```
47- Tested on:
48- * Kali linux
49- * Ubuntu
50- * Lubuntu
47+
48+ | Operating System | Tested |
49+ | ---------------------| -------------------|
50+ | Linux(Kali,Ubuntu,Lubuntu) | ✔️ |
51+ | macOS | ❌ |
52+ | Windows | ❌ |
5153
5254##### Manual Installation
5355
@@ -58,9 +60,9 @@ $ cp creds /usr/bin/ && chmod +x /usr/bin/creds
5860$ creds search tomcat
5961```
6062
61- #### Creds script
63+ ## Creds script
6264
63- * Usage Guide
65+ ### Usage Guide
6466``` bash
6567# Search for product creds
6668➤ creds search tomcat
@@ -90,6 +92,20 @@ New updates are available 🚧
9092
9193[+] Creds saved to /tmp/tomcat-usernames.txt , /tmp/tomcat-passwords.txt 📥
9294```
95+
96+ ** Run creds through proxy**
97+ ``` bash
98+ # Search for product creds
99+ ➤ creds search tomcat --proxy=http://localhost:8080
100+
101+ # update records
102+ ➤ creds update --proxy=http://localhost:8080
103+
104+ # Search for Tomcat creds and export results to /tmp/tomcat-usernames.txt , /tmp/tomcat-passwords.txt
105+ ➤ creds search tomcat --proxy=http://localhost:8080 export
106+ ```
107+
108+ > ** Proxy option** is only available from version 0.5.2
93109
94110[ ![ asciicast] ( https://asciinema.org/a/526599.svg )] ( https://asciinema.org/a/526599 )
95111
You can’t perform that action at this time.
0 commit comments