Challenge
HV19.H1 Hidden One
1 |
Sometimes, there are hidden flags. Got your first? |
1 2 3 4 5 |
Born: January 22 Died: April 9 Mother: Lady Anne Father: Sir Nicholas Secrets: unknown |
Solution
During the Day 6 challenge HV19.06 bacon and eggs, we notice there is a lot of suspicious whitespace (space and tab) characters after each line of statistics about Francis Bacon.
As the theme for this challenge was crypto, we Google search for white space cipher. One of the first few results links us to http://www.darkside.com.au/snow/ which details Whitespace steganography which can be used to conceal messages by appending whitespace to the end of lines! We download the 32-bit executable for this tool and run it as follows:
1 |
./SNOW.EXE -C input.txt |
Where input.txt is simply the statistic panel text including all whitespace.
This spits out our flag!
Flag: HV19{1stHiddenFound}