Files
ssof_labs/pa/lab3/chall_pickles.py
2025-11-27 16:29:23 +00:00

10 lines
150 B
Python

from pwn import *
HOST = "mustard.stt.rnl.tecnico.ulisboa.pt"
PORT = 25653
conn = remote(HOST, PORT)
line = conn.interactive()
SSof_148:BHdrm8TgNq