Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.24 KB

Project description

Yet Another Nessus Parser (YANP) is a parser ables to extract information from Tenable Nessus's .nessus file format. The main tool's objective is to export vulnerability assessment reports in a parsable way. The user is able to choose an appropriate output format in order to save the Nessus' reports following various advanced needs.

YANP supports all latest features introduced by Nessus v5 release.

Features

In order to help penetration testers, the following features are supported:

Parse multiple .nessus file and output a single report. Print results in .org format. (for Emacs enthusiasts) Save results into csv report using a custom delimiter string. Filter vulnerabilities based on local assessment. Filter vulnerabilities from minimum CVSS. Filter vulnerabilities up to maximum CVSS. Print only a list of targets parsed (IPs and hostnames). Print advanced statistics about parsed reports. Print a list of targets vulnerable at specified Nessus PluginID. Print a list of targets vulnerable at specified Nessus Plugin name. Print parsed information in raw mode (for advanced purposes).

Dependencies

Python netaddr

Python ArgumentParser

Python Minidom

About

Developed by Alessandro Di Pinto