-
Notifications
You must be signed in to change notification settings - Fork 2
Usage_spdb
CausticKirbyZ edited this page Aug 2, 2022
·
1 revision
This is the interactive utility for the backend database behind SprayCannon. This utility is capable of exporting, querying and searching the database.
SprayCannon will output a spray.db file to WHEREVER SPRAYCANNON IS RUN FROM!!!. This is a sqlite3 database and can be queried from either manually(eww gross) or through a sister program spdb.
- This outputs the help menu and should be consulted first before this wiki
- this will print out a list of uniq usernames from the database of what has been sprayed
- this will print out a list of uniq passwords from the database of what has been sprayed
- this will print out a table of valid username/password combinations from the database
- this will print out a list of all username/password combos and timestamps from the database of what has been sprayed this is not uniq as it is a timestamped log of what was sprayed and when and through which spraytype
- this will serach the database (both usernames and passwords) for the provided search string
- this will export data from the database for the provided category (usernames, passwords, valid, sprayed )