hackingDNA

CrackMapExec

Post Exploitationkali

Swiss army knife for pentesting Active Directory networks (now NetExec in many repos).

Install

sudo apt install crackmapexec

Common commands

crackmapexec smb 192.168.1.0/24 -u user -p pass
netexec smb targets.txt -u u -p p --shares

Use only on systems you are authorized to test. Follow program scope.

Related tools