Skip to content

Instantly share code, notes, and snippets.

View NCSickels's full-sized avatar

NCSickels

View GitHub Profile
@NCSickels
NCSickels / open_source_licenses.md
Created February 18, 2025 21:21 — forked from nicolasdao/open_source_licenses.md
What you need to know to choose an open source license.
@NCSickels
NCSickels / kerberos_attacks_cheatsheet.md
Created June 13, 2023 18:52 — 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: