-
Notifications
You must be signed in to change notification settings - Fork 1
Display Statistics
George Ehrhorn edited this page Jun 18, 2013
·
2 revisions
Nessus analyzer has the ability to display a simple statistics table. To do this you need to use the --show-statistics
flag.
$ ./nessus-analyzer.rb -f report.nessus --show-statistics
+------------------------------------------+---------------+
| SCAN TITLE GOES HERE |
+------------------------------------------+---------------+
| Total hosts | 826 |
| High severity issues | 1547 |
| Medium severity issues | 7475 |
| Low severity isseus | 1576 |
+------------------------------------------+---------------+
| CVSS / host | 58.67 |
| Ports / host | 12.00 |
| % Hosts with a high severity issue | 88.01% |
| Events per host | 12.83 |
+------------------------------------------+---------------+