GhostManager / Ghostwriter

The SpecterOps project management and reporting engine
https://ghostwriter.wiki
BSD 3-Clause "New" or "Revised" License
1.23k stars 174 forks source link

Use jinja templating for report filenames #408

Closed ColonelThirtyTwo closed 2 months ago

ColonelThirtyTwo commented 3 months ago

More flexible than the string replacements, and also exposes all of the template variables available to reporting for use in the filename as well.

Also changes some datetime related filters to work with actual datetime objects.

Resolves #350