Write-ups
Security research write-ups, CTF solutions, and vulnerability analyses
Simple Encryptor HTB Challenge
A walkthrough of HackTheBox's SimpleEncryptor reverse engineering challenge. In this writeup I reverse engineer a 64-bit ELF binary using Ghidra, identify a custom encryption scheme based on XOR and bit rotation seeded by the system time, and exploit the fact that the seed is stored inside the encrypted file itself to recover the plaintext flag.
HackTheBox -- Pterodactyl (MEDIUM) Experience
I’ll walk through my experience tackling the HackTheBox "Pterodactyl" CTF (Medium). I'll showcase my thought process, tools, and methods as I work through each stage — whether I succeed or hit roadblocks. The goal isn't just solving it, but highlighting how I approach challenges and sharpen my skills along the way. As of now this machine remains unsolved.
Reverse Engineering Challenge: Silent Oracle
A walk-through of an HTB Neurogrid reversing challenge where you analyze a stripped 64-bit PIE binary in Ghidra, identify a hardcoded comparison function, discover the local flag is a decoy, and brute-force the real flag from the remote service using a Python script that tests prefixes based on response differences.
HackTheBox -- Imagery (MEDIUM) Experience
I’ll walk through my experience tackling the HackTheBox "Imagery" CTF (Medium). I'll showcase my thought process, tools, and methods as I work through each stage — whether I succeed or hit roadblocks. The goal isn't just solving it, but highlighting how I approach challenges and sharpen my skills along the way. As of now this machine remains unsolved.
HackTheBox -- Soulmate (Easy) Experience
I’ll walk through my experience tackling the HackTheBox "Soulmate" CTF (Easy). I'll showcase my thought process, tools, and methods as I work through each stage — whether I succeed or hit roadblocks. The goal isn't just solving it, but highlighting how I approach challenges and sharpen my skills along the way. As of now this machine remains unsolved.
HackTheBox -- Code (EASY) Experience
I’ll walk through my experience tackling the HackTheBox "Code" CTF (Easy). I'll showcase my thought process, tools, and methods as I work through each stage — whether I succeed or hit roadblocks. The goal isn't just solving it, but highlighting how I approach challenges and sharpen my skills along the way. As of now this machine remains unsolved.