Skip to content

Instantly share code, notes, and snippets.

View MateiBuzdea's full-sized avatar

Matei Buzdea MateiBuzdea

  • Politehnica University of Bucharest
  • Bucharest, Romania
  • LinkedIn in/matei-buzdea
View GitHub Profile
@MateiBuzdea
MateiBuzdea / kerberos_attacks_cheatsheet.md
Created August 14, 2023 10:56 — 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: