Hack the Box Walkthrough – Cicada

This is a walkthrough of the Hack The Box machine called "Cicada". I learned a lot about Active Directory tackling this one. It features the use of tools like: โ˜‘๏ธ nxc โ˜‘๏ธ pypykatz โ˜‘๏ธ evil-winrm โš ๏ธ***SPOILERS***โš ๏ธ -- I show you how to pwn the box, so if you don't want…

Walkthrough – Offsec Proving Grounds – Astronaut

New video - OffSec Proving Grounds Walkthrough of "Astronaut". This was an interesting box that we use many tools an techniques to pwn including Metasploit Framework, PHP reverse shell, and GTFObins! This is a complete walkthrough of the machine so don't watch the video unless you want help compromising the…

Multithreaded Port Scanner

I am FAR from a developer so go easy on me. This is an attempt at a multithreaded port scanner. I have it down to about 40 seconds to scan all 65,535 port (using my PC). The threading was obviously the hard part and I relied on several code examples…

๐Ÿ‘‰”How to Generate Shellcode with๐Ÿmsfvenom๐Ÿ”

This is a follow up video to the Offsec Proving Grounds walkthrough of "Kevin". I show you how to modify an exploit that possibly may not be working for you by generating a new shellcode payload. I learned a ton after being challenged by a viewer of the Kevin video…

Walkthrough โ€“ Offsec Proving Grounds โ€“ Slort

๐Ÿ””Another Offsec Proving Grounds Walkthrough - "Slort". โš ๏ธ***SPOILER*** this is an entire walkthrough of the machine called Slort in Offsec's Proving Grounds...don't watch unless you want help getting through the machine.โš ๏ธ We do things like: โœ…Remote file inclusion attack to gain a foothold, โœ…Utilize winPEAS and msfvenom to escalate privileges…

Walkthrough โ€“ Offsec Proving Grounds โ€“ Algernon

๐Ÿšจ New video - Offsec Proving Grounds Walkthrough of "Algernon" ๐Ÿšจ This is one of the fastest times for me to pwn a machine. ***SPOILER*** this is an entire walkthrough of the machine called Algernon in Offsec's Proving Grounds...don't watch unless you want help getting through the machine. I hope…

Walkthrough โ€“ Offsec Proving Grounds โ€“ Levram

๐Ÿšจ New video - Offsec Proving Grounds Walkthrough of "Levram" ๐Ÿšจ In this video I show you how to install a Python virtual environment to handle library/package dependencies for exploit code written in Python. We also cover how to use a website called GTFObins to escalate privileges in Linux. ***SPOILER***…