Skip to content

Instantly share code, notes, and snippets.

View oq2o's full-sized avatar
🥹
listening on [any] 4444 ...

oq2o

🥹
listening on [any] 4444 ...
View GitHub Profile
@oq2o
oq2o / kerberos_attacks_cheatsheet.md
Created October 4, 2025 14:11 — 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: