NAME
ronin-db-web-vulns - Manages Web Vulns in the database
SYNOPSIS
ronin-db urls [options]
DESCRIPTION
Manages and queries discovered Web Vulnerabilities in the database.
OPTIONS
--dbNAME- The database to connect to. Defaults to
defaultif not given. --db-uriURI- The explicit database URI to connect to.
- sqlite3:
sqlite3:relative/path.dborsqlite3:///absolute/path.db - mysql:
mysql://user:password@host/database - postgres:
postgres://user:password@host/database
- sqlite3:
--db-filePATH- The sqlite3 database file to use.
-v,--verbose- Enable verbose output.
-t,--with-typelfi|rfi|sqli|ssti|open-redirect|reflected-xss|command-injection- Searches for all web vulnerabilities of the given type.
-H,--for-hostHOST- Searches for web vulnerabilities effecting the host.
-d,--for-domainDOMAIN- Searches for web vulnerabilities effecting the domain.
-p,--for-pathPATH- Searches for web vulnerabilities effecting the given URL’s path.
-q,--with-query-paramNAME- Searches for web vulnerabilities effecting the query param name.
--with-header-nameNAME- Searches for web vulnerabilities effecting the HTTP header name.
-c,--with-cookie-paramNAME- Searches for web vulnerabilities effecting the cookie param name.
-f,--with-form-paramNAME- Searches for web vulnerabilities effecting the form param name.
-M,--with-request-methodHTTP_METHOD- Searches for all web vulnerabilities with the HTTP request method.
-h,--help- Print help information.
ENVIRONMENT
- HOME
- Alternate location for the user’s home directory.
- XDG_CONFIG_HOME
- Alternate location for the
~/.configdirectory. - XDG_DATA_HOME
- Alternate location for the
~/.local/sharedirectory.
FILES
~/.local/share/ronin-db/database.sqlite3- The default sqlite3 database file.
~/.config/ronin-db/database.yml- Optional database configuration.
AUTHOR
Postmodern postmodern.mod3@gmail.com