aquatone icon indicating copy to clipboard operation
aquatone copied to clipboard

Feature Request - Parsing Tenable Nessus

Open gbiagomba opened this issue 3 years ago • 2 comments

Hello,

Would it be possible to add the feature that would allow aquatone to take a .nessus file and pull out URLs

gbiagomba avatar Oct 21 '21 12:10 gbiagomba

I could do that if you provide me one file as an example.

VasilyKaiser avatar Jan 16 '22 23:01 VasilyKaiser

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

denevin avatar Feb 03 '22 14:02 denevin