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