👋 Welcome to the site!

First and foremost, I like to keep the focus on learning and responsible research here. It's exciting to explore offensive security tradecraft, don't get me wrong. But I'd like to recognize the importance behind responsible use of the techniques and code I share on this blog. My goal is to enhance security not abuse it. The code I provide on this site is intended for educational purposes and meant to inform the cyber community. Lastly, I want to reiterate that the code on this site should be used responsibly, and I am in no way responsible for misuse. My code is sloppy, so it will be very obvious if I see it being used copy pasta out in the wild by the way 😸 Okay! With that little disclaimer out of the way, enjoy your stay and hit me up on discord if you want to learn more about a given topic, etc.

Quick links to popular content can be found below:

Shellcoding/x64 Assembly Series
UAC Bypass Techniques
Create your own Netcat using Python

Recent posts

Let’s Create Some Polymorphic PIC Shellcode!

17 minute read

Alright I’ll admit I’m pretty pumped for today’s post 😸 Shellcode and x64 Assembly are one of my favorite topics to cover. I don’t know why, but something ...

Bypassing EDR using an In-Memory PE Loader

12 minute read

It’s high time we get another blog post going, and what better time than now to talk about PE loaders! Specifically, an In-Memory PE Loader. 😸 In short, we’...