Skip to content

Usage_spdb

CausticKirbyZ edited this page Aug 2, 2022 · 1 revision

SPDB

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.

Commands

help

  • This outputs the help menu and should be consulted first before this wiki

usernames

  • this will print out a list of uniq usernames from the database of what has been sprayed

passwords

  • this will print out a list of uniq passwords from the database of what has been sprayed

valid | creds

  • this will print out a table of valid username/password combinations from the database

sprayed

  • 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

search

  • this will serach the database (both usernames and passwords) for the provided search string

export

  • this will export data from the database for the provided category (usernames, passwords, valid, sprayed )