Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Hob0Rules — Password cracking rules for Hashcat based on statistics and industry patterns | Kitploit
Tools/GitHubGitHub/praetorian-inc/hob0rules
Password CrackingPassword AttacksHash AnalysisPenetration TestingUtilities & FrameworksArchived
GitHubpraetorian-inc/hob0rules

Hob0Rules

Password cracking rules for Hashcat based on statistics and industry patterns

View Repository
1.5k31287 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Hob0Rules

Password cracking rules for Hashcat based on statistics and industry patterns. The following blog posts on passwords explain the statistical signifigance of these rulesets:

Statistics Will Crack Your Password

Praetorian Password Cracking Rules Released

Useful wordlists to utilize with these rules have been included in the wordlists directory

Uncompress these with the unfollowing command

root@kitploit:~
gunzip rockyou.txt.gz

##hob064 This ruleset contains 64 of the most frequent password patterns used to crack passwords. Need a hash cracked quickly to move on to more testing? Use this list.

root@kitploit:~
hashcat -a 0 -m 1000 <NTLMHASHES> wordlists/rockyou.txt -r hob064.rule -o cracked.txt

##d3adhob0 This ruleset is much more extensive and utilizes many common password structure ideas seen across every industry. Looking to spend several hours to crack many more hashes? Use this list.

root@kitploit:~
hashcat -a 0 -m 1000 <NTLMHASHES> wordlists/english.txt -r d3adhob0.rule -o cracked.txt
Download Tool