Island Issue 06 – Little Pirates (lsp007) – Write‑up
Challenge category: Pwn / Binary exploitation
Points: 300 (typical of a “medium” pwn)
Author: littlepirates (CTF team)
payload = flat(
b'A' * 0x48,
pop_rdi,
got_puts,
plt_puts,
main
)
When the program returns from gets, this chain executes, prints the real address of puts (from libc), and then jumps back to main.
- Check comic/zine catalogs: Grand Comics Database, Comic Vine, small-press zine lists, Etsy, and zine-specific communities.
- Look up creators who use "Little Pirates" as a title; search image results for cover art.
That night, Moll sat at the helm, staring at the empty horizon. She didn’t steer toward gold. She steered toward the mainland — toward a dock she’d last seen in a mirror.
Lslandissue06littlepirateslsp007
Island Issue 06 – Little Pirates (lsp007) – Write‑up
Challenge category: Pwn / Binary exploitation
Points: 300 (typical of a “medium” pwn)
Author: littlepirates (CTF team)
payload = flat(
b'A' * 0x48,
pop_rdi,
got_puts,
plt_puts,
main
)
When the program returns from gets, this chain executes, prints the real address of puts (from libc), and then jumps back to main.
- Check comic/zine catalogs: Grand Comics Database, Comic Vine, small-press zine lists, Etsy, and zine-specific communities.
- Look up creators who use "Little Pirates" as a title; search image results for cover art.
That night, Moll sat at the helm, staring at the empty horizon. She didn’t steer toward gold. She steered toward the mainland — toward a dock she’d last seen in a mirror.