CTF Writeups

Detailed solutions to challenges we've conquered.

Comprehensive breakdowns of our solutions to Capture The Flag challenges. Learn from our thought processes, techniques, and strategies.

Filter Writeups

DEF CON 2023 - Secure Vault

June 12, 2023 @Queen
Web Crypto DEF CON

A web application with a custom encryption scheme that was vulnerable to a padding oracle attack. This writeup details how we identified the vulnerability and exploited it to retrieve the flag.

Read Writeup 15 min read

Hack The Box Uni CTF - Heap Master

April 28, 2023 @Knight
Pwn Heap HTB

A binary exploitation challenge involving a custom heap implementation with multiple vulnerabilities. We walk through our process of reverse engineering, identifying the vulnerability, and crafting an exploit.

Read Writeup 25 min read

PlaidCTF 2023 - Disk Detective

March 26, 2023 @Rook
Forensics Disk Analysis PlaidCTF

A forensic challenge involving a corrupted disk image. This writeup details our approach to recovering files, analyzing file system structures, and ultimately finding the hidden flag.

Read Writeup 18 min read

Google CTF 2023 - RSA Oracle

June 25, 2023 @Bishop
Crypto RSA Google CTF

A cryptographic challenge involving an RSA implementation with a custom oracle. We explain the mathematical foundations and how we used lattice reduction techniques to break the scheme.

Read Writeup 30 min read

BSides CTF 2023 - Obfuscated Binary

May 15, 2023 @Checkmate
Reversing Obfuscation BSides

A heavily obfuscated binary that required creative static and dynamic analysis techniques. This writeup covers our approach to deobfuscating the binary and understanding its hidden functionality.

Read Writeup 22 min read

Hack The Box Uni CTF - The Missing Person

April 29, 2023 @Pawn
OSINT Misc HTB

An open-source intelligence challenge where we had to find information about a fictional missing person across various online platforms and hidden services.

Read Writeup 12 min read