Offsec Proving Grounds Walkthrough – Hepet

Walkthrough of the machine called "Hepet" in the OffSec Proving Grounds...This is a Windows machine rated as intermediate, don't watch unless you want help getting through the machine. In this machine we exploit bad password practices with IMAP to get an initial foothold and then use PowerUp to determine that…

How to write a Windows 32-bit buffer overflow!

In this video we write a 32 bit buffer overflow together in python using tools like Immunity Debugger, Mona, and msfvenom. I show you how to: 1.) Fuzz the application 2.) Determine the offset 3.) Control the eip cpu register 4.) Determine your bad characters (manually and using Mona) 5.)…

“oscp.exe” OVERFLOW1 – Simple Buffer Overflow Exploit Code

First buffer overflow exploit done. "oscp.exe" has 10 overflows you can practice on, this is for "OVERFLOW1". Using tools like Immunity Debugger and Mona we followed a proven set of steps to create exploit in Python3: ✔️ Fuzz the app to determine around when it would crash by flooding buffer…