k1m0ch1 / axolotl

toolings for pentester to makes their life easier
MIT License
9 stars 2 forks source link

Report MD Format #5

Open k1m0ch1 opened 2 years ago

k1m0ch1 commented 2 years ago

Report Generator with Template Markdown and can generate from existing Data

the command

axolotl gen -T <fileTemplate.md> -O <fileOutput.pdf> -d <domain.com> --exclude-vuln <namevuln, nameVuln> --only-include <nameVuln, nameVuln>

source: https://github.com/noraj/OSCP-Exam-Report-Template-Markdown

This repo is good for example to generate markdown to PDF, but the problem is I need to install pandoc https://pandoc.org/installing.html and generate the command following with the user need to install all requirement, WHICH IS NOT SIMPLE.

the other IDEA is set the report generator sent to API, and response with PDF file.. but the problem is with data trust, the data is actually private so the user might not trust to convert from API, maybe I can do this by host the API opensource, so everyone will know what I put there.

k1m0ch1 commented 2 years ago

Commit update e153e47ba06a75b3e5f5820910543c0ea9ef286f

I just found the way to convert the variable image

and the PDF report is generated like this image

problem:

k1m0ch1 commented 2 years ago

Commit Change 517ee6e1424aa270825495d8e9f2ac121d5f06e0

I just change the template text using text/template with much more easier to configure the variable

image

and the reporting looks like this:

image

Next: