miscProeasy
Blind Hens
bluehens_ctf_2026
Task: a plain-text internal memo hides data in trailing spaces and tabs. Solution: extract end-of-line whitespace, decode SPACE=0 and TAB=1 into bytes, base64-decode the recovered string, then XOR with 0x23 from the policy #23 hint to reveal the flag.
$ ls tags/ techniques/
trailing_whitespace_extractionbinary_whitespace_decodebase64_decodesingle_byte_xor
🔒
Permission denied (requires tier.pro)
Sign in to access full writeups
Sign in with GitHub to continue. No email required.
$sign in$ grep --similar
Similar writeups
- [crypto][Pro]Eggs Over Easy— bluehensctf
- [forensics][Pro]🔴👂ing— bluehensctf
- [stego][Pro]White Envelope— hackerlab
- [stego][Pro]Подпись (Signature)— hackerlab
- [crypto][Pro]Одноразовый блокнот (One-Time Pad)— hackerlab