.TH SVREPORT "1" "June 2020" "svreport.py v0.3.3" "User Commands" .SH NAME svreport.py \- report engine manage sessions from previous scans with SIPVicious .SH SYNOPSIS .B svreport.py [\fIcommand\fR] [\fIoptions\fR] .SH DESCRIPTION Supported commands: .IP \- list: lists all scans .TP \- export: exports the given scan to a given format .TP \- delete: deletes the scan .TP \- stats: print out some statistics of interest .TP \- search: search for a specific string in the user agent (svmap) .PP examples: .PP .IP svreport.py list .PP .IP svreport.py export \fB\-f\fR pdf \fB\-o\fR scan1.pdf \fB\-s\fR scan1 .PP .IP svreport.py delete \fB\-s\fR scan1 .PP .SH OPTIONS .TP \fB\-\-version\fR show program's version number and exit .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-v\fR, \fB\-\-verbose\fR Increase verbosity .TP \fB\-q\fR, \fB\-\-quiet\fR Quiet mode .TP \fB\-t\fR SESSIONTYPE, \fB\-\-type\fR=\fISESSIONTYPE\fR Type of session. This is usually either svmap, svwar or svcrack. If not set I will try to find the best match .TP \fB\-s\fR SESSION, \fB\-\-session\fR=\fISESSION\fR Name of the session .TP \fB\-f\fR FORMAT, \fB\-\-format\fR=\fIFORMAT\fR Format type. Can be stdout, pdf, xml, csv or txt .TP \fB\-o\fR OUTPUTFILE, \fB\-\-output\fR=\fIOUTPUTFILE\fR Output filename .TP \fB\-n\fR Do not resolve the ip address .TP \fB\-c\fR, \fB\-\-count\fR Used togather with 'list' command to count the number of entries .IP SIPVicious report engine manages sessions from previous scans with SIPVicious tools and allows you to export these scans. Copyright (C) 2021 Sandro Gauci .IP This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. .IP This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. .IP You should have received a copy of the GNU General Public License along with this program. If not, see . .SH "SEE ALSO" The full documentation for .B svreport.py can be found on GitHub at .