Skip to content

Instantly share code, notes, and snippets.

View zblurx's full-sized avatar

zblurx

View GitHub Profile
@superkojiman
superkojiman / namemash.py
Last active November 4, 2024 12:02
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/
'''