Git Product home page Git Product logo

wordlist's Introduction

wordlist

custom password list creator and custom username list creator (I use this with kerbrute)

this is for me, because i always lose this code and then i have to write it over and over ๐Ÿ˜ช... btw, if anyone finds it useful feel free to use it too. (pentesting tasks)

passwd.py

just edit the 'words' array with your target name, you can use l33t speak too.

python3 passwd.py

username.py

I usually use this with kerbrute, the companies often create AD username with formats like 'username.lastname','u.lastname','usernamelastname','ulastname', so you can use a custom name list and lastname list to create a list of possible usernames used in AD, then with passwd.py you can create your custom password list to use with a bruteforce attack.

use:
python3 username.py

args:
-x, --format : select the following formats
                1 = [flastname]
                2 = [firstnamelastname]
                3 = [f.lastname]
                4 = [firstname.lastname]

-l, --lastname       : set a single lastname
-L, --lastname-file  : set a lastname wordlist
-f, --firstname      : set a single firstname
-F, --firstname-file : set a firstname wordlist
-c, --chars          : when you use formats like 1 and 3, maybe you only want to get username with letter 'a'.

examples:
python3 username.py -x 1 -L lastname_wordlist.txt

python3 username.py -x 4 -F firstname_wordlist.txt -L lastname_wordlist.txt

python3 username.py -x 2 -f sp34rh34d -L lastname_wordlist.txt

wordlist's People

Contributors

sp34rh34d 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.