Skip to content

Latest commit

 

History

History

Invisible

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Invisible:Steganography:50pts

One of our engineer got some clues regarding a recent attack in the city, using her knowledge on networking. Can you connect the dots and help us?
Flag Format : shaktictf{STRING}
file.jpg    file.txt

Solution

file.jpgとfile.txtが配布される。
jpgが怪しいがNothing here :(の文字列しか見つからない。
txtをメモ帳で開いてもNothing here :(と書かれているのみだった。
しかしtxtをよく見ると不自然な空白が存在していることに気付いた。
「steganography tabs spaces」でググるとstegsnowなるものがあるらしい。

$ stegsnow file.txt
_z/�Q}达QG}E�z/E�}}}}}达
$ stegsnow -C file.txt
.- -- .---- ...- .---- ... .. -... .-.. ...-- -. ----- .--

圧縮されているためCオプションが必要らしい。
モールス信号らしき文字列が隠されていた。
Morse Code Translatorで復号するとAM1V1SIBL3N0Wとなった。
これを指定された形式に整形するとflagとなった。
jpgを使っていない。

shaktictf{AM1V1SIBL3N0W}