Skip to content

Python script for generating custom password dictionaries

License

Notifications You must be signed in to change notification settings

secnonsense/passdict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

passdict

Python script for generating custom password dictionaries

usage: passdict.py [-h] [-n] [-u] [-l] [-s SYMBOL] WORDLIST

positional arguments: WORDLIST Enter a wordlist and its path (Example: /users/joe/words.txt)

optional arguments:

-h, --help - show this help message and exit

-n, --numbers - Substitute 0-9 for any single digit appearing in the words from the wordlist

-u, --upperlower - Subtitute lower/uppercase letters for each other

-l, --leet - Use leetspeak substitutions in the generated dictionary

-s SYMBOL, --symbol SYMBOL - Specify a custom placeholder for symbol substitution and substitute symbols

About

Python script for generating custom password dictionaries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages