User Tools

Site Tools


challenges:hackthebox:challenges:stego:milkshake

HTB ~~ Stego Challenges ~~ Milkshake [owned]

Retour

-

Présentation

Type : Easy
Owned : Yes 8-)
Retired : Yes
Added : 2017-08-31

Can you bring all the boys to the yard?

1 fichier :

  • Milkshake.mp3

Résolution

1er test : binwalk

binwalk -e Milkshake.mp3 n'a rien retourné d'intéressant.

2e test : strings

strings Milkshake.mp3 n'a rien retourné d'intéressant.

3e test : hexdump

hexdump -c Milkshake.mp3 n'a rien retourné d'intéressant.

4e test : steghide

steghide extract -sf Milkshake.mp3
Enter passphrase:
steghide: the file format of the file "Milkshake.mp3" is not supported.

5e test : tags MP3

Le champ “Commentaire” contient ceci :

000007A5 000006CA 00007311 000075EA 0001A567 0001A567 00008000 00008000 0000005C 0000005C\\ 000007A5 000006CA 00007311 000075EA 0001A567 0001A567 00008000 00008000 0000005C 0000005C

Mais ça ne m'a mené nulle part, ça ne donne pas des caractères ASCII exploitables (UTF-32).

6e test : vue spectrogramme du MP3

  • Utiliser le logiciel “Sonic Visualiser”.
  • Ouvrir le fichier.
  • Menu “Layer” > “Add Spectrogram” > “Milkshake: All Channels Mixed”
  • Et là le code s'affiche !
  • “HTB{str4wberry_milkshak3}”

Banco 8-)

Liens :

FLAG

challenges/hackthebox/challenges/stego/milkshake.txt · Last modified: 2020/12/08 21:27 by didzkovitchz