2021年的Pwn签到题是什么样的
📝
内容提要
2021年的Pwn签到题是什么样的 CyBRICS2021-gross from pwn import * r = remote(ip,port) #r = process('./main') context.log_level = 'debug' def menu(choice): r.recvuntil('storage(1)<') ...
➡️