aquatone
aquatone copied to clipboard
Feature Request - Parsing Tenable Nessus
Hello,
Would it be possible to add the feature that would allow aquatone to take a .nessus file and pull out URLs
I could do that if you provide me one file as an example.
I could do that if you provide me one file as an example.
Here's a sample nessus xml file https://github.com/DefectDojo/sample-scan-files/tree/master/nessus I tried importing it to latest version of nessus and it worked. I also found this post on parsing nessus xml files that might be helpful https://avleonov.com/2020/03/09/parsing-nessus-v2-xml-reports-with-python/
Another screenshot tool eyewitness currently has this implemented as well as nmap parsing here https://github.com/FortyNorthSecurity/EyeWitness/blob/b4866e66bc960c318f17ec00876fff052cbb9d76/Python/modules/helpers.py#L80