Skip to content

Instantly share code, notes, and snippets.

View ChapeauClaque's full-sized avatar
🐥

ChapeauClaque

🐥
View GitHub Profile
" Мой актуальный конфиг тут: https://github.com/alexey-goloburdin/dotfiles
@TarlogicSecurity
TarlogicSecurity / kerberos_attacks_cheatsheet.md
Created May 14, 2019 13:33
A cheatsheet with commands that can be used to perform kerberos attacks

Kerberos cheatsheet

Bruteforcing

With kerbrute.py:

python kerbrute.py -domain <domain_name> -users <users_file> -passwords <passwords_file> -outputfile <output_file>

With Rubeus version with brute module: