Skip to content

Instantly share code, notes, and snippets.

View hotplugin0x01's full-sized avatar

Abdul Wassay hotplugin0x01

View GitHub Profile
@hotplugin0x01
hotplugin0x01 / kerberos_attacks_cheatsheet.md
Created June 14, 2022 21:00 — 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:

@hotplugin0x01
hotplugin0x01 / namemash.py
Created June 4, 2022 10:48 — forked from superkojiman/namemash.py
Creating a user name list for brute force attacks.
#!/usr/bin/env python3
'''
NameMash by superkojiman
Generate a list of possible usernames from a person's first and last name.
https://blog.techorganic.com/2011/07/17/creating-a-user-name-list-for-brute-force-attacks/
'''