1SVREPORT.PY(1)                   User Commands                  SVREPORT.PY(1)
2
3
4

NAME

6       svreport.py - manual page for svreport.py v0.3.3
7

SYNOPSIS

9       svreport.py [command] [options]
10

DESCRIPTION

12       Supported commands:
13
14              - list: lists all scans
15
16       - export:
17              exports the given scan to a given format
18
19       - delete:
20              deletes the scan
21
22       - stats:
23              print out some statistics of interest
24
25       - search:
26              search for a specific string in the user agent (svmap)
27
28       examples:
29
30              svreport.py list
31
32              svreport.py export -f pdf -o scan1.pdf -s scan1
33
34              svreport.py delete -s scan1
35

OPTIONS

37       --version
38              show program's version number and exit
39
40       -h, --help
41              show this help message and exit
42
43       -v, --verbose
44              Increase verbosity
45
46       -q, --quiet
47              Quiet mode
48
49       -t SESSIONTYPE, --type=SESSIONTYPE
50              Type of session. This is usually either svmap, svwar or svcrack.
51              If not set I will try to find the best match
52
53       -s SESSION, --session=SESSION
54              Name of the session
55
56       -f FORMAT, --format=FORMAT
57              Format type. Can be stdout, pdf, xml, csv or txt
58
59       -o OUTPUTFILE, --output=OUTPUTFILE
60              Output filename
61
62       -n     Do not resolve the ip address
63
64       -c, --count
65              Used togather with 'list' command to count the number of entries
66
67              SIPVicious report engine manages sessions  from  previous  scans
68              with SIPVicious tools and allows you to export these scans.
69
70              Copyright (C) 2021 Sandro Gauci <sandrogauc@gmail.com>
71
72              This  program  is  free software: you can redistribute it and/or
73              modify it under the terms of the GNU General Public  License  as
74              published  by  the Free Software Foundation, either version 3 of
75              the License, or (at your option) any later version.
76
77              This program is distributed in the hope that it will be  useful,
78              but  WITHOUT  ANY WARRANTY; without even the implied warranty of
79              MERCHANTABILITY or FITNESS FOR A PARTICULAR  PURPOSE.   See  the
80              GNU General Public License for more details.
81
82              You  should  have  received a copy of the GNU General Public Li‐
83              cense    along    with    this    program.     If    not,    see
84              <http://www.gnu.org/licenses/>.
85

SEE ALSO

87       The  full  documentation  for  svreport.py  can  be  found on GitHub at
88       <https://github.com/enablesecurity/sipvicious/wiki>.
89
90
91
92svreport.py v0.3.3                 June 2020                    SVREPORT.PY(1)
Impressum