Skip to content

This script facilitates the comparison of two Nessus CSV outputs, identifying findings as either New, Aging, or Closed. This aids in monitoring monthly Vulnerability Assessment (VA) progress. Additionally, the script generates a three-month VA summary, ideal for Real-Time Feedback (RTF) meetings.

Notifications You must be signed in to change notification settings

exrienz/Compare-Nessus-CSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nessus CSV File Comparator

This script is designed to compare two Nessus CSV files and generate a report in CSV format.

Table of Contents

Introduction

This script facilitates the comparison of two Nessus CSV outputs, identifying findings as either New, Aging, or Closed. This aids in monitoring monthly Vulnerability Assessment (VA) progress. Additionally, the script generates a three-month VA summary, ideal for Real-Time Feedback (RTF) meetings.

Accepted Nessus CSV format

GitHub Logo

Usage

./runner.sh

Dependencies

  • Python 3

Ensure that the required Python scripts (parse_csv.py, compare.py, and delCol.py) are present in the same directory as the Bash script.

Installation

  1. Clone the repository:
https://github.com/exrienz/Compare-Nessus-CSV.git
cd Compare-Nessus-CSV
  1. Ensure the script has execution permissions:
chmod +x runner.sh

Examples

./runner.sh

Folder Structure

GitHub Logo

RTF Flow

GitHub Logo

Contributing

If you'd like to contribute to this project, feel free to open an issue or submit a pull request. Contributions are welcome!

About

This script facilitates the comparison of two Nessus CSV outputs, identifying findings as either New, Aging, or Closed. This aids in monitoring monthly Vulnerability Assessment (VA) progress. Additionally, the script generates a three-month VA summary, ideal for Real-Time Feedback (RTF) meetings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published