2026from public repositories
Ecsc 2026
4 challenges with 5 published solutions between them. The writeups for this event were found in public repositories. Each link is pinned to the commit it was read from.
Where these writeups liveUncategorised3
The upstream scoreboard did not say, so neither do we.
Mietowka
2 official solutionsAlso written up in: rivit98/ctf-writeups, rivit98/ctf-writeups
Dictionary
1 official solutionAlso written up in: rivit98/ctf-writeups
Also written up in: rivit98/ctf-writeups
Cryptography1
Recover a plaintext or a key from something that was supposed to protect it. In practice: identify the scheme, find the parameter the author got wrong, exploit it.
Solve it with:Cipher identifier and automatic decoderVigenere cipher solver with automatic key recoveryRSA decryption and attack runnerWiener’s attack on small RSA private exponentsIn-browser hash cracker with rule transformsLearn: Classical ciphers and frequency analysisLearn: RSA and the parameters that break it
Caesar
1 official solutionAlso written up in: adr1anv0rms/CTF-writeups