Skip to content

Docker environment with Markdown Templates for Offensive Security exam report

License

Notifications You must be signed in to change notification settings

0x4d-sh/offensive-security-exam-report-docker-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Offensive Security Report Template (Docker)

Easy environment setup using docker for Pandoc Markdown report writing.

This can be use for Offensive Security exams and other customised reports that uses LaTex if needed.

The output will be in .pdf file format.

Getting Started

  1. Build the docker image: docker build -t <tag> .
  2. Run your docker image in a container: docker run --name <container name> -v "<path/to/folder/in/host>":/home/report/out -it <tag> /bin/bash

Usage

Run run.sh to generate report from report template referenced from the templates folder. Copy file to mounted home/report/out to retrieve the report.

Alternatively, file can be copy out of the container, using docker cp <container name>:<path/to/file/in/container> "<path/to/location/in/host>"

Customise

For further template customisation, please refer to Offensive Security Exam Report Template in Markdown

Thank you

This repo originates from Offensive Security Exam Report Template in Markdown

About

Docker environment with Markdown Templates for Offensive Security exam report

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published