/password-utils

Scripts and such to aid in password cracking

Primary LanguagePython

NullMode's Password Utils

Scripts and such to aid in password cracking. Info and To-dos are contained within each script.

Ping me on irc (#vulnhub) or on twitter (@NullMode_) for any feature requests, or send me a pull request :)

leakdb_lookup.py

A simple script that takes an input file of hashes and looks them up on leakdb. If a plain text for a hash is discovered it is printed on the screen.

pot_file_to_wordlist.sh

Convert an input pot file into a word list.

./script test.pot
[*] New wordlist file created from test.pot
[*] Stored in /home/nullmode/test.lst

space-wordlist-expander.py

This script takes input word lists, manipulates them, then outputs new word lists with changes. Best results are from word lists containing multiple words that are spaced. Results are not sorted and duplicates are not removed.