はじめに
この実験では、ペネトレーションテストに欠かせないサイバーセキュリティツールである John the Ripper を使用して、パスワードで保護された ZIP ファイルをクラックする方法を学びます。ZIP ファイルからハッシュを抽出し、辞書攻撃と総当たり攻撃の両方を行ってパスワードを回復する練習を行います。
この実験では、John the Ripper のインストール、脆弱なパスワードを持つテストファイルの作成、クラックした資格情報の検証などの実践的な経験を積むことができます。この演習を通じて、脆弱なパスワードの脆弱性と、ファイルセキュリティにおける強力な暗号化の重要性を理解することができます。
Skills Graph
%%%%{init: {'theme':'neutral'}}%%%%
flowchart RL
nmap(("Nmap")) -.-> nmap/NmapGroup(["Nmap"])
wireshark(("Wireshark")) -.-> wireshark/WiresharkGroup(["Wireshark"])
hydra(("Hydra")) -.-> hydra/HydraGroup(["Hydra"])
nmap/NmapGroup -.-> nmap/installation("Installation and Setup")
wireshark/WiresharkGroup -.-> wireshark/installation("Installation and Setup")
hydra/HydraGroup -.-> hydra/installation("Installation and Setup")
subgraph Lab Skills
nmap/installation -.-> lab-549930{{"John the Ripper で ZIP パスワードをクラックする"}}
wireshark/installation -.-> lab-549930{{"John the Ripper で ZIP パスワードをクラックする"}}
hydra/installation -.-> lab-549930{{"John the Ripper で ZIP パスワードをクラックする"}}
end