yet-another-nessus-parser
yet-another-nessus-parser copied to clipboard
A parser to extract information from .nessus file format
TODO: Print version number again in output.
Fix the assumption that Plugin ID's are 5 digits long resulting in a 'PluginID format error' when a 6 digit value is specified. There are now over 100000 plugins. I've...
Hey Alessandro, As promised, I have updated the code to use lxml.etree instead of Minidom. This allows the code to parse multiple large .nessus XML files quickly. This code, however,...