Exporting Nessus Scans
Last updated
Last updated
Nessus gives us the option to export scan results in a variety of report formats as well as the option to export raw Nessus scan results to be imported into other tools, archived, or passed to tools, such as , which can be used to take screenshots of all web applications identified by Nessus and greatly assist us with working through the results and finding more value in them.
PDF Report
Provides results in a formatted, shareable manner.
Allows selection between an Executive Summary or a Custom Report.
Includes details such as:
Hosts scanned.
Number of vulnerabilities per host.
Severity, CVSS score, plugin number, and issue name.
Direct links to Tenable’s plugin database for more information.
Note: These scan reports should only be shared as either an appendix or supplementary data to a custom penetration test/vulnerability assessment report. They should not be given to a client as the final deliverable for any assessment type.
It looks like you're summarizing the export options for Nessus scans and the ability to automate report downloads. Here’s a more structured explanation:
Nessus provides two main export formats for saving scan data:
Nessus File (.nessus)
This is an XML-based file.
Includes:
Scan settings (configuration used for the scan).
Plugin outputs (details of vulnerabilities and findings).
Useful for importing scans back into Nessus or sharing raw scan data with other security tools.
Nessus allows automation of report downloads via the Nessus REST API. A useful tool for this is:
A CLI-based script that automates the retrieval of Nessus scan reports.
Supports downloading all available formats.
Useful for:
Integrating Nessus scan results with other security tools.
Batch exporting scans for reporting or compliance purposes.