GithubHelp home page GithubHelp logo

thesinghsec / namemash Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 13 KB

Usernamify is a Python script that generates usernames from first and last names. It reads names from a text file, removes non-alphabetic characters, and creates username combinations. Useful for tasks like brute force attacks or suggesting usernames for user accounts. Enhance your username generation process effortlessly.

Python 100.00%

namemash's Introduction

NameMash by superkojiman

NameMash is a Python script that generates a list of possible usernames from a person's first and last name. The script takes a file containing names as input and then processes each name to create different username combinations.

Usage

To use NameMash, follow the instructions below:

  1. Make sure you have Python 3 installed on your system.

  2. Save the list of names in a text file, where each line contains a person's first and last name.

  3. Run the script from the command line, providing the path to the names file as an argument.

$ python3 namemash.py names.txt

Example

Suppose you have a file named names.txt, which contains the following names:

John Doe
Jane van Doe
Alice Smith

Running the script with this input will generate the following list of possible usernames:

doejohn
john.doe
doe.john
doej
jdoe
djane
j.van.doe
d.jane
john
doe
jane
van

Credits

This script was created by superkojiman.

The script is intended for educational and informational purposes only. Please use it responsibly and respect others' privacy and security.

namemash's People

Contributors

thesinghsec avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.