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.

John the Ripperでパスワードが掛かったファイルを開いてみる

Last updated at Posted at 2022-06-26

Johnの使い方

htbで使える手法メモ。
悪用は厳禁。

  • できること
    ・鍵付きzipファイルのパスワード解析
    ・鍵付きpfxファイルのパスワード解析

  • 手順
    (1)オフライン解析のためのハッシュ生成
       zip2john {FileName}.zip > hash.txt
    (2)パスワード解析
       John --word-list={WordList_Path} hash.txt

※pfxのパスワード解析したい場合は、zip2johnをpfx2johnに変更する

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?