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

NAME

6       svreport.py - manual page for svreport.py v0.2.8
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              Copyright (C) 2007  Sandro Gauci <sandrogauc@gmail.com>
70
71              This program is free software: you can  redistribute  it  and/or
72              modify  it  under the terms of the GNU General Public License as
73              published by the Free Software Foundation, either version  3  of
74              the License, or (at your option) any later version.
75
76              This  program is distributed in the hope that it will be useful,
77              but WITHOUT ANY WARRANTY; without even the implied  warranty  of
78              MERCHANTABILITY  or  FITNESS  FOR A PARTICULAR PURPOSE.  See the
79              GNU General Public License for more details.
80
81              You should have received  a  copy  of  the  GNU  General  Public
82              License    along    with    this    program.     If   not,   see
83              <http://www.gnu.org/licenses/>.
84

SEE ALSO

86       The full documentation for svreport.py is maintained as a Texinfo  man‐
87       ual.   If  the  info and svreport.py programs are properly installed at
88       your site, the command
89
90              info svreport.py
91
92       should give you access to the complete manual.
93
94
95
96svreport.py v0.2.8               November 2012                  SVREPORT.PY(1)
Impressum