/PandocPentestReport

This repository shows my effort to create a pandoc based pentest report template.

Primary LanguageTeX

PandocPentestReport

Preview

Title Page Table Of Contents Different CLI Styles 01 Different CLI Styles 02 Machine Intro Table

This repository shows my effort to create a pandoc based pentest report template. It's based on this Pandoc Latex Template Eisvogel. I've changed it for my requisities.

To build a pdf using this template you have to install next to pandoc and tex packages a specific pandoc filter pandoc-minted. See here Pandoc-Minted Repository for how to install it.

Pandoc Command to build PDF

pandoc --standalone --filter pandoc-minted \
-o pentest_tex_output.tex --template=pentest_template.tex \
--toc pentest_template.md -V toc-own-page=true \
-V titlepage=true -V urlcolor=cyan \
&& pdflatex -interaction=nonstopmode -shell-escape pentest_tex_output.tex