Skip to content

Instantly share code, notes, and snippets.

View alancordoba's full-sized avatar

Alan Córdoba alancordoba

View GitHub Profile

Keybase proof

I hereby claim:

  • I am alancordoba on github.
  • I am alancordoba (https://keybase.io/alancordoba) on keybase.
  • I have a public key ASA7nveCKfnjk0xYfzTrdE_q4nwflnyp8k3EHCoLEjj6owo

To claim this, I am signing this object:

@alancordoba
alancordoba / kerberos_attacks_cheatsheet.md
Created June 4, 2019 21:09 — 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: