UNHash toolset
Tools for better password analysis
A simple tool to help with fetching common lists from various online repositories and merging them ordered by occurance and weight of each pair. Contains a user-passwords list user_pass_services_122013.txt (separated with space) that contains almost all common default preset passwords for network devices and services. Useful for checking if there are no factory passwords present on most services and devices.
Botpass scrapes sshpot.com which collects data from ssh honeypots. This creates lists of user/pass pairs and ips that were used by attackes. The lists use a single space as a separator, so they can be used in Metasploit out-of-the box.
Use google searches to create custom wordlists based on keywords you enter. Very useful for creating password lists based by scraping top n pages returned by google for each keyword and enhancing your chances of successful guessing. NEW: Updated for python3, added docker support.
A rule based password cracker that plays nice with john and hashcat. Check examples file for detailed examples and capabilities of this tool.
A classifer and machine learning algorithm for creation of rules to be used with unhash and identify how passwords are created (to be disclosed).