How to
This is the second post in a series on getting vulnerability assessment data into ELSA. This time we tackle Nessus v2 format. I won't review all the things I did in the previous post because the concepts are exactly the same. Essentially, you can download my Python script from Github here. The commands to run the script are essentially the same:
# python NessustoELSA.py -i report.nessus -s
# mysql < nessus_db_setup.sql
# mv nessus.log /opt/elsa/node/
# cd /opt/elsa/node/
# perl elsa.pl -f nessus.log
Again, this is very similar to the OpenVAS script. Below is a screenshots of a search.
Do you normally use both OpenVAS AND Nessus?
ReplyDeleteIn what kind of environment do you use these tools?