hammackj / risu

Risu is Nessus parser, that converts the generated reports into a ActiveRecord database, this allows for easy report generation and vulnerability verification.
http://hammackj.github.io/risu
MIT License
63 stars 20 forks source link

report template - stats by host #8

Closed ebdavison closed 13 years ago

ebdavison commented 13 years ago

Basically a template that is like the statistics template but with each host, sorted by IP, on a line with the number of each type of finding:

Count of Findings by IP Address

+---------+----------+------+--------+-----+
| IP      | Critical | High | Medium | Low |
+---------+----------+------+--------+-----+
| 1.1.1.1 | 10       | 14   | 32     | 3   |
+---------+----------+------+--------+-----+
| 1.1.1.2 | 14       | 11   | 27     | 5   |
+---------+----------+------+--------+-----+
| 1.1.1.3 |  9       |  2   |  7     | 1   |
+---------+----------+------+--------+-----+

etc.

hammackj commented 13 years ago

Would you like this in a table format? I will add a template like this in the next release.

ebdavison commented 13 years ago

Yes, table would be perfect.

hammackj commented 13 years ago

Added to v1.3. Should be available then or pull from source