← All Kali Issues
Smbclient

Share enumeration denied

P Permission Medium

🔴 Error Message

NT_STATUS_ACCESS_DENIED listing shares

📖 What This Means

Anonymous share listing disabled.

🔧 Step-by-Step Fix

  1. Use credentials: smbclient -L target -U user%password
  2. Try guest: smbclient -L target -U guest%
  3. Use CME: crackmapexec smb target --shares -u user -p pass