0CTF
Competition overview and writeups
README.md
No README found for this competition yet.
Create a non-draft post titled README (or README.md) and set its competition to 0CTF.
participants.txt
Participants
2 total
ant1v3n0m
theg1239
Login with a member account to add participants.
Writeups
7 total
0CTF - Nightfall Tempest
December 22, 2025
# Nightfall Tempest Trials
## Overview
The challenge provides:
- `pk`: Kyber public key (K=12)
- `ct`, `iv`: AES-256-CBC ciphertext and IV
- `leaks`...
Cryptography
0CTF - perspective
December 22, 2025
# perspective
**Category:** reverse / misc
**Prompt:** “An artist’s perspective is always unique”
## TL;DR
The binary is a Windows x64 OpenGL/GL...
Reverse Engineering
0CTF - ProAgent
December 22, 2025
# ProAgent
**TL;DR:** The service lets anyone point it at an arbitrary MCP server (`POST /config`). The agent also exposes an internal `read_file` tool that can read `/flag`. By hosting a malicious M
AI
0CTF - JSHacker1
December 22, 2025
# JSHacker1
## Challenge Summary
We are given a bundled V8 `d8` binary and an obfuscated JS file. The service
asks for a token via `nc instance.pengu...
Reverse Engineering
0CTF - GhostDB
December 22, 2025
# GhostDB - OoCTF Writeup
## Challenge Summary
GhostDB is a toy database service written in V. The flag is awarded if a single session performs more ...
Miscellaneous
0CTF - chsys
December 22, 2025
# chsys
## TL;DR
The service runs a FreeBSD “base system environment manager” binary (`env_manager`) inside a jail. The binary builds shell commands ...
Binary Exploitation
0CTF - baby discriminator
December 22, 2025
# baby_discriminator
## Challenge Overview
We need to distinguish between two types of random vectors 200 times in a row to get the flag.
- **Bit 1**: The vector (length 140) is completely random. Ea
Cryptography