Nessus XML Praser
- Python3
- Django
- Ubuntu 18.04
- Windows 11 Pro (PowerShell)
- Vulnerability based parsing
- Service based parsing
- Host bases parsing
- Unsupported OS parsing
- Generate Executive Summary of scan
- Export parsed
.nessus
files to JSON file - Import JSON file in Nessus_Map
- Combines multiple Nessus Scan results
- Takes in
.nessus
from Nessus Scan results - Parses the XML data
- Generates easy-to-read output for all vulnerabilities
- Clone this repo
https://github.com/Ebryx/Nessus_Map.git
- Change directory
cd Nessus_Map
- Export
.nessus
report from Nessus Dashboard - Copy/Move the
.nessus
report inXML
directory (repeat this step for multiple scan reports) - Start server with
python3 manage.py runserver
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