Skip to content

Instantly share code, notes, and snippets.

View FuzzyUn1c0rn's full-sized avatar

Stefan Moreas FuzzyUn1c0rn

View GitHub Profile
@FuzzyUn1c0rn
FuzzyUn1c0rn / kerberos_attacks_cheatsheet.md
Created February 20, 2022 13:45 — 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:

@FuzzyUn1c0rn
FuzzyUn1c0rn / PowerView-3.0-tricks.ps1
Created January 24, 2022 12:01 — forked from HarmJ0y/PowerView-3.0-tricks.ps1
PowerView-3.0 tips and tricks
# PowerView's last major overhaul is detailed here: http://www.harmj0y.net/blog/powershell/make-powerview-great-again/
# tricks for the 'old' PowerView are at https://gist.github.com/HarmJ0y/3328d954607d71362e3c
# the most up-to-date version of PowerView will always be in the dev branch of PowerSploit:
# https://github.com/PowerShellMafia/PowerSploit/blob/dev/Recon/PowerView.ps1
# New function naming schema:
# Verbs:
# Get : retrieve full raw data sets
# Find : ‘find’ specific data entries in a data set