crackmapexec
- Thiru T
- Nov 29, 2024
- 1 min read
This is a great tool for pivoting in a Windows/Active Directory environment using credential pairs (username:password, username:hash). It also offered other features including enumerating logged on users and spidering SMB shares to executing psexec style attacks, auto-injecting Mimikatz/Shellcode/DLL’s into memory using Powershell, dumping the NTDS.dit and more.
Install:
sudo apt install crackmapexecUsage:
crackmapexec smb <ip address> -d <domain> -u <user list> -p <password list>



Comments