Writeup: Redpwn 2019 - Dunce Crypto
Information
- category: crypto
- points: 50
Description
Written by: blevy.
Emperor Caesar encrypted a message with his record-breaking high-performance encryption method. You are his tax collector that he is trying to evade. Fortunately for you, his crown is actually a dunce cap.
mshn{P_k0ua_d4ua_a0_w4f_tf_ahe3z}
Writeup
This challenge is straightforward. We know that the CTF flag starts with flag{
. We can compute the difference of letters between m
and f
or create a bruteforce to try all possible rotations of the string. I chose the second one.
“exploit.py” :
1 | ct = 'mshn{P_k0ua_d4ua_a0_w4f_tf_ahe3z}' |
Output :
1 | [...] |
Flag
flag{I_d0nt_w4nt_t0_p4y_my_tax3z}