Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report MD Format #5

Open
k1m0ch1 opened this issue Mar 25, 2022 · 2 comments
Open

Report MD Format #5

k1m0ch1 opened this issue Mar 25, 2022 · 2 comments
Assignees
Labels

Comments

@k1m0ch1
Copy link
Owner

k1m0ch1 commented Mar 25, 2022

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 k1m0ch1 self-assigned this Mar 25, 2022
@k1m0ch1
Copy link
Owner Author

k1m0ch1 commented Mar 25, 2022

Commit update e153e47

I just found the way to convert the variable
image

and the PDF report is generated like this
image

problem:

  • I need to parse the vuln data
  • I need a proper code to parse text

@k1m0ch1 k1m0ch1 pinned this issue Mar 25, 2022
@k1m0ch1
Copy link
Owner Author

k1m0ch1 commented Mar 27, 2022

Commit Change 517ee6e

  • I need to parse the vuln data
  • I need a proper code to parse text

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:

  • clean up the format
  • makes the documentation about format
  • Documentation to install pandoc

Repository owner deleted a comment from ThuretGbenougan Mar 4, 2024
@github-staff github-staff deleted a comment from Jasiel-Stark8 Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

3 participants
@k1m0ch1 and others