Offsec Proving Grounds Walkthrough – Nukem

Walkthrough of the machine called "Nukem" in the OffSec Proving Grounds...This is a Linux machine rated as intermediate, don't watch this unless you want help getting through the machine. Nukem is a blast from the past if you remember the old Id/Capcom software days...brought back some memories. In this machine…

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…

Offsec Proving Grounds Walkthrough – Nibbles

Late posting this one. This is Walkthrough of the machine called "Nibbles" in the OffSec Proving Grounds...don't watch unless you want help getting through the machine. In this machine we abuse default creds in a postgres database, utilize and exploit to gain a shell and escalate using an incorrectly set…

Offsec Proving Grounds Walkthrough – Hutch

Walkthrough of the machine called "Hutch" in the OffSec Proving Grounds...don't watch unless you want help getting through the machine. In this machine we ldapsearch to find credentials, we exploit WebDAV to upload and .aspx reverse shell. Once on the machine we use a python exploit to get the LAPS…

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.)…

Offsec Proving Grounds Walkthrough – Interface

This was a good one! This is a walkthrough of OffSec Proving Grounds machine "Interface". I haven't seen any walkthroughs of this machine out there. In this video we use hydra to brute force a node.js web application after using the browser's developer tools to discover API endpoints (user list).…