Skip to content

Hashcat Rules

Post your favorite hashcat rules here!
Follow Posting Template:
https://forum.hashpwn.net/post/68

4 Topics 27 Posts
  • Top hashpwn Rules

    Pinned hashcat rules hashcat
    8
    4 Votes
    8 Posts
    1k Views
    cycloneC
    @snazzy You can do all of this from linux CLI with sort, uniq, awk, grep, etc. I have also written custom tools for sorting wordlists or rulesets by frequency, so there are several ways to accomplish this. Below is a general outline using linux CLI. Run hashcat with --debug-mode=1 --debug-file=debug.rule which will save all rules that had hits to debug.rule Sort debug.rule by frequency and save to debug_freq.rule Spoiler LC_ALL=C sort debug.rule | uniq -c | LC_ALL=C sort -rn | grep -oP '^ *[0-9]+ \K.*' > debug_freq.rule Now that you have a ruleset sorted by frequency, you can run head -n {nth} debug_freq.rule to grab the top {nth} rules
  • Hashcat Rules

    Pinned Locked hashcat rules hashcat
    1
    1 Votes
    1 Posts
    260 Views
    No one has replied
  • Hashcat Rules

    15
    0 Votes
    15 Posts
    2k Views
    A1131A
    Sorted by occurrence of rules file from online hashcat rules collection # ls a1131 blandyuk ciphers dive hybrid kaonashi MISC pantagrule robot t0xic top_n aon buka clem9669 fordy insidepro korelogic nsa-rules probable-wordlists shooter3k techtrip unicorn append cake dipepe hob0rules jabbercracky masks nyxgeek README.md skalman tmesis # find . -name "*.rule" | du -sh 860M . # du -sh ../collection.rule 372M ../collection.rule # wc -l ../collection.rule 26913875 ../collection.rule
  • Hashmob rules

    hashcat rules hashcat hashmob
    3
    4 Votes
    3 Posts
    348 Views
    oe3p32wedwO
    @tychotithonus I used debugging, also these rules showed the best result among several selected lists of top100 and top500 on hashmob wordlists. I forgot to say that the top 100 does not contain rules that are in the top 500, and vice versa. This is done to reduce duplicate candidates. Also, these rules were divided into two files, since I use them for different tasks on slow hashes. You can combine them for your convenience

Who's Online [Full List]

6 users active right now (3 members and 3 guests).
hashpwn-bot, cyclone, bloodybunny008

Board Statistics

Our members have made a total of 4.0k posts in 150 topics.
We currently have 260 members registered.
Please welcome our newest member, iceman.
The most users online at one time was 49 on Thursday, December 26, 2024.