Skip to content

Instantly share code, notes, and snippets.

View wuyuting's full-sized avatar
🤓

wuyuting

🤓
View GitHub Profile
@wuyuting
wuyuting / kerberos_attacks_cheatsheet.md
Created February 26, 2022 02:16 — 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:

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.