Archive

Archive for the ‘Nessus’ Category

ShmooCon 2011

January 27th, 2011 5 comments

It’s time for ShmooCon 2011, YEAH!!! This is my first time attending and I am very excited. I would like to release a few maintenance releases of my Nessus Vulnerability XML Parser v8 and Cisco ACL Parser v0.05.

Nessus Vulnerability XML Parser v8 – There was a bug in the creation of the TEXT File report generation. The issue was cause by a variable I called in a foreach loop, if the variable was not an array, but a hash the script would fail. No other changes were made.

The Cisco ACL Parser v0.05 – In the ASA a type of ACL used for the SSL Any-Connect Portal is called a WEBACL. There was a problem in the parsing of these ACL types. Also I changed the name of the output file to be the device hostname-output.csv “fw01-output.csv” instead of “hostname fw01-output.csv”.

I hope everyone enjoys the scripts and I hope to see you at ShmooCon.

Nessus Vulnerability XML Parser v7

December 14th, 2010 9 comments

Greetings ALL,

A few people asked for some changes to the output of the Nessus Vulnerability XML Parser, so I here they are. One High, Medium and Low severity Vulnerability tabs I added the following fields: BID, CVE, OSVDB, Description and Solution. These field can help provide the user with a little more data or aid the priorities given to corrective actions. Also my first contributor added code to put the date on the end of the file names. Thank you very much Whinston, I am very happy to added your contribution to my project.
parse_nessus_xml.v7.pl

Categories: Nessus Tags: ,

Nessus Vulnerability XML Parser v6

May 25th, 2010 Comments off

I found an error in the vulnerability worksheets.  So I fixed them and added the port scanning reporting found in the Nessus XML file.  Enjoy…parse_nessus_xml-for-blog.v6.pl

Categories: Nessus Tags: , ,