← All Kali Issues
John the Ripper
Pot file location
C Configuration
Low
🔴 Error Message
Where are cracked passwords stored
📖 What This Means
John saves cracked passwords to pot file.
🔧 Step-by-Step Fix
- Default: ~/.john/john.pot
- Show cracked: john --show hash.txt
- Clear pot: rm ~/.john/john.pot
- Custom pot: john --pot=custom.pot hash.txt