Skip to content

Instantly share code, notes, and snippets.

View 0xhnl's full-sized avatar
📡
Probing for Weaknesses

Htet Naing Lin 0xhnl

📡
Probing for Weaknesses
  • Kernellix
  • Myanmar
View GitHub Profile
@0xhnl
0xhnl / kerberos_attacks_cheatsheet.md
Created September 12, 2021 13:25 — 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: