Nessus Map parse .nessus file(s) and shows output in interactive User Interface. It just works by creating XML directory in Nessus_Map home directory and place all .nessus files under XML directory and start server.
Nessus Map Requirements
Tested On
What it does?
Also Read – Goblin : An Impish, Cross-Platform Binary Parsing Crate, Written In Rust
How to Setup?
git clone https://github.com/d3vilbug/Nessus_Map.gitcd Nessus_Map.nessus files in XML directorypython3 manage.py runserverVulnerability Parsing
Host Parsing
Services Parsing
Executive Report
Export parsed .nessus(s) to JSON file(s)
Import JSON file in Nessus_Map
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…