Personal security training notebook covering scanning, controlled lab access, post-exploitation concepts, OSCP preparation, and notes from conferences and workshops. Material is reference-grade, lab-scoped, and oriented toward learning rather than operational use.
Author: Jon Bowker
License: Unlicense (public domain, see LICENSE)
security-lab-notes/
├── notes/events/ Conference and workshop notes
├── reference/tools/ Assessment tool reference notes
├── training/oscp/ OSCP prep and lab machine checklists
├── LICENSE
└── README.md
| Path | Purpose |
|---|---|
training/oscp/ |
OSCP prep references and lab machine checklists |
reference/tools/ |
Notes on scanning and controlled lab assessment tooling |
notes/events/ |
Conference and workshop notes retained as historical material |
- All material is authorized lab, training, or defensive-assessment reference only.
- Personal names, company names, customer domains, credentials, and internal environment details are kept out of committed notes. Tokenized placeholders (
<lab-ip>,<lab-password>,example.test) are used throughout. - Prefer maintained upstream documentation for tool installation. This repository is for notes, checklists, and review context, not maintained automation.