画像ファイル bunny.jpg
が与えられた。
以下のように Stegseek と rockyou.txt を用いて解析を行うと、flagが書かれたファイルが得られた。
user@user-VirtualBox:~$ stegseek --seed bunny.jpg
StegSeek 0.6 - https://github.com/RickdeJager/StegSeek
[i] Found (possible) seed: "3b75655e"
Plain size: 58.0 Byte(s) (compressed)
Encryption Algorithm: rijndael-128
Encryption Mode: cbc
user@user-VirtualBox:~$ stegseek --crack bunny.jpg rockyou.txt
StegSeek 0.6 - https://github.com/RickdeJager/StegSeek
[i] Found passphrase: ""
[i] Original filename: "steganopayload730241.txt".
[i] Extracting to "bunny.jpg.out".
user@user-VirtualBox:~$
writeup by MikeCAT