2025from public repositories
bo1lersCtf 2025
3 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 liveUncategorised1
The upstream scoreboard did not say, so neither do we.
Pesky Cbc
1 official solutionAlso written up in: a-p-n/CTF-solutions
Misc1
Everything that fits no other box: esolangs, puzzles, scripting exercises, and the jail escapes that have not yet earned their own category.
Solve it with:Brainfuck and esolang decoderCipher identifier and automatic decoderRegex tester with match offsets and capture groupsLearn: Recognising encodings
Also written up in: srixivas/SecurityNuggets, Srinivas11789/SecurityNuggets
Web1
Reach data or functionality the application meant to keep from you - through its inputs, its tokens, or its trust in the client.
Solve it with:JWT decoder and signature verifierJWT alg=none bypass generatorWeb attack payload catalogJWT secret brute forceLearn: Sessions, tokens and access control
Also written up in: srixivas/SecurityNuggets, Srinivas11789/SecurityNuggets