crackmapexec
- now named NetExec
- alround tool for windows network stuff
installation
usage
enumerate smb
find targets for relaying
pass-the-password
$ crackmapexec smb 10.0.0.0/24 -u user -d domain -p pass
pass-the-hash
$ crackmapexec smb 10.0.0.0/24 -u user -d domain -H hash --local
- green cyan should be checked, it might not be say “pwn’ed”
use password to dump hashes and then use them to login
References