← All Kali Issues
CrackMapExec

Login failure

A Authentication Medium

🔴 Error Message

STATUS_LOGON_FAILURE on all attempts

📖 What This Means

Invalid credentials or domain.

🔧 Step-by-Step Fix

  1. Check domain: cme smb target -u user -p pass -d DOMAIN
  2. Try local: --local-auth
  3. Use hash: -H hash

🔗 More CrackMapExec Issues