>/Ctf_tasks/legacy_debug_console $

Estimated reading time: 29 seconds


Category: Pwn

Difficulty: Easy

Will you manage to break into the Legacy Debug Console and activate its hidden diagnostic mode to spawn a shell?
This is a classic stack buffer overflow challenge with an infoleak twist: use the leaked stack address to inject shellcode and take control.


Requirements:
- Knowledge of stack buffer overflows
- Familiarity with 32-bit binaries (i386)
- Basic GDB usage (for testing offsets and verifying shellcode)
- Optional: experience with scripting exploits (Ruby, Python, pwntools)

Download attachments: