Skip to content
  • Hashmob rules

    Hashcat Rules hashcat rules hashcat hashmob
    3
    4 Votes
    3 Posts
    325 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
  • Top hashpwn Rules

    Pinned Hashcat Rules 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 rules hashcat
    1
    1 Votes
    1 Posts
    246 Views
    No one has replied

Who's Online [Full List]

11 users active right now (4 members and 7 guests).
hashpwn-bot, cyclone

Board Statistics

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