CSICTF-Writeups/Crypto/Modern Clueless Child/exploit.py

3 lines
139 B
Python
Raw Normal View History

2020-07-31 18:20:47 +05:30
from pwn import xor
flag = bytes.fromhex('52415851475749485d466e5343576c506d53534058516e425643415e5c4e')
print(xor(flag, '12123'.encode()))