Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KonEch0/PullMyReports
PullMyReports is a tool that allows you to automatically download reports from your Nessus Scanner using the Nessus API.
https://github.com/KonEch0/PullMyReports
Last synced: 21 days ago
JSON representation
PullMyReports is a tool that allows you to automatically download reports from your Nessus Scanner using the Nessus API.
- Host: GitHub
- URL: https://github.com/KonEch0/PullMyReports
- Owner: KonEch0
- License: gpl-3.0
- Created: 2022-03-24T11:43:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T08:17:24.000Z (4 months ago)
- Last Synced: 2024-08-13T09:45:05.215Z (4 months ago)
- Language: Python
- Size: 37.3 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - KonEch0/PullMyReports - PullMyReports is a tool that allows you to automatically download reports from your Nessus Scanner using the Nessus API. (Python)
README
# PullMyReports
![image](https://github.com/KonEch0/PullMyReports/assets/102297040/0e117066-d581-4413-a46b-173a551a65bf)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
```bash
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](https://github.com/KonEch0/PullMyReports/assets/102297040/713e5cd3-18e7-4fc3-8175-ae6a5d88fbc8)![image](https://github.com/KonEch0/PullMyReports/assets/102297040/f7b0b209-8ab2-409a-acde-985d7fde380f)
# 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.