acccheck

Password dictionary attack tool for SMB

Install

All systems
curl cmd.cat/acccheck.sh
Ubuntu
apt-get install acccheck
Alpine
apk add acccheck
Windows (WSL2)
sudo apt-get update sudo apt-get install acccheck
Raspbian
apt-get install acccheck
Docker
docker run cmd.cat/acccheck acccheck powered by Commando

acccheck

Password dictionary attack tool for SMB

The tool is designed as a password dictionary attack tool that targets windows authentication via the SMB protocol. It is really a wrapper script around the 'smbclient' binary, and as a result is dependent on it for its execution.