OSCP Proving Grounds – Levram Walkthroug
Introduction Welcome to another OSCP-style walkthrough on Proving Grounds – Levram. This machine is a great practice target for web exploitation and Linux privilege escalation. In this post, I’ll guide you through the full attack path, including enumeration, exploitation, and privilege escalation. Enumeration Nmap Scan Starting with an Nmap scan to identify open ports and […]
Codo – OSCP Proving Grounds
In this walkthrough, I’ll document my full approach to Codo, an OSCP Proving Grounds box. This will cover initial enumeration, gaining a foothold, privilege escalation, and capturing the proof.txt flag. Step 1: Reconnaissance & Enumeration 🔍 Nmap Scan The first step was running an Nmap scan to discover open services: 📝 Nmap Results: Since SSH […]