Skip to content

Instantly share code, notes, and snippets.

View Droidzzzio's full-sized avatar
💻
Some task are to be done , even if gods are not in your favor

Malav Sharma Droidzzzio

💻
Some task are to be done , even if gods are not in your favor
View GitHub Profile
@Droidzzzio
Droidzzzio / kerberos_attacks_cheatsheet.md
Created June 2, 2020 15:21 — 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: