Skip to content

Instantly share code, notes, and snippets.

(function script() {
'use strict';
var w, h;
function init() {
ap37.setTextSize(10);
w = ap37.getScreenWidth();
h = ap37.getScreenHeight();
@XZentus
XZentus / kerberos_attacks_cheatsheet.md
Created July 25, 2020 05:23 — 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/sh
qemu-system-x86_64 \
-m 8G \
-enable-kvm \
-cdrom $1 \
-smp 4,cores=4 \
-cpu host,hv_relaxed,hv_spinlocks=0x1fff,hv_vapic,hv_time \
-usb -device usb-tablet
@XZentus
XZentus / keynavrc
Last active May 23, 2020 15:14
Keynav 3x3 config
# This is a keynavrc file. Yours should live in
# $HOME/.config/keynav/keynavrc
#
# Lines beginning with '#' are comments.
# Format is:
# keysequence cmd1,cmd2,cmd3...
#
# Other special values are:
# 'clear' on a line by itself (no quotes) will erase all keybindings
# (including the defaults)