Skip to content

Instantly share code, notes, and snippets.

@jamesKhor
jamesKhor / namemash.py
Created November 21, 2023 03:10 — 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/
'''