Skip to content

Instantly share code, notes, and snippets.

from pwn import *
from sympy import *
context.log_level = 'debug'
r = remote("misc.chal.csaw.io", 9002)
print(r.recvline())
print(r.recvline())
print(r.recvline())