blacklanternsecurity / writehat

A pentest reporting tool written in Python. Free yourself from Microsoft Word.
GNU General Public License v3.0
1.26k stars 225 forks source link

How to export a report in docx? #104

Open winklerrr opened 1 year ago

winklerrr commented 1 year ago

Dear WriteHat team,

is there a way to export a report in docx format? I know that WriteHat is specially designed to avoid Word:

WriteHat is a reporting tool which removes Microsoft Word (and many hours of suffering) from the reporting process.

But we want to add some extras via Word for our use case.

I've tried converting the final report from HTML to Docx via Pandoc, but too much of the design and layout is lost. Conversion from PDF is not possible via Pandoc. The best result should be achieved from Markdown to Docx, but I'm not able to get the full Markdown file, see https://github.com/blacklanternsecurity/writehat/issues/103.

unixerius commented 3 months ago

But we want to add some extras via Word for our use case.

One of the points of WriteHat was to do away with Word.

Now, what kind of extras were you hoping to add? If you want to add extra chapters of text and information, you can use a "Markdown" section for that; you can add multiple to your reports. It would be great if we can find a workflow for you to achieve your goal inside/using WriteHat.