Nessus XML Praser
- Python3
- Django
- Ubuntu 18.04
- Vulnerability based parsing
- Service based parsing
- Host bases parsing
- Unsupported OS parsing
- Generate Executive Summary of scan
- Export parsed .nessus(s) to JSON file(s)
- Import JSON file in Nessus_Map
Create XML directory in Nessus_Map home directory and place all .nessus files under XML directory and start server.
- Clone this repo
https://github.com/Ebryx/Nessus_Map.git
- Change directory
cd Nessus_Map
- Copy all
.nessus
files inXML
directory - Start server with
python3 manage.py runserver