All Projects → Ebryx → Nessus_map

Ebryx / Nessus_map

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

Programming Languages

python3
1442 projects

Projects that are alternatives of or similar to Nessus map

Django Precise Bbcode
A Django application for parsing, displaying and editing BBCodes-based text contents.
Stars: ✭ 31 (-68.04%)
Mutual labels:  parser, django
Graphql Go Tools
Tools to write high performance GraphQL applications using Go/Golang.
Stars: ✭ 96 (-1.03%)
Mutual labels:  parser
Work At Olist
Apply for a job at Olist's Development Team: https://bit.ly/olist-webdev
Stars: ✭ 93 (-4.12%)
Mutual labels:  django
Argumentum
C++ command line parsing library
Stars: ✭ 92 (-5.15%)
Mutual labels:  parser
Fbp
FBP flow definition language parser
Stars: ✭ 93 (-4.12%)
Mutual labels:  parser
Tweetme
Build a Twitter-like web app step-by-step with Django, jQuery, and Bootstrap!
Stars: ✭ 95 (-2.06%)
Mutual labels:  django
Tutorialdb
A search 🔎 engine for programming/dev tutorials, See it in action 👉
Stars: ✭ 93 (-4.12%)
Mutual labels:  django
Wagtail Personalisation
Rule-based personalisation for Wagtail CMS
Stars: ✭ 96 (-1.03%)
Mutual labels:  django
Playlistor
🎶Apple Music ↔️ Spotify playlist convertor.
Stars: ✭ 95 (-2.06%)
Mutual labels:  django
Swurg
Parse OpenAPI documents into Burp Suite for automating OpenAPI-based APIs security assessments (approved by PortSwigger for inclusion in their official BApp Store).
Stars: ✭ 94 (-3.09%)
Mutual labels:  parser
Chat App
一个基于django、nodejs、vue的websocket实时点对点通讯项目,关键词 QQ、微信、实时聊天、django、vue、nodejs、websocket。
Stars: ✭ 94 (-3.09%)
Mutual labels:  django
Wildfish Django Starter
Django 2 cookiecutter starter project template.
Stars: ✭ 93 (-4.12%)
Mutual labels:  django
Iotdashboard
Fast Django server for IOT Devices
Stars: ✭ 95 (-2.06%)
Mutual labels:  django
Postcss Less
PostCSS Syntax for parsing LESS
Stars: ✭ 93 (-4.12%)
Mutual labels:  parser
Laravel Oh Generators
This package extends the core file generators that are included with Laravel 5 or later.
Stars: ✭ 96 (-1.03%)
Mutual labels:  parser
Django rest Vuejs Auth
An Authentication project using JWT Tokens, Vuejs(frontend) and Django-Rest(backend).
Stars: ✭ 92 (-5.15%)
Mutual labels:  django
Django cve 2019 19844 poc
PoC for CVE-2019-19844(https://www.djangoproject.com/weblog/2019/dec/18/security-releases/)
Stars: ✭ 94 (-3.09%)
Mutual labels:  django
Duckling old
Deprecated in favor of https://github.com/facebook/duckling
Stars: ✭ 1,332 (+1273.2%)
Mutual labels:  parser
Django Eventtools
A lightweight library designed to handle repeating and one-off event occurrences for display on a website.
Stars: ✭ 96 (-1.03%)
Mutual labels:  django
Elm Markdown
Pure Elm markdown parsing and rendering
Stars: ✭ 96 (-1.03%)
Mutual labels:  parser

Nessus Map

Open Source Love GitHub version Open Source Love

Nessus XML Praser

Requirements

  • Python3
  • Django

Tested on

  • Ubuntu 18.04

What it does

  • 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

How it works

Create XML directory in Nessus_Map home directory and place all .nessus files under XML directory and start server.

How to Setup

  • Clone this repo https://github.com/Ebryx/Nessus_Map.git
  • Change directory cd Nessus_Map
  • Create a directory named XML
  • Copy all .nessus files in XML directory
  • Start server with python3 manage.py runserver

Setting up with Python's Virtualenv

git clone https://github.com/Ebryx/Nessus_Map
cd Nessus_Map
mkdir env
mkdir XML
cd env
python3 -m venv . 
source bin/activate
cd ..
pip3 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].