Ghost
spookyghostboy
Last updated
spookyghostboy
Last updated
I tried to send you a bunch of messages :)
MD5 (ghost) = 3f61d4a3d19c3f3ac1f8223f7c7672af
Author: Tensor
Ghost challenge was an interesting one! The author of the challenge loves to mock us in a fun way. We were given a file with no extension, but the description of the challenge gives us a hint that it's probably a text file.
We then drag our file to the browser and we found a bunch of messages!
As you can see, the output clearly gives us a hint that the challenge is not as easy as we think! So, we figured that the other visible text in the file is probably not the flag.
But, we have not given up yet! From the file, we noticed a huge chunk of spaces AFTER the "Pika Pika" text, and we highlighted it.
To decode it, we wrote a script that converts;
Whitespace to Binary
Binary to Hex
Hex to ASCII characters
Flag: grey{gh0s7_byt3$_n0t_1nvisIbl3}
BOO! Are you afraid of ghosts?
The first thing we noticed was the encoded string, we then use to decode it.
Some of you may have noticed the Pika Pika text, and it is a language called the ! We then decoded it using an online .
At this point, we are sure that the author is messing with us!
We figured that this might be of interest, because as we were highlighting it, we realized there were tabs and spaces
After a bit of Googling, we found out that this is a language! We learnt something new today! As we further find out more about the language, we found an by John Hammond.