This script is designed to compare two Nessus CSV files and generate a report in CSV format.
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.
./runner.sh
- 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.
- Clone the repository:
https://github.com/exrienz/Compare-Nessus-CSV.git
cd Compare-Nessus-CSV
- Ensure the script has execution permissions:
chmod +x runner.sh
./runner.sh
If you'd like to contribute to this project, feel free to open an issue or submit a pull request. Contributions are welcome!