Skip to content

Releases: nicpenning/Power-Nessie

v1.3.0 - EPSS Edition + Automate Remove Exported Files

09 Sep 00:56
2a8c1e1
Compare
Choose a tag to compare

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

11 Jul 17:22
8112ffc
Compare
Choose a tag to compare

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

06 Jun 13:13
Compare
Choose a tag to compare

v1.2.0 - Added Exploited by Nessus, CISA KEV date and other fields

05 Jun 22:54
Compare
Choose a tag to compare

v1.1.0 - Easier export reports access, add more uniqueness to file name

24 May 18:49
6a020fd
Compare
Choose a tag to compare

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

Full Changelog: 1.0.0...v1.1.0

🚀 v1.0.0 - Initial Release

11 May 04:29
7510751
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/nicpenning/Power-Nessie/commits/1.0.0