rye / nessify

Parse Nessus dumps and do stuff with them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nessify

A Nessus scan dump parser and differ.

Motivation

In particularly large organizations, there can be tens of thousands of findings in a Nessus scan. While large amounts of work could be performed for each scan, sometimes what is more interesting is to understand the difference between two scans entirely.

This project aims to make it easier for people to process and understand Nessus scan results. It includes a parsing library which loads uncompressed or compressed CSV files in the Nessus export format, and then optionally compares the results from two dumps to find any differences.

License

This project is currently licensed under my default license, the MIT license. For more information, see the LICENSE file at the root of this document.

About

Parse Nessus dumps and do stuff with them

License:MIT License


Languages

Language:Rust 100.0%