This repository contains Nessus tools I have created during my time as a security engineer.
-
yane (Yet another Nessus Exporter) - Python script to export Nessus reports (CSV and .nessus formats)
This program is meant to automate the process of exporting Nessus scans by accessing the Nessus server and programtically performing the actions a human user would take to perform the export function.
-
nasl_cfg_rpt - Python script to print inventory of .nasl files on the Nessus server.
Prints an inventory of .nasl files and their properties. NASL file properties in the report include the following:
- script_id
- script_family
- script_version
- script_cvs_date
- script_osvdb_id
- script_bugtrack_id
- script_cve_id
- script_name
- script_summary
- script_copyright
The output is a CSV file.