Hvazard - Take Away Curt Passwords & Duplicates, Alter Lowercase To Working Capital Alphabetic Quality & Reverse, Combine Wordlists!



Remove brusque passwords & duplicates, alter lowercase to majuscule & reverse, combine wordlists!

Manual & explaination
-d --dict Specifies the file you lot desire to modify. This is the solely parameter / declaration that is non optional.
-o --out The output filename (optional). Default is out.txt.
-s --short This functioning removes the lines amongst length shorter/equal to the specified number. Example: python dm.py -d dictionary.txt -s five <- This removes all lines amongst five or less characters of the file dictionary.txt
-d --dupli This functioning removes duplicate lines. If a describe of piece of occupation appears to a greater extent than than once, it gets removed. This is done together with then no password is tried to a greater extent than than once, since it is a waste matter of time. Example: python dm.py -d wordlist -d
-l --lower This functioning turns all upper-case letters to lower-case. Lower-case letters stay that way. Example: python dm.py --lower -d dictionary
-u --upper This functioning turns all lower-case letters to upper-case. upper-case letters stay that way. Example: python dm.py -u -d file.txt
-j --join This functioning joins 2 files together to neat i larger file. Example: python dm.py -d wd1.txt -j wd2.txt <- The effect is saved on the mo wordlist (wd2.txt)
-c --cut This functioning removes all lines earlier the describe of piece of occupation let on you lot specify. Useful if you lot accept already used a large purpose of the wordlist together with create non desire to become through the same process. Example: python --cut rockyou.txt -o cutrocku.txt
-e --exp This selection shows this message.
-a --arg This selection shows the arguments & options.