0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

picoCTF Writeup picoGym Practice Challenges Trivial Flag Transfer Protocol (注意<spoiler>)

Posted at

tftp通信からwiresharkでいくつかのファイルを入手することができる。ファイルー>オブジェクトをダウンロードー>TFTP

入手したファイルのtxtの文字をrot13で復元すると写真に何か細工をしたと書かれている。

写真のファイルはsteghideを指しているように見える多くのファイルが見つかりました。

steghide info picture3.bmp

ANDHIDITWITH-DUEDILIGENCE

「DUEDIIGENCE」がフラグを非表示にするパスワードだったとしたら? パスワードとして「DUEDILIGENCE」を使用すると、steghide は、picture3 の中に flag.txt が隠されていることを明らかにしました。steghide extract -sf picture3.bmpパスワードに「DUEDILIGENCE」を使用すると、flag.txtが抽出されました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?