โ๏ธKerbrute
Download precompiled binaries.
A stealthier option for domain account enumeration.
User Lists
Example:
jsmith.txt
Installation
Cloning Kerbrute GitHub Repo
Code
sudo git clone https://github.com/ropnop/kerbrute.git
Compiling for Multiple Platforms and Architectures
Code
sudo make all
Listing the Compiled Binaries in dist
Code
ls dist/
Testing the kerbrute_linux_amd64 Binary
Code
./kerbrute_linux_amd64
Adding the Tool to our Path
Code
echo $PATH
Moving the Binary
Code
sudo mv kerbrute_linux_amd64 /usr/local/bin/kerbrute
We can now type
kerbrute
from any location on the system and will be able to access the tool.
Enumerating Users with Kerbrute
Code
kerbrute userenum -d example.LOCAL --dc 172.16.5.5 jsmith.txt -o valid_ad_users
Last updated