Information#
Version#
By | Version | Comment |
---|---|---|
noraj | 1.0 | Creation |
CTF#
- Name : IceCTF 2016
- Website : https://icec.tf/
- Type : Online
- Format : Jeopardy
- CTF Time : link
Description#
Thor has been staring at this for hours and he can't make any sense out of it, can you help him figure out what it is? thor.txt
Solution#
thor.txt
is an xxd dump so just reverse it to get the binary:xxd -r thor.txt > thor.lz
.- Check what the binary looks like:
- We'll need he lzip lib and utility to manage that:
apt-get install lzip
. - Let's uncompress the archive:
lzip -d thor.lz
. - Now we get an image:
- Just display it:
display thor
. IceCTF{h3XduMp1N9_l1K3_A_r341_B14Ckh47}