b01lers CTF 2026 – clankers-market Challenge Writeup
clankers-market is a small Flask web application that pretends to be a marketplace for leaked LLM API keys. The interesting part of the application is the "Clanker Feature" page: an authenticated user can upload up to two arbitrary files. The…
Posts by KOREONE
Pàlcam CyberGames 2026 – Events Challenge Writeup
This challenge presents a real-world attack scenario in which a malicious actor disguised a keylogger as a legitimate-looking terminal game. The provided files simulate a forensic investigation: the analyst receives the suspicious executable, a raw…
Pàlcam CyberGames 2026 – Access denied Challenge Writeup
This is a classic Reverse Engineering challenge centred around three distinct techniques that are commonly encountered in CTF binaries: Anti-debugging via /proc/self/status — The binary actively checks whether it is being traced by a…
Blue Hens CTF 2026 – wait Challenge Writeup
This challenge presents a Flask web application ("Chronos Systems - Employee Portal") running on Werkzeug/3.1.8 with Python/3.12.13. The application features a login form that accepts an "access code" (password). The core vulnerability is a timing…
Eschaton CTF 2026 – Key 1 Challenge Writeup
This challenge presents a classic reverse engineering scenario: analyzing a binary license validator to understand its key generation algorithm, then implementing a keygen that produces valid license keys for arbitrary usernames. The challenge provides…
EHAX CTF 2026 – lulocator Challenge Writeup
This challenge presents a stripped, statically-compiled-style ELF binary that implements a custom heap allocator ("lulocator") backed by a single mmap'd arena, replacing the standard libc malloc/free. The binary exposes a menu-driven interface that lets…
EHAX CTF 2026 – Borderline Personality Challenge Writeup
"Borderline Personality" is a web exploitation challenge that highlights a classic and critical class of vulnerability: HTTP path normalization discrepancies between a reverse proxy and a backend application. The challenge deploys a two-tier…
#letsdefend I have gained new badge on @LetsDefendIO app.letsdefend.io/my-rewards/d...
#letsdefend I have gained new badge on @LetsDefendIO app.letsdefend.io/my-rewards/d...
Pàlcam CyberGames 2026 – Galactic Breach Challenge Writeup
Galactic Breach is a web challenge centered on XPath Injection. The target application is a fictional database explorer for a space MMO called Galactic Dominion. Users can query an XML-backed database to retrieve information about planets,…
Pàlcam CyberGames 2026 – Cosmos Strike Challenge Writeup
Cosmos Strike is a PHP-based web application that presents itself as an online 3D browser shooter game (Orbital Strike). Players can register accounts, play the game, submit scores, view a leaderboard, and send incident reports to an…
Pàlcam CyberGames 2026 – Soter Engineering Team Challenge Writeup
This challenge presents a multi-stage malware analysis problem disguised as a legitimate academic document. The provided .doc file (OLE Compound Document format) contains a heavily obfuscated VBA macro that, when executed, deploys a…
Pàlcam CyberGames 2026 – Workshop Challenge Writeup
This challenge presents a PHP 7.4 REST API protected by JWT-based authentication. Two independent but chained vulnerabilities lead to the flag: JKU Header Injection (JWT Key Confusion) - The server validates RS256 tokens by fetching the JWKS from…
I just solved Uplink on Hack The Box! labs.hackthebox.com/achievement/... #HackTheBox #HTB #CyberSecurity #EthicalHacking #InfoSec #PenTesting
I just solved MadMath on Hack The Box! labs.hackthebox.com/achievement/... #HackTheBox #HTB #CyberSecurity #EthicalHacking #InfoSec #PenTesting
LA CTF 2026 – blogler Challenge Writeup
blogler is a web challenge featuring a Flask-based blogging platform where users can register, write blog posts in Markdown, and configure their blog serving settings via a YAML configuration editor. The application uses a Monaco editor frontend for both…
I just solved Noisy Vault on Hack The Box! labs.hackthebox.com/achievement/... #HackTheBox #HTB #CyberSecurity #EthicalHacking #InfoSec #PenTesting
KalmarCTF 2026 – EvilBabyKalmarCTF Challenge Writeup
This challenge presents a scenario where we are given admin access to a CTFd instance. A bot (the "scraper") runs inside the infrastructure and automatically scrapes the CTFd instance every 30 seconds using JohnHammond/ctfd-download, a Python…
KalmarCTF 2026 – Aros-25 Challenge Writeup
Aros-25 is a reverse engineering and exploitation challenge featuring a custom virtual machine (VM) implemented as an ARM32 binary. The challenge presents competitors with a stripped, obfuscated ARM executable that implements a simple bytecode…
Midnight Flag CTF 2026 – Cookie Manager Challenge Writeup
This challenge presents a modified build of surf, the minimalist web browser from the suckless project. Surf is a simple web browser based on WebKit/GTK+. The challenge binary has been backdoored with custom cryptographic routines that…
AITU CTF 2026 Qualifiers – Bring The Snake Challenge Writeup
"Bring The Snake" is a binary exploitation (pwn) challenge that operates entirely within the CPython runtime. Instead of the usual C/C++ binary with stack overflows or format strings, the target is a Python 3.11 service that exposes raw…
UniVsThreats26 Quals – Starlink Challenge Writeup
This challenge presents a classic binary exploitation scenario involving a linked-list node management system. The binary is a 64-bit ELF executable with several key characteristics: Architecture: x86-64 Linux Protections: Partial RELRO (GOT is…
EHAX CTF 2026 – megacorp Challenge Writeup
megacorp is a multi-stage web exploitation challenge built on a Python Flask application. The challenge simulates a corporate employee authentication portal for a fictional company called "MegaCorp." Solving it requires chaining together three distinct…
AITU CTF 2026 Qualifiers – Nimbus Vault Challenge Writeup
Nimbus Vault presents a classic file upload challenge, but with a layered defense-in-depth approach: extension whitelisting, content inspection, MIME-type validation, and filename hashing. The intended vulnerability is a TOCTOU…
Crackmes.one Reverse Engineering CTF 2026 – moment Challenge Writeup
This challenge presents a 64-bit Windows PE executable that implements multiple layers of protection including anti-debugging techniques, dynamic API resolution via hash-based lookups, and string obfuscation through runtime…
AITU CTF 2026 Qualifiers – ProdFlow Challenge Writeup
ProdFlow is an Express.js productivity web application deployed behind Cloudflare, featuring user registration, authentication, note management, task tracking, and an admin panel. The challenge requires chaining multiple vulnerabilities…
Crackmes.one Reverse Engineering CTF 2026 – httpd Challenge Writeup
This challenge presents a single binary file named httpd recovered from a compromised host. On the surface, the binary appears to be a legitimate HTTP server written in Go for FreeBSD. However, deeper analysis reveals that it is a…
AITU CTF 2026 Qualifiers – Nightbyte Challenge Writeup
Nightbyte is a full-stack web exploitation challenge built around a neon-themed game storefront application. The application is a Flask-based Python web app served over HTTPS with self-signed certificates, backed by SQLite and using…
AITU CTF 2026 Qualifiers – Fast&Foodious Challenge Writeup
Fast&Foodious is a food delivery web application written in Go. The backend serves a single-page application where users can register, log in, set up a delivery profile, browse a product catalog, and check out items. Most products are…
AITU CTF 2026 Qualifiers – CertifyX Challenge Writeup
CertifyX is a web-based certificate generation studio built with Flask and Jinja2. Users fill in certificate details (recipient name, achievement title, program name, issuer name, completion date, and theme) via a form, and the application…