Kerbrute
Kerbrute can be a stealthier option for domain account enumeration.
It takes advantage of the fact that Kerberos pre-authentication failures often will not trigger logs or alerts
Cloning Kerbrute GitHub Repo
Install
We can choose to compile just one binary or type
make all
and compile one each for use on Linux, Windows, and Mac systems (an x86 and x64 version for each).
The newly created
dist
directory will contain our compiled binaries.
Testing the kerbrute_linux_amd64 Binary
Adding the Tool to our Path
Moving the Binary
Enumerating Users with Kerbrute
look into statistically-likely-usernames for username list
jsmith.txt is from this list
Password Spraying Active Directory
need valid_users.txt file
Reference
PreviousPassword Spraying - Making a Target User List ACTIVE DirectoryNextstatistically-likely-usernames
Last updated