2010-04
While on an engagement a while ago I noticed that the tester’s workflow was time consuming as they were scrolling through nessus reports to find vulnerabilities in which they either needed to confirm or dig into deeper. There were many findings that could automatically be written up because the supporting information in the output was good enough and there was no need to prove out the vulnerability. And of course there were informational things in the report like traceroute output, ping times, mac address, operating system, etc. Good information to have, but not really needed while in vulnerability assessment / penetration testing mode.
What was needed was a way to show only the interesting things to focus on. So we took the nbe file and dumped it into a sqlite database, and wrote some sql statements so we could extract the data. At the core of the scripts, there are three reports that it can generate.
I do hope that others find these additions useful. I really hate it when testers have to spend time on low level findings. Yes they still need to be looked at and written up, but testers should be focusing on the interesting stuff. If you want to help with this project, tell us which nessus ids belong in the auto or manual report sections. Thanks and enjoy!