Skip to content

Instantly share code, notes, and snippets.

View S-crow's full-sized avatar

Scrow S-crow

View GitHub Profile
{
"keys": [
{
"e": "AQAB",
"kid": "ctfkey",
"kty": "RSA",
"n": "qTaSIMKlF3beJ8RRfeAIaRkiq71Q0ClOkbzsjV7beaV7Yz02tcDjCHeUqNmJlJFSgRl35UG8potI6sHFinNSXVVYdgdVkREMVY2IauXPoqjub-F-3gd3VTtQgLgW474qKmf01YaAiLFCYeBKvj3-Bh-ggAkjXcr7kPxwjndaVJlIa6o90iSkFkTjrBxzu8tx7uN7UB6MHNdOHrxfwTZoJfhucViM1w0p0yz1rIjN4Q76sFyPvuGfzZVRXxhmGq-hpaGrlhZrj79b50wEvjarA7gnuqgOcNKB_kfD1jwEKIzmXTcgN-yCXjpSarMNqkb-VlLD5L68jC6GpF0Tm7V6dw",
"use": "sig",
"alg": "RS256"
}
@S-crow
S-crow / kerberos_attacks_cheatsheet.md
Created November 27, 2019 18:35 — 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: