You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: