Password Cracking Basics
Difficulty: Medium
Match a hash using a tiny wordlist and learn the defender’s fix.
New to this topic? Read the tutorial
Context
A small snippet from a legacy system leaked. Use the wordlist to identify which password produces the given hash.
Static Example
All answers are visible below—copy directly to capture flags.
Capture the Flags
Copy each answer directly from the example (or wrap as CXA{...}). Case-insensitive.
0/3 flags captured
Flag 1 — Which word matches the hash?
Hint: Try the more “phrase-like” entry in the wordlist.
Flag 2 — Copy the exact hash value
Hint: It’s the full 32-hex MD5 right after hash:.
Flag 3 — What algorithm should defenders use?
Hint: It’s one of four recommended algorithms in the gray box.