File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,18 @@ You can turn the cheat sheet into a cli command and perform search queries for a
5454Check for new updates...🔍
5555New 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
You can’t perform that action at this time.
0 commit comments