Offsec Proving Grounds Walkthrough – CVE-2023-6019

Another OffSec walkthrough, this time we are doing a machine called CVE-2023-6019...so guess what vulnerability we exploit here, LOL. I show you how to setup a python virtual environment and run the exploit to get a root shell. ***SPOILER***Walkthrough of the machine called "CVE-2023-6019" in the Offsec Proving Grounds...don't watch…

Offsec Proving Grounds Walkthrough – Exghost

New OffSec Proving Grounds walkthrough. This time we tackle a machine called Exghost. This walkthrough involves: ☑️Brute forcing credentials ☑️Reading through a Wireshark packet capture file ☑️Crafting a malicious image to exploit ExifTool ☑️Exploiting a kernel vulnerability I had to get creative at the end and I leaned a bunch…

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…