wordlistraider
root@kali:~# wordlistraider -h
__ __ _ _ _ _ ____ _ _ _
\ \ / /__ _ __ __| | (_)___| |_| _ \ __ _(_) __| | ___ _ __| |
\ \ /\ / / _ \| '__/ _` | | / __| __| |_) / _` | |/ _` |/ _ \ '__| |
\ V V / (_) | | | (_| | | \__ \ |_| _ < (_| | | (_| | __/ | |_|
\_/\_/ \___/|_| \__,_|_|_|___/\__|_| \_\__,_|_|\__,_|\___|_| (_)
Coded by Gregor Biswanger, Jürgen Gutsch & Community - Version 1.0
usage: wordlistraider [-h] -w path to source file -t path to the target file
[--min MIN] [--max MAX] [-n NUMBERS]
[-s SPECIALCHARACTERS]
Returns a selection of words that matches the passed conditions in an existing
list.
options:
-h, --help show this help message and exit
-w, --wordlist path to source file
the wordlist to raid
-t, --target path to the target file
the target wordlist
--min, --minlength MIN
minimum length of password (default: 8)
--max, --maxlength MAX
maximum length of password
-n, --numbers NUMBERS
password must include numbers (default: false)
-s, --specialcharacters SPECIALCHARACTERS
includes passwords with special characters (default:
false)