Steganography - HTB
All this challenge is from Hackthebox (Retired)
Widescreen

This is the given picture. Check it with file command to sure what type of file is this.
If you pay close attention to the bottom of this image. You can see the flag with low brightness.I used stegsolve.jar to see clearly.

HTB{c3r34l_k1ll3r}
HackerMan

This is the given image and I checked a couple of tools and didn't get anything.So I bruteforced with stegcracker tool.
Now we got the password almost and extract with steghide tool.
HTB{3v1l_c0rp}
Milkshake

It just mp3 music file and I opened with sonic-visualizer and add spectrogram.

And then you will see the flag.

HTB{str4wberry_milkshak3}
Da Vinci

We got three jpg file for this challenge. After doing some emumeration stuff , I use binwalk on monalisa.jpg
And then we got again two zip file which is 6DF3B.zip and famous.zip but it was locked
I used fcrackzip tool to bruteforce zip password.
We will get Mona.jpg file. Just doing enumeration again and I used stegseek to extract hidden files.(stegseek is a lightning fast steghide cracker that can be used to extract hidden data from files)
In this file we get base64 encoded data and I decoded three time to get the flag.
HTB{M0n@L1z@!s_D3@D}
Beatles
When we extract the given file, we will get one zip file and one ASCII text file.Zip file was protected and the ascii file is just a non-sense text.
If you are good at crypto, we can guess it can be rot13 or something like that.

He want to use fcrackzip tool with the four characters wordlist. So we can generate with crunch tool like this.
Crack with fcrackzip
When we extract it with that password. We will get another jpg file.
After some enumeration, I didn't get anything and I decided to use stegseek tool.
If we use strings command on this ELF file, we will get a base64 text.
Decode it and get the flag.
HTB{S0rRy_My_FR13nD}
Comming Soon....
Last updated