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.

poppler-utils , pdftotext

Posted at

[picoCTF][Forensics][Redaction gone wrong]

Writeup

  • とりあえずFileコマンド。
    PDFファイルのようです。
    screenshot 10.png

  • 開いてみると、黒塗りされた書類のようです。
    文字列を抽出したら、黒塗りの後ろの文字が分かる気がする。
    sudo apt install -y poppler-utils
    pdftotextが使えるようになった。

  • とりあえず実行してみた。
    出力されたファイルを見てみる。
    screenshot 9.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?