Challenge
We receive a hex string described as “not the flag”.
Approach
The challenge name and description hint heavily at bitwise NOT. XOR each byte with 0xFF:
| |
Flag
boroCTF{th1$_is_n0t_not_th3_fl@g}
We receive a hex string described as “not the flag”.
The challenge name and description hint heavily at bitwise NOT. XOR each byte with 0xFF:
| |
boroCTF{th1$_is_n0t_not_th3_fl@g}