WhitePages
Last updated
Was this helpful?
Last updated
Was this helpful?
I stopped using YellowPages and moved onto WhitePages... but the page they gave me is all blank!
If we inspect the file using a HEX editor, we can see that there are two types of whitespaces:
We have the standard space (0x20
), and the Unicode EM SPACE (0xE2 0x80 0x83
). Since we have only two options, let's try to treat them as binary.
Run the (which is commented) and get the flag.
picoCTF{not_all_spaces_are_created_equal_f71be4d2457dc2d068e8b1e7a51ed39a}