from pwn import *
sh = ssh(host='pwnable.kr', user='col', password='guest', port=2222)
proc = sh.process(['/home/col/col', '\xc8\xce\xc5\x06'*4+'\xcc\xce\xc5\x06'])
print proc.recv(1024)
Last active
March 16, 2017 20:51
-
-
Save parksjin01/1e5c8da324f407bf74264adb4df943b6 to your computer and use it in GitHub Desktop.
pwnable.kr col writeup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment