.\" Generated by kramdown-man 1.0.1 .\" https://github.com/postmodern/kramdown-man#readme .TH ronin-db-web-vulns 1 "2024-01-01" Ronin DB "User Manuals" .SH NAME .PP ronin\-db\-web\-vulns \- Manages Web Vulns in the database .SH SYNOPSIS .PP \fBronin\-db urls\fR \[lB]\fIoptions\fP\[rB] .SH DESCRIPTION .PP Manages and queries discovered Web Vulnerabilities in the database\. .SH OPTIONS .TP \fB\-\-db\fR \fINAME\fP The database to connect to\. Defaults to \fBdefault\fR if not given\. .TP \fB\-\-db\-uri\fR \fIURI\fP The explicit database URI to connect to\. .RS .RS .IP \(bu 2 \fBsqlite3\fP: \fBsqlite3:relative\[sl]path\.db\fR or \fBsqlite3:\[sl]\[sl]\[sl]absolute\[sl]path\.db\fR .IP \(bu 2 \fBmysql\fP: \fBmysql:\[sl]\[sl]user:password\[at]host\[sl]database\fR .IP \(bu 2 \fBpostgres\fP: \fBpostgres:\[sl]\[sl]user:password\[at]host\[sl]database\fR .RE .RE .TP \fB\-\-db\-file\fR \fIPATH\fP The sqlite3 database file to use\. .TP \fB\-v\fR, \fB\-\-verbose\fR Enable verbose output\. .TP \fB\-t\fR, \fB\-\-with\-type\fR \fBlfi\fR\[or]\fBrfi\fR\[or]\fBsqli\fR\[or]\fBssti\fR\[or]\fBopen\-redirect\fR\[or]\fBreflected\-xss\fR\[or]\fBcommand\-injection\fR Searches for all web vulnerabilities of the given type\. .TP \fB\-H\fR, \fB\-\-for\-host\fR \fIHOST\fP Searches for web vulnerabilities effecting the host\. .TP \fB\-d\fR, \fB\-\-for\-domain\fR \fIDOMAIN\fP Searches for web vulnerabilities effecting the domain\. .TP \fB\-p\fR, \fB\-\-for\-path\fR \fIPATH\fP Searches for web vulnerabilities effecting the given URL\[cq]s path\. .TP \fB\-q\fR, \fB\-\-with\-query\-param\fR \fINAME\fP Searches for web vulnerabilities effecting the query param name\. .TP \fB\-\-with\-header\-name\fR \fINAME\fP Searches for web vulnerabilities effecting the HTTP header name\. .TP \fB\-c\fR, \fB\-\-with\-cookie\-param\fR \fINAME\fP Searches for web vulnerabilities effecting the cookie param name\. .TP \fB\-f\fR, \fB\-\-with\-form\-param\fR \fINAME\fP Searches for web vulnerabilities effecting the form param name\. .TP \fB\-M\fR, \fB\-\-with\-request\-method\fR \fIHTTP\[ru]METHOD\fP Searches for all web vulnerabilities with the HTTP request method\. .TP \fB\-h\fR, \fB\-\-help\fR Print help information\. .SH ENVIRONMENT .TP \fIHOME\fP Alternate location for the user\[cq]s home directory\. .TP \fIXDG\[ru]CONFIG\[ru]HOME\fP Alternate location for the \fB\[ti]\[sl]\.config\fR directory\. .TP \fIXDG\[ru]DATA\[ru]HOME\fP Alternate location for the \fB\[ti]\[sl]\.local\[sl]share\fR directory\. .SH FILES .TP \fB\[ti]\[sl]\.local\[sl]share\[sl]ronin\-db\[sl]database\.sqlite3\fR The default sqlite3 database file\. .TP \fB\[ti]\[sl]\.config\[sl]ronin\-db\[sl]database\.yml\fR Optional database configuration\. .SH AUTHOR .PP Postmodern .MT postmodern\.mod3\[at]gmail\.com .ME