xxorxx

暗号文とソースコードが与えられた。
ソースコードでは、リスト text の各要素に何かをxorしている様子が読み取れた。

暗号文にCyberChefで XOR Brute Force をかけると、Key = 15 でflagが出てきた。

A ciphertext and a source code were given.
I found that exclusive-or of something and elements of a list text is calculated in the source code.

I applied "XOR Brute Force" on CyberChef, and found the flag at Key = 15.

XOR Brute Force - CyberChef

CPCTF{x0r_15_c0mmu7471v3}

CPCTF22