Skip to content

Instantly share code, notes, and snippets.

View jgao1025's full-sized avatar
🏠
Working from home

Jen Gao jgao1025

🏠
Working from home
View GitHub Profile
@jgao1025
jgao1025 / kerberos_attacks_cheatsheet.md
Created August 13, 2020 12:53 — 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: