Darkly v2 - Introduction to OWASP
2026-08-02
Projects
A full-length offensive security walkthrough of Darkly, the 42 Network web-exploitation project — chaining IDOR, unrestricted file upload, stored XSS against a moderation bot, MD5 reset tokens, mass assignment, XXE-to-SSRF, and PocketBase privilege escalation into a complete authentication bypass, then auditing the remaining OWASP Top 10 weaknesses.
Intigriti 0726 Challenge — JSON Key Bypass & TOCTOU
2026-07-27
CTF
A deep-dive technical writeup and source code explanation of my automated Python exploit for Intigriti's Challenge 0726, breaking a polyglot system via JSON duplicate key parsing collisions.
Intigriti LeakyJar Challenge — CSRF to Steal Admin's Secret Recipe
2026-06-29
CTF
An exhaustive technical narrative of solving the Intigriti LeakyJar CTF challenge — analyzing SameSite=None browser cookie boundaries and forging authenticated cross-site requests to compromise administrative vaults.
ft_irc — Building a Resilient IRC Server from Scratch in C++98
2026-02-15
Projects
An exhaustive architectural deep-dive into engineering an RFC 2812 compliant Internet Relay Chat server in raw C++98 at 1337 School (42 Network) — exploring non-blocking sockets, TCP stream buffering, poll() multiplexing, memory safety, and offensive security hardening.
Inception — Multi-Container DevOps Infrastructure
2026-02-02
Projects
An exhaustive architectural deep-dive into engineering an enterprise-grade, secure multi-container web infrastructure from scratch using Docker, Docker Compose, Nginx TLS, PHP-FPM, and MariaDB at 1337 School (42 Network).
Cyber Odyssey — National Cybersecurity Gathering @Akasec
2025-12-08
CTF
An inside recap of the 3rd edition of Cyber Odyssey at 1337 Khouribga—Morocco's premier cybersecurity championship by Akasec, uniting CTF warriors, bug hunters, and security leaders.
onevilx