Google Capture The Flag 2018 (Finals)
23 challenges with 25 published community solutions between them. Solution links go to CTFtime’s task page, which aggregates every writeup for a challenge - individual blog posts rot, the aggregator does not.
Full task list on CTFtimeReverse engineering7
Work out what a compiled program does without its source, then work backwards from the check to the input that passes it.
- assembly
- pwn
- info-leak
- web
Same technique in picoCTF: Easy as GDB, GDB baby step 1, Forky
- game
- jail
- reversing
- drm
Same technique in picoCTF: WinAntiDbg0x100, WinAntiDbg0x200, WinAntiDbg0x300
- language
- reversing
Same technique in picoCTF: WinAntiDbg0x100, WinAntiDbg0x200, WinAntiDbg0x300
- language
- optimization
- reversing
Same technique in picoCTF: WinAntiDbg0x100, WinAntiDbg0x200, WinAntiDbg0x300
- assembly
- reversing
Same technique in picoCTF: Forky, reverse_cipher, Easy as GDB
- language
- reversing
Same technique in picoCTF: WinAntiDbg0x100, WinAntiDbg0x200, WinAntiDbg0x300
- assembly
- optimization
- reversing
Same technique in picoCTF: Forky, reverse_cipher, Easy as GDB
Misc6
Everything that fits no other box: esolangs, puzzles, scripting exercises, and the jail escapes that have not yet earned their own category.
- tcp
- proxy
- keys
Same technique in picoCTF: Permissions, Specialer, Codebook
- keys
- lockpicking
Same technique in picoCTF: Permissions, Specialer, Codebook
- embedded
- hardware
Same technique in picoCTF: Permissions, Specialer, Codebook
- embedded
- hardware
Same technique in picoCTF: Permissions, Specialer, Codebook
- language
Same technique in picoCTF: Permissions, Specialer, Codebook
- info-leak
- youtube
- dsp
Same technique in picoCTF: Permissions, Specialer, Codebook
Binary exploitation4
Turn a memory-safety bug in a native binary into control of execution. Usually a stack overflow, a format string, or a heap primitive.
- mitigation
- jail
- sandbox
- pwn
- info-leak
- web
Same technique in picoCTF: Guessing Game 1, x-sixty-what, format string 3
- javascript
- optimization
- pwn
- chrome
Same technique in picoCTF: Guessing Game 1, x-sixty-what, format string 3
- pwn
- sandbox
- jail
- chrome
Same technique in picoCTF: Guessing Game 1, x-sixty-what, format string 3
- mitigation
- info-leak
- pwn
Same technique in picoCTF: Guessing Game 1, x-sixty-what, format string 3
Cryptography3
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.
- embedded
- hardware
- crypto
- reversing
Same technique in picoCTF: StegoRSA, Timestamped Secrets, AES-ABC
- keys
- crypto
Same technique in picoCTF: StegoRSA, Timestamped Secrets, AES-ABC
- keys
- crypto
- math
Same technique in picoCTF: StegoRSA, Timestamped Secrets, AES-ABC
Web3
Reach data or functionality the application meant to keep from you - through its inputs, its tokens, or its trust in the client.
- javascript
- web
- sandbox
Same technique in picoCTF: Java Code Analysis!?!, notepad, noted
- javascript
- web
- reversing
Same technique in picoCTF: Java Code Analysis!?!, Client-side-again, dont-use-client-side
- language
- web
Same technique in picoCTF: Client-side-again, dont-use-client-side, Irish-Name-Repo 3