A CLI tool and Python module for parsing Nessus scan result files (.nessus) from Tenable Nessus and Tenable Security Center. Current version 0.8.0, released April 2026. Active development with periodic releases.
pip install nessus-file-readerVerified import paths — ran on the pinned version, not inferred.
Basic usage: parse a .nessus file and retrieve hosts and vulnerabilities.
Use `from nessus_file_reader import NessusParser`.
Use Python 3.8 or later.
Update scripts to use new column names.
Upgrade to v0.7.2 or later.