Information
Reviewing and Extracting Information
Nessus
Note: These instructions might be different in new versions.
When the scan is finished
- Click on it to see the results
- Check Hosts, Vulnerabilities and History
- Export results (drop down)
- Click Nessus to export
- Report (drop down)
- Click PDF to export
- Executive Summary
- Custom Summary with everything
- Click HTML to export
- Click PDF to export
Nessus Parsers
melcara.com - last updated in 2017
perl parse_nessus_xml.v24.pl -f Tesla_mbpjyt.nessus
It will create a spreadsheet file.
git clone https://github.com/Ebryx/Nessus_Map
cd Nessus_Map
mkdir env
cd env
python3 -m venv .
source bin/activate
cd ..
pip install -r requirements.txt
python manage.py runserver