Skip to content

Instantly share code, notes, and snippets.

View NAP3XD's full-sized avatar
🎯
Focusing on Photogrammetry!

Nico NAP3XD

🎯
Focusing on Photogrammetry!
View GitHub Profile
@NAP3XD
NAP3XD / kerberos_attacks_cheatsheet.md
Created December 8, 2021 18:33 — forked from TarlogicSecurity/kerberos_attacks_cheatsheet.md
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: