Skip to content

Instantly share code, notes, and snippets.

View sinanozdemir's full-sized avatar
🖥️
breaking things with no intention to fix

Sinan Ozdemir sinanozdemir

🖥️
breaking things with no intention to fix
  • Philadelphia
View GitHub Profile
@meldridge
meldridge / how-to-oscp-final.md
Last active April 12, 2024 02:06 — forked from unfo/how-to-oscp-final.md
How to pass the OSCP
@superkojiman
superkojiman / namemash.py
Last active February 11, 2026 05:06
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/
'''