Password Cracking
Password Cracking
Sadhasivasubramanian H
Overview
of Popular
Password
Cracking
Tools
Hashcat
What is Hashcat?
• Hashcat:
• A high-performance, open-source password recovery
tool.
• Purpose:
• Used to recover passwords by cracking password
hashes.
• Key Feature:
• GPU-accelerated, making it one of the fastest tools
available.
• Supports:
• A wide variety of hashing algorithms (MD5, SHA-256,
WPA, etc.).
Brute-force Attack (-a 3):
Wordlist Mode:
Attack Modes • Uses a wordlist (dictionary) to crack passwords.
in John the • Can be combined with rules to modify wordlist entries (e.g., adding
numbers or symbols).
External Mode:
• Allows users to create custom attack modes using external scripts.
• Highly flexible and customizable for unique cracking strategies.
Single crack mode: (demo)
Wordlist Mode: (demo)
Zip password cracking: (demo)
Linux password: (demo)
Thanks