I created an Offensive Security Exam Report Template in Markdown so LaTeX, Microsoft Office Word, LibreOffice Writer are no longer needed during your Offensive Security OSCP, OSWE, OSCE, OSEE, OSWP, OSEP, OSED exam!
Now you can be efficient and faster during your exam report redaction!
- 🚀 Speed up writing, don't lose time during the 24 hours of exam report redaction
- ⭐ No formatting hassle with WYSIWYG editors, byebye unwanted whitespaces and linefeeds from Microsoft Office Word and LibreOffice Writer
- 📝 Re-use your Markdown notes, you'll be so glad not having to reformat the bold and italic from your Markdown notes into the report
- 🔒 Version control ready, save your markdown template into a PRIVATE git repository, you know have an incremental backup, version control works with Markdown (.md) as it's text but not with binaries (.doc, .odt)
- 🖊️ Use your favorite editor or note taking app, with Markdown you'll be able to use your favorite editor (VSCode, Atom, etc.) or note taking app (Vnote, QOwnNotes, Boostnote, etc.) to write your exam report, you won't have to switch to Windows to use MS Word.
- 🎩 Clean & professional style, a professional looking report for your professional certification
- 👌 Error free, use the generation script to generate the report and archive, you won't do any submission format and name mistake that way
Examples:
OSCP whoisflynn improved template v3.2
OSCP Official Offensive Security Template v1
- Pandoc
- LaTeX (eg. TeX Live) in order to get
pdflatex
orxelatex
- Eisvogel Pandoc LaTeX PDF Template
- p7zip (if you want to use the script, for generating the archive)
Examples for common distros:
- ArchLinux:
pacman -S texlive-most pandoc p7zip
- openSUSE:
zypper in texlive-scheme-medium pandoc p7zip-full
- Ubuntu:
apt install texlive-latex-recommended texlive-fonts-extra texlive-latex-extra pandoc p7zip-full
Write your report in markdown.
There is a script that will:
- Let you choose the template
- Let you choose the syntax highlight style
- Generate the PDF
- Generate the 7z archive
ruby generate.rb
Generate the report PDF from the markdown template:
pandoc src/OSCP-exam-report-template_whoisflynn_v3.2.md \
-o output/OSCP-OS-XXXXX-Exam-Report.pdf \
--from markdown+yaml_metadata_block+raw_html \
--template eisvogel \
--table-of-contents \
--toc-depth 6 \
--number-sections \
--top-level-division=chapter \
--highlight-style breezedark
You can change the code syntax highlight theme with --highlight-style
.
Instead of installing Pandoc and the other dependencies on your local machine, you can use a local Docker container to generate the report PDF from the markdown template.
Build the local Docker image:
docker build -t report-generator .
Create a Docker container from the local image:
docker run --rm -it --name report-generator -v $(pwd)/output:/root/report-generator/output -v $(pwd)/src:/root/report-generator/src report-generator
The above command will launch an Ubuntu-based container that has all the dependencies installed for the report generator to work correctly.
IMPORTANT: Replace the FULL_PATH_TO_LOCAL_SRC_FOLDER section with the local directory you want to store your markdown files and images in. ie: /home/noraj/src
IMPORTANT: Replace the FULL_PATH_TO_LOCAL_OUTPUT_FOLDER section with the local directory you want to store your PDF and/or 7z archive in. ie: /home/noraj/output"
From within the spawned shell, you can use either the automated or the manual commands to generate the report PDF.
Well rendering color sets you can use in the template YAML frontmatter:
titlepage-color | titlepage-text-color | titlepage-rule-color |
---|---|---|
DC143C (Crimson) |
FFFFFF (White) |
FFFFFF (White) |
00FF7F (SpringGreen) |
006400 DarkGreen |
000000 (Black) |
1E90FF (DodgerBlue) |
FFFAFA (Snow) |
FFFAFA (Snow) |
483D8B (DarkSlateBlue) |
FFFAFA (Snow) |
FFFAFA (Snow) |
FFD700 (Gold) |
000000 (Black) |
000000 (Black) |
FFEFD5 (PapayaWhip) |
000000 (Black) |
000000 (Black) |
FF8C00 (DarkOrange) |
000000 (Black) |
000000 (Black) |
FFEF96 (no name) |
50394C (no name) |
50394C (no name) |
Report Templates:
Penetration Testing:
- OSCP
- OSWP
- OSEP
Web Application:
- OSWE
- Official Offensive Security Template v1
- noraj improved template v1
Exploit Development:
- OSED
- Official Offensive Security Template v1
- epi improved template v1
- OSEE
- OSCE (deprecated)
Offensive Security course table:
Exam acronym | Exam name | Lab acronym | Lab name | Course designation |
---|---|---|---|---|
OSCP | Offensive Security Certified Professional | PWK | Penetration Testing with Kali Linux | PEN-200 |
OSWP | Offensive Security Wireless Professional | OSWA | Offensive Security Wireless Attacks | PEN-210 |
OSEP | Offensive Security Experienced Penetration Tester | ETBD | Evasion Techniques and Breaching Defenses | PEN-300 |
OSWE | Offensive Security Web Expert | AWAE | Advanced Web Attacks and Exploitation | WEB-300 |
OSED | Offensive Security Exploit Developer | WUMED | Windows User Mode Exploit Development | EXP-301 |
OSEE | Offensive Security Exploitation Expert | AWE | Advanced Windows Exploitation | EXP-401 |
OSCE | Offensive Security Certified Expert | CTP | Cracking the Perimeter | N/A |
- John Hammond - OSCP - Taking Notes & Resources (video) (2019-10-06)
- 5th Top Offensive Security Open Source Projects (2021-01-13)
- Recent mentions on social medias: Social-searcher
- Articles:
- Stress-free OSCP report making by Craig Underhill (2020-04-06)
- Unofficial OSCP Approved Tools by FalconSpy (2019-06-05)
- Journey from nothing to OSCP by CJHackerz (2020-06-30)
Report Templates:
- OSCP
- Official Offensive Security Template (UNLICENSED)
- whoisflynn improved template (UNLICENSED)
- OSWE
- Official Offensive Security Template (UNLICENSED)
- noraj improved template (UNLICENSED)
- OSCE
- Official Offensive Security Template (UNLICENSED)
- OSEE
- Official Offensive Security Template (UNLICENSED)
- OSWP
- Official Offensive Security Template (UNLICENSED)
- OSED
- Official Offensive Security Template (UNLICENSED)
- epi improved template (UNLICENSED)
- OSEP
- Official Offensive Security Template (UNLICENSED)
Pandoc Template:
Placeholder image:
- Generated by https://imgplaceholder.com/