https://github.com/calebstewart/offsec-exam
Template project for Offensive Security Exam Documentation
https://github.com/calebstewart/offsec-exam
Last synced: 22 days ago
JSON representation
Template project for Offensive Security Exam Documentation
- Host: GitHub
- URL: https://github.com/calebstewart/offsec-exam
- Owner: calebstewart
- Created: 2019-12-27T15:01:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T19:09:19.000Z (about 5 years ago)
- Last Synced: 2025-03-24T08:25:14.148Z (about 1 month ago)
- Language: TeX
- Size: 40 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Offensive Security Exam Documentation Repo
This repo offers a structure for Offensive Security exam documentation. Each machine
separated into it's own directory with individual scans, artifacts, and exploits
directories. Reports for individual machines are created in their individual `README.md`
files. When you have completed all machines, you can head to `report` and run `make` to
build a final PDF output and use `7zip` to produce the required files.You will need to modify `front-matter.md` to modify the title page as well as `Makefile`
to modify your OSID.When writing your individual machine documentation, any images should be placed in the
individual machine directory under `img`. These are symlinked to `report/img` during
building, so they shouldn't conflict with names of other machine images. Consider adding
a prefix.## Installation
When installing on a Debian-based distribution the following dependencies are required:* `pandoc`
* `texlive`
* `texlive-latex-extra`
* `texlive-fonts-extra`