Table of Contents

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 :

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

Banco 8-)

Liens :

FLAG

HTB{str4wberry_milkshak3}