mindnew / Nessus-API-Report-Exporter

Python script for export nessus reports with API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nessus-API-Report-Exporter

Simple python3 script to download reports from Nessus in csv or xml formats.

How it works
Run this .py file with python3:
python Nessus-API-Report-Exporter.py

Then follow the instructions indicated in the script:
$ python Nessus-API-Report-Exporter.py

id name
2 Trash
3 My Scans
--------------------
Enter folder id:
3
--------------------
id name
200 Scan1
231 Scan2
244 Scan3
266 Scan4
--------------------
Enter scan id (You can enter multiple scans. Example: 105,240,196).
231
Choose the report format (1-2):
1. CSV
2. Nessus
1
{"token":"ce2d5454077808c03a10bea77ceb384baa3a5410882ca5d00b33da3d01207c37","file":1911844196}
--------------------
Wait untill the report will be prepared
{"status":"loading"}
{"status":"ready"}
--------------------
Checking export status: {"status":"ready"}
--------------------
File saved as: Scan2.csv
---DONE!---

About

Python script for export nessus reports with API


Languages

Language:Python 100.0%