2019from public repositories
NCTF 2019
5 challenges with 6 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 liveUncategorised4
The upstream scoreboard did not say, so neither do we.
Huygens Gebouw
2 official solutionsAlso written up in: S3v3ru5/CTF-writeups, S3v3ru5/CTF-writeups
babyRSA
1 official solutionAlso written up in: r4b3rt/writeups
childRSA
1 official solutionAlso written up in: r4b3rt/writeups
easyRSA
1 official solutionAlso written up in: r4b3rt/writeups
Reverse engineering1
Work out what a compiled program does without its source, then work backwards from the check to the input that passes it.
Solve it with:Strings extractor for binaries and blobsWebAssembly disassemblerJava .class disassemblerPython .pyc bytecode disassemblerLearn: Binary exploitation
Also written up in: r4b3rt/writeups