Releases: nicpenning/Power-Nessie
v1.3.0 - EPSS Edition + Automate Remove Exported Files
What's Changed
- 1.3.0 Update - Add EPSS, Add Remove Exported Scans and other minor updates by @nicpenning in #7
Full Changelog: v1.2.2...v1.3.0
v1.2.2 - Fix event.duration and don't require CC for email
Sometimes Nessus does not provide an event.end so the script wrongly used the start of Epoch time and substracted that from the start which yielded a negtive number for scan duration. Added checks to prevent that from happening and not include event.duration or event.end in those cases.
Also fix a bug where the CC was required to send an email of the generated reports.
v1.2.1 - Correct field, and add enrich fields in template
v1.2.0 - Added Exploited by Nessus, CISA KEV date and other fields
v1.1.0 - Easier export reports access, add more uniqueness to file name
Previously, any exported reports were being stored in a temporary directory that was not trivially to access manually. These reports are now being stored in a reports directory in the root of the project directory.
Also, since some scans can be ran multiple time in a single day, report names needed to be more unique so files don't get overwritten and also that make sure all files are exported. This is done using the history id.
What's Changed
- Add history id in file name if it exists by @nicpenning in #6
Full Changelog: 1.0.0...v1.1.0
🚀 v1.0.0 - Initial Release
This is the initial release!
What's Changed
- Improved history scan exports by @nicpenning in #4
- Allow Kibana Reports to be easily accessed, don't delete, and set 1.0… by @nicpenning in #5
New Contributors
- @nicpenning made their first contribution in #4
Full Changelog: https://github.com/nicpenning/Power-Nessie/commits/1.0.0