Skip to content

Instantly share code, notes, and snippets.

@m00nSh1ne
m00nSh1ne / kerberos_attacks_cheatsheet.md
Created July 19, 2020 15:32 — 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:

@m00nSh1ne
m00nSh1ne / nmap_examples.md
Created June 26, 2020 13:21 — forked from rsperl/nmap_examples.md
nmap examples