Post

Easy Steganography - TryHackMe

Writeup for the Easy Steganography room on TryHackMe

Easy Steganography - TryHackMe
[TryHackMe Easy Steganography](https://tryhackme.com/room/easysteganography)

Download the zip file and start the hunt. Good luck!

#1 Flag 1

1
2
➜  TryHackMe zsteg -a flag1.jpeg
[!] #<ZPNG::NotSupported: Unsupported header "\xFF\xD8\xFF\xE1\x00\x18Ex" in #<File:flag1.jpeg>>

As you can see there is something wrong with this image let’s see the hex code of it

1
2
3
➜  TryHackMe strings flag1.jpeg | grep "St"
D`St
St3g4n0
1
St3g4n0

#2 Flag 2

1
➜  TryHackMe stegoveritas flag2.jpeg

1
Algorithm

#3 Flag 3

1
➜  TryHackMe stegoveritas flag3.jpeg
1
comment: "The passphrase to this challenge is Math"

#4 Flag 4

1
➜  TryHackMe strings flag4.jpeg

1
TryHardered
This post is licensed under CC BY 4.0 by the author.