← 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

  1. Default: ~/.john/john.pot
  2. Show cracked: john --show hash.txt
  3. Clear pot: rm ~/.john/john.pot
  4. Custom pot: john --pot=custom.pot hash.txt