Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.33 KB

File metadata and controls

51 lines (34 loc) · 1.33 KB

Advanced Exercises

You're completely on your own for this section! These exercises come from the challenges I wrote for Gryphon CTF, a capture the flag competition run by the students at Singapore Polytechnic for their peers.

Exercise 14.1: Drag Race

This bad binary is all T. All Shade.

nc localhost 1345

The binary can be found here. Try to do it without access to the source code but if you need it, it can be found here.

Exercise 14.2: Black Beauty

With a bestselling book under her belt and over fifty million copies sold, Anna
Sewell has decided to go into the stock market. Please help her figure out her
stock market ticker.

nc localhost 1350

Binary.

Source code, if you need it.

Exercise 14.3: Mystery Jukebox

Listen to some Postmodern Jukebox (https://youtu.be/NTmk0Pqk6hs) while playing
with this Mystery Jukebox program!

nc play.spgame.site 1343

Binary and Libc.

Source code, if you need it.