This repository contains a consolidated OSCP exam preparation cheat sheet, a checklist, and my progress tracker for Proving Grounds, Hack The Box, and related labs. The goal is to streamline penetration testing workflows and track progress while studying for the OSCP and related certifications.
-
Cheat Sheet.md โ A detailed command reference covering:
- Service enumeration (Nmap, AutoRecon, Hydra, etc.)
- Protocol-specific attacks (FTP, SMB, RDP, SQL, SNMP, etc.)
- Web application testing (LFI/RFI, SQLi, SSRF, file upload bypasses)
- Reverse shells & file transfer methods
- Privilege escalation (Linux & Windows)
- Active Directory techniques
- General utilities (password generation, Git history analysis, etc.)
-
Check List.md โ A structured penetration testing checklist:
- Service-specific enumeration and exploitation steps
- Web application testing workflow
- Privilege escalation checks
- Windows AD attacks and post-exploitation tasks
-
Progress Tracker.md โ Completion tracker for:
- Proving Grounds (Practice & Play)
- Hack The Box
- Dante Pro Lab
- Challenges
- AWS/HTB Cloud
- This repository is for educational and ethical penetration testing only.
- It does not contain any OSCP exam solutions, lab write-ups, or proprietary OffSec material.
- All techniques listed are publicly available from sources like:
- Use this material responsibly and legally. Unauthorized attacks on systems you do not own or have explicit permission to test is illegal.
Clone the repo and use the files as quick references during practice labs or study sessions:
git clone https://github.com/<your-username>/<repo-name>.git
cd <repo-name>