Authentication Mechanisms - Tools
Authentication Mechanisms - Tools
CrackMapExec (CME)
Basic Usage
# Test credentials against SMB
crackmapexec smb 10.10.10.10 -u username -p password
# Test credentials against WinRM
crackmapexec winrm 10.10.10.10 -u username -p password
# Test credentials against SSH
crackmapexec ssh 10.10.10.10 -u username -p password
# Test credentials against MSSQL
crackmapexec mssql 10.10.10.10 -u username -p passwordPass-the-Hash
Authentication with Domain
Network Sweeping
Enumeration Functions
Command Execution
Impacket
PSExec
WMIExec
SMBExec
Secretsdump
GetNPUsers
GetUserSPNs
Evil-WinRM
Basic Usage
Advanced Features
Invoke-TheHash
Installation
SMB Command Execution
WMI Command Execution
Mass Command Execution
Lateral Movement Techniques
RDP with Stolen Credentials
DCOM Lateral Movement
Common Troubleshooting
Last updated