We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f496b8c commit 5b8aea3Copy full SHA for 5b8aea3
README.md
@@ -54,6 +54,18 @@ You can turn the cheat sheet into a cli command and perform search queries for a
54
Check for new updates...🔍
55
New updates are available 🚧
56
[+] 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 📥
69
```
70
71
#### Pass Station
0 commit comments