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.

Wireshark

Last updated at Posted at 2023-11-04

[picoCTF][Forensics][Trivial Flag Transfer Protocol]

Writeup

  • pcapngなので、とりあえずWireshak
    TFTPの通信から、ファイルの取り出し。
    File Export Objects TFTP Save All
    Export.png

  • テキストファイルが2つ。繋げてみた。
    CyberChefでROT13
    ROT.png

  • 文字列が見づらいので、chatGPTさんに見やすいようにお願い。
    chatGPT.png

  • 翻訳はDeepLにお願い。
    DeepL.png

  • ヒントのようなメッセージでした。残念。
    気を取り直して、debファイルを展開。Extract Here
    program/DEBIAN/md5sumsを確認したら、steghideっぽい。
    とりあえずインストール
sudo apt install -y ./program.deb
  • 画像ファイルは3つなので、3回セットで実行。
    passphraseはそれっぽいものを、いろいろ入力してみた。
    テキストファイルの [ - ] がヒントだったみたい。
    answer.png

参考サイト

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?