crackmapexec is a tool installed on Kali that can be used to spray passwords using several protocols (SMB, WINRM, RDP, SSH).
crackmapexec
crackmapexec smb $IP$ -u users.txt -p '$PASSWORD$' -d $DOMAIN$ --continue-on-success
Last updated 1 year ago