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
The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…
The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…
The top command in Linux provides a real-time view of running processes and system resource usage. From…
The usermod command in Linux modifies existing user account attributes. You can use it to manage group…
The sort command in Linux reads lines from files or standard input and writes them to standard…
The wall command in Linux sends a message to the terminals of all currently logged-in users. The…