Scroll to navigation

SVREPORT(1) User Commands SVREPORT(1)

NAME

svreport.py - report engine manage sessions from previous scans with SIPVicious

SYNOPSIS

svreport.py [command] [options]

DESCRIPTION

Supported commands:

- list: lists all scans
exports the given scan to a given format
deletes the scan
print out some statistics of interest
search for a specific string in the user agent (svmap)

examples:

svreport.py list
svreport.py export -f pdf -o scan1.pdf -s scan1
svreport.py delete -s scan1

OPTIONS

show program's version number and exit
show this help message and exit
Increase verbosity
Quiet mode
Type of session. This is usually either svmap, svwar or svcrack. If not set I will try to find the best match
Name of the session
Format type. Can be stdout, pdf, xml, csv or txt
Output filename
Do not resolve the ip address
Used togather with 'list' command to count the number of entries
SIPVicious report engine manages sessions from previous scans with SIPVicious tools and allows you to export these scans.

Copyright (C) 2021 Sandro Gauci <sandrogauc@gmail.com>

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.
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.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

SEE ALSO

The full documentation for svreport.py can be found on GitHub at <https://github.com/enablesecurity/sipvicious/wiki>.

June 2020 svreport.py v0.3.3