Skip to content

Instantly share code, notes, and snippets.

@0x4ghs
0x4ghs / kerberos_attacks_cheatsheet.md
Created May 13, 2021 10:59 — 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:

@0x4ghs
0x4ghs / tmux.md
Created January 14, 2021 22:20 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

Prefix key

The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:

remap prefix to Control + a

@0x4ghs
0x4ghs / oscp_prep.md
Created November 26, 2020 17:22 — forked from AvasDream/oscp_prep.md
Resource for OSCP like HTB Boxes with Ippsec Videos and Writeups.