With kerbrute.py:
python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>With Rubeus version with brute module:
With kerbrute.py:
python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>With Rubeus version with brute module:
brew install SergioBenitez/osxct/x86_64-unknown-linux-gnubrew install x86_64-linux-gnu-binutilsrustup target add x86_64-unknown-linux-gnu~/.cargo/config and add[target.x86_64-unknown-linux-gnu]
linker = "x86_64-unknown-linux-gnu-gcc"
source ~/.cargo/configCargo.toml and include OpenSSL crate dependency This is the part missing from many how-to