Shell Lock Writeups 2024
27 challenges with 27 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 liveCryptography7
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.
[Beginner]1!=2
1 official solution[Beginner]Based
1 official solution[beginner]Et tu,Brute
1 official solution[beginner]Numbers is it
1 official solution[beginner]TOR
1 official solution[easy]BabyCrypto
1 official solution[Easy]Stupid Rsa
1 official solution
Forensics6
Recover something from a file, a capture, or a disk image - often from a part of it the format says is unused.
[beginner]Data in a Data
1 official solution[beginner]Heard About Hex Codes
1 official solution[beginner]Zippppp
1 official solution[easy]Android Manifestation
1 official solution[easy]Thala For A Reason
1 official solution[easy]Wiring Your Shark
1 official solution
Steganography5
Find the payload hidden inside a carrier that looks ordinary. Bit planes, appended data, metadata, and audio spectrograms.
[beginner]Decibel
1 official solution[beginner]Listen to me
1 official solution[beginner]What I am hiding
1 official solution[beginner]Zippery
1 official solution[easy]Lets See Some Beauty
1 official solution
Reverse engineering4
Work out what a compiled program does without its source, then work backwards from the check to the input that passes it.
[beginner]EasyPeasy
1 official solution[beginner]Starter
1 official solution[easy]EnvyTheFlag
1 official solution[easy]Look
1 official solution
Binary exploitation3
Turn a memory-safety bug in a native binary into control of execution. Usually a stack overflow, a format string, or a heap primitive.
[beginner]Overflow
1 official solution[easy]Execute
1 official solution[easy]Return
1 official solution
Web2
Reach data or functionality the application meant to keep from you - through its inputs, its tokens, or its trust in the client.
[beginner]I Love Cookies
1 official solution[easy]Safeguarding the Portal to Dimension DB 137
1 official solution