picoCTF2019 What Lies Within [Forensics]
Theres something in the building. Can you retrieve the flag?
(適当な訳)建物の中になにかあるようです。フラグを取り戻せますか?
Hints: There is data encoded somewhere, there might be an online decoder
(適当な訳)データはどこかでエンコードされているようです。もしかしたらオンラインデコーダがあるかもしれません。
与えらた写真は以下である。
Steganography onlineというサービスでデコードするとフラグが見つかる。
この手法はLSBエンコードというらしい。このページによる説明だと、人の目にはわからないRGB色成分の最下位バイナリビット(LSB)を変更してメッセージを隠す方法だそうである。
The human eye can distinguish about 10 million different colours, which means that the human eye can't distinguish the remaining 6 million colours. LSB steganography is to modify the lowest binary bit (LSB) of RGB colour components, each colour will have 8 bits, LSB steganography is to modify the lowest bit in the number of pixels, and human eyes will not notice before and after this change, each pixel can carry 3 bits of information.
答え:picoCTF{h1d1ng_1n_th3_b1t5}