PFW ACM's CTF Practice

PFW ACM's CTF Practice

Home Resources Open-Source Intelligence Cryptography Password Cracking Wi-Fi Traffic Analysis Log Analysis Network Vulnerability Analysis Digital Forensics Reverse Engineering Web App Exploitation

Password Cracking

Password cracking is a popular attack method used by hackers to determine a user's password.

Passwords are traditionally stored in a form called a password hash, a theoretically unique identifier that cannot be traced to the password text. By attacking the hash, we can obtain the plaintext password.

Challenges