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
- notes/: Event and workshop notes retained for personal study context.
- reference/: Security assessment reference notes for authorized labs and training environments.
- training/: Training material, checklists, and public preparation references for security certification study.
- 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.