Skip to content

Instantly share code, notes, and snippets.

View nnfewl's full-sized avatar
🚀
To the Mooooooon 🌕

Λrκvxcx nnfewl

🚀
To the Mooooooon 🌕
  • St. Petersburg, Russia
View GitHub Profile
@nnfewl
nnfewl / kerberos_attacks_cheatsheet.md
Created February 17, 2020 02:43 — 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: