kashiCTF 2026 - POEM
I like to have my poems saved on CTFd instances like this. But the admin does like it, so I hid the secret in my poem.
Solution
The provided poem contains a significant amount of trailing tabs and spaces at the end of each line. This is a classic indication of SNOW (Steganographic Nature Of Whitespace) steganography.
By using a SNOW decoder (such as the web-based snow.js decoder), we can extract the hidden message from the poem text:
1 | The way a crow |
The decoded message reveals the flag.