chrismaddalena / Goreport

A Python script to collect campaign data from Gophish and generate a report
BSD 3-Clause "New" or "Revised" License
180 stars 50 forks source link

Customizable Report Template? (Possible Idea) #32

Open m4konnen opened 2 years ago

m4konnen commented 2 years ago

Hello colleagues,

I was wondering if there is a way to customize my own report template using some kind of specific keywords or tags. I just read the README.md and couldn't see this option.

I think this might be a great idea to implement. There is a tool called "pwndoc" (Great reporting tool!) that has this kind of customizable template, I'm mentioning it to give you an idea of ​​how this can be done.

Compliments, M4konnen

chrismaddalena commented 2 years ago

Hey @m4konnen,

Yes, it's possible. I do this with my Ghostwriter project. Goreport was an early experiment in Word document generation. Enhancements in Ghostwriter–like customizable templates with dynamic content–could be brought into Goreport. I'd like to do that at some point, but I don't know when I'll have the time.