Pwnable.kr is a website that offers exploitable CTF challenges, with four difficulty categories. Today, we’ll be looking at a very simple challenge, fd
. The following Pwntools features are demonstrated hereL
pwn template
command-line utility for generating exploit scripts- Magic
args
for setting runtime arguments - Processes via
process
andpwnlib.ssh
- Basic information about file descriptors