Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Nessus_Map — Parse .nessus file(s) and shows output in interactive UI | Kitploit
Tools/GitHubGitHub/ebryx/nessus_map
Vulnerability ScannersVulnerability AnalysisInformation Gathering
GitHubebryx/nessus_map

Nessus_Map

Parse .nessus file(s) and shows output in interactive UI

View Repository
165413 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Nessus Map

Open Source Love GitHub version Open Source Love

Nessus XML Praser

Requirements

  • Python3
  • Django

Tested on

  • Ubuntu 18.04
  • Windows 11 Pro (PowerShell)

What it does

  • 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

How it works

  • Takes in .nessus from Nessus Scan results
  • Parses the XML data
  • Generates easy-to-read output for all vulnerabilities

How to Setup

  • 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 in XML directory (repeat this step for multiple scan reports)
  • Start server with python3 manage.py runserver

Setting up with Python Virtualenv

root@kitploit:~
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

Vulnerability Parsing

Host Parsing

Services Parsing

Executive Reoprt

Export parsed .nessus(s) to JSON file(s)

Import JSON file in Nessus_Map

Download Tool