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

server type #22

Closed ebdavison closed 13 years ago

ebdavison commented 13 years ago

I need to be able to pull a list and count of servers by type to populate the following sort of table:

host type | count server | xxx workstation | xx printer | xx

etc.

hammackj commented 13 years ago

Not sure how to exactly pull this. Nessus doesn't know what the device is other that the OS on some systems. I could take all Windows Server boxes and consider them servers and the others are workstations. But for linux/etc this is harder because a linux server and workstation could be the same software.

Any thing specific on how you think I should break those up?

ebdavison commented 13 years ago

I suppose I could do this myself if I could get to the OS string somehow in my report template and be able to specify multiple "like" searches.

hammackj commented 13 years ago

All of the Host objects have .os to get the OS if Nessus was able to get the data.

hammackj commented 13 years ago

Closing this one.

ebdavison commented 13 years ago

Nod.