Archive

Write-ups

All CTF solutions, vulnerability research, and cyber security analysis, full methodology included.

Forensics Jul 08, 2026

RedTrails

Analyzing a multi-stage attack through Redis exploitation, reverse shell deployment and AES-256-CBC decryption.

Read more →
Web Jul 08, 2026

Rebuilding

Read more →
Reverse Engineering Jul 07, 2026

Snakecode

Extracting layered Python bytecode obfuscation through base64 decoding, zlib decompression, and marshal deserialization.

Read more →
Reverse Engineering Jul 07, 2026

Rebuilding

Reversing an ELF binary to recover a hidden XOR-encrypted password.

Read more →
Reverse Engineering Jul 04, 2026

Find The Easy Pass

Using Wine and GDB to dynamically recover the password from a Windows executable.

Read more →
Forensics Crypto Misc Reverse Engineering Jul 03, 2026

UTCN Cyber Security Seminars

2026 UTCN Google Cyber Security Seminars competition challenges write-ups

Read more →
Forensics Jun 12, 2026

MBCoin

Analysis of a malicious Word document and PCAP revealing a multi-stage VBA, PowerShell, and XOR-decrypted DLL attack chain.

Read more →
Machine Jun 12, 2026

Silentium

Exploiting Flowise and Gogs vulnerabilities.

Read more →
Forensics Jun 12, 2026

Sp00ky Theme

Analyzing a malicious KDE Plasma theme that hides a backdoor inside a widget.

Read more →
Forensics Jun 11, 2026

shigehira

HTTP traffic analysis to extract malware downloads, user agents, and network indicators of compromise.

Read more →
Crypto Jun 11, 2026

bdlp

A simple discrete logarithm challenge with a weak 16-bit prime

Read more →
Misc Jun 09, 2026

timeout

A Python regex challenge involving ReDoS and a signal-based timeout leak

Read more →
OSINT Jun 09, 2026

social-god

An OSINT investigation that follows a chain of social media clues.

Read more →
OSINT Jun 07, 2026

social-scraper

Following a trail of social media accounts.

Read more →
Forensics Jun 07, 2026

sky-moose

XWorm malware communicating with berlin101.com C2 server.

Read more →
Forensics Jun 07, 2026

roblox

Packet analysis of a Roblox cheat, social media domains, and a malicious .rar payload.

Read more →
Pwn Jun 07, 2026

ret2win

A classic ret2win challenge involving a buffer overflow

Read more →
OSINT Jun 07, 2026

aero sponge

Identifying an aircraft flying over an unlikely location by leveraging image metadata and historical flight tracking data.

Read more →
Reverse Engineering Jun 06, 2026

webd-art

Reverse engineering a Dart-compiled WebAssembly module to recover the secret output without brute force.

Read more →
Forensics Malware OSINT Jun 06, 2026

Unholy Land

Mining a Suricata eve.json log with jq to recover protocol counts, totals, and the most common DNS hosts.

Read more →
OSINT Jun 06, 2026

ufo-sightings

Geolocating a roadside UFO advertisement with Google Lens, then mapping the coordinates for the answer.

Read more →
Crypto Jun 06, 2026

toxicwaste

Breaking a KZG-style commitment setup by reconstructing the shuffled powers of alpha and forging valid proofs.

Read more →
Web Jun 06, 2026

svfgp

A timing side-channel against an admin-bot workflow that stores the flag in localStorage.

Read more →
Reverse Engineering Jun 06, 2026

substrate

A Windows driver challenge solved by emulating the IOCTL handler and reconstructing the required 69-byte input.

Read more →
Reverse Engineering Crypto Jun 06, 2026

Riga Crypto

Reverse engineering a native Node.js library to recover a custom transform and decrypt a file-encrypted flag.

Read more →
Forensics Network Jun 06, 2026

Relay in the Noise

Decoding a noisy PCAP by stripping KISS framing, recovering APRS bulletins, and decrypting the final payload.

Read more →
Forensics Malware Jun 06, 2026

RAM Vault Beacon Malware

Memory forensics on a Linux dump to recover malware parameters, reconstruct the crypto flow, and decrypt the vault.

Read more →
Web Jun 06, 2026

nday-1

An Apache Airflow example DAG turns a JSON field into shell command injection, yielding direct flag execution.

Read more →
Web Jun 06, 2026

minegamble

A race condition is used to buy the privileged role, then XSS is used to steal the admin cookie through a webhook redirect.

Read more →
Reverse Engineering Jun 06, 2026

jumpy

A stripped ELF that rewrites an encrypted file through a custom transform and hidden debug path.

Read more →
Misc Jun 06, 2026

Icarus

Bypassing a Python bytecode sandbox by abusing LOAD_FAST and leaking the exception output.

Read more →
Web Jun 06, 2026

demolition

A filter bypass that turns a Unicode-normalized tag into a working script injection against the admin bot.

Read more →
Threat Hunting Jun 06, 2026

Control

A Windows event investigation that reconstructs persistence, execution, privilege escalation, and the final credential-theft chain.

Read more →
Pwn Jun 04, 2026

Atypical Heap

Bypassing musl allocator security by corrupting internal heap structures to redirect execution flow to system().

Read more →
Pwn Jun 04, 2026

Atypical Heap Revenge

Abusing an arbitrary 8-byte write and an out-of-bounds read to corrupt musl allocator metadata and hijack atexit handlers for code execut...

Read more →