KonEch0 / PullMyReports

PullMyReports is a tool that allows you to automatically download reports from your Nessus Scanner using the Nessus API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PullMyReports

image

PullMyReports is a tool that allows you to automatically download reports from your Nessus Scanner using the Nessus API. This tool, has only been tested on local instances of Nessus, hence the script will assume 8834 to be the port in use.

The intention of this tool, is to automate the tedious task of downloading and renaming all the reports by hand.

Check out the new version!

https://github.com/KonEch0/PullMyReports/releases

Usage

Python

pip install -r requirements.txt
python3 pullmyreports.py

Executable

The compiled version will take abit longer to start, smartscreen might prevent immediate execution.

pullmyreports.exe

You would need to follow the on screen prompts and fill in the necessary infomation, NOTE: you will need to enter in your Nessus credentials.

Screenshots

image

image

Disclaimer

Neither myself nor this application is affiliated with Tenable and its associated applications. The tools and code within this repository have no guarantee, usage comes at own risk. I do not take responsibility for how anyone chooses to use these tools, with usage, you understand that it is at your own risk. All tools and code here is designed for educational/research and operational purposes.

About

PullMyReports is a tool that allows you to automatically download reports from your Nessus Scanner using the Nessus API.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%