Skip to content

Commit 5b8aea3

Browse files
authored
Update README.md
1 parent f496b8c commit 5b8aea3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@ You can turn the cheat sheet into a cli command and perform search queries for a
5454
Check for new updates...🔍
5555
New updates are available 🚧
5656
[+] Download database...
57+
58+
# Export Creds to files (could be used for brute force attacks)
59+
➤ python3 creds search tomcat export
60+
+----------------------------------+------------+------------+
61+
| Product | username | password |
62+
+----------------------------------+------------+------------+
63+
| apache tomcat (web) | tomcat | tomcat |
64+
| apache tomcat (web) | admin | admin |
65+
...
66+
+----------------------------------+------------+------------+
67+
68+
[+] Creds saved to /tmp/tomcat-usernames.txt , /tmp/tomcat-passwords.txt 📥
5769
```
5870

5971
#### Pass Station

0 commit comments

Comments
 (0)