Skip to content

Instantly share code, notes, and snippets.

View Zorg08's full-sized avatar

zorg Zorg08

  • Copenhagen
View GitHub Profile
@Zorg08
Zorg08 / namemash.py
Created September 18, 2022 19:31 — 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/
'''
@Zorg08
Zorg08 / kerberos_attacks_cheatsheet.md
Created March 17, 2022 21:05 — 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: