2024from public repositories
Gemastik 2024
9 challenges with 13 published solutions between them. CTFtime has no listing for this event at all, so nothing built on CTFtime can show what it was made of. These writeups were found in public repositories instead. Each link is pinned to the commit it was read from.
Where these writeups liveUncategorised7
The upstream scoreboard did not say, so neither do we.
The Art of RENN
2 official solutions46 68x
1 official solutionAnti Alchemy
1 official solutionBaby P Code
1 official solutionKode Viewer
1 official solutionTempest Poc
1 official solution
Forensics1
Recover something from a file, a capture, or a disk image - often from a part of it the format says is unused.
Solve it with:File type identifier by magic bytesMagic byte and file signature tablePCAP analyzer for CTF network forensicsEXIF metadata viewerLearn: File forensics and carvingLearn: Network forensics
Baby Structured
3 official solutions
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: Web attacks and session tokens
Baby XSS
2 official solutions