Skip to content
  • Categories
  • Recent
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Slate)
  • No Skin
Collapse
Brand Logo

hashpwn

Home | Donate | GitHub | Matrix Chat | PrivateBin | Rules

  1. Home
  2. Resources
  3. Hashcat Rules
  4. Top hashpwn Rules

Top hashpwn Rules

Scheduled Pinned Locked Moved Hashcat Rules
hashcat ruleshashcat
8 Posts 4 Posters 1.2k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • cycloneC Offline
    cycloneC Offline
    cyclone
    Admin Trusted
    wrote on last edited by cyclone
    #1

    Title: Top hashpwn Rules Collection
    Author: hashpwn
    URL: https://github.com/hashpwn/rules
    Description:
    This repository contains hashpwn's Top Rules, a collection of high-performing hash-cracking rules that have been tested on hundreds of real-world leaks over the past decade. These rules include some of the best-performing publicly released rulesets to date.

    • Included Rulesets:
      • hashpwn_250.rule
      • hashpwn_500.rule
      • hashpwn_1500.rule
      • hashpwn_3000.rule
      • hashpwn_5000.rule

    Sysadmin by day | Hacker by night | Go Developer | hashpwn site owner
    3x RTX 4090

    1 Reply Last reply
    👍
    4
    • V Offline
      V Offline
      v1cvap0r
      Trusted
      wrote on last edited by
      #2

      hashpwn_250.rule file converted to be used with HashManager (only support cpu).
      hashpwn_250 _HM.7z

      1x1080 | i7 3770k | 32Gb | lol

      1 Reply Last reply
      👍
      1
      • cycloneC cyclone pinned this topic on
      • R Offline
        R Offline
        Rampage45
        wrote on last edited by
        #3

        Does rule 250,500,1500,3000 included in rule 5000?

        cycloneC 1 Reply Last reply
        0
        • R Rampage45

          Does rule 250,500,1500,3000 included in rule 5000?

          cycloneC Offline
          cycloneC Offline
          cyclone
          Admin Trusted
          wrote on last edited by
          #4

          @Rampage45 Yes, that's correct.

          Sysadmin by day | Hacker by night | Go Developer | hashpwn site owner
          3x RTX 4090

          1 Reply Last reply
          👍
          1
          • R Offline
            R Offline
            Rampage45
            wrote on last edited by
            #5

            Hello what is the comparison between hashpwn_5000.rule vs cyclone5000? and hashpwn_5000.rule vs OneRuleToRuleThemAll.rule?

            cycloneC 1 Reply Last reply
            0
            • R Rampage45

              Hello what is the comparison between hashpwn_5000.rule vs cyclone5000? and hashpwn_5000.rule vs OneRuleToRuleThemAll.rule?

              cycloneC Offline
              cycloneC Offline
              cyclone
              Admin Trusted
              wrote on last edited by cyclone
              #6

              @Rampage45
              Even with an order of magnitude less rules, hashpwn_5000.rule will typically have a similar crack rate as the the 52k rules in OneRuleToRuleThemAll.rule, but that will vary depending on the wordlist and hash list you're running. You can run comparisons between hashpwn_5000.rule and OneRuleToRuleThemAll.rule with your preferred wordlist and hash list to see the difference.

              When tested side-by-side, hashpwn_5000.rule and cyclone_5000.rule crackrates are typically within a few % of each other.

              While these comparisons are several years old, they'll give you an idea of the performance of the *_5000.rule series rules vs others.
              https://github.com/cyclone-github/rules

              Sysadmin by day | Hacker by night | Go Developer | hashpwn site owner
              3x RTX 4090

              1 Reply Last reply
              👍
              2
              • snazzyS Offline
                snazzyS Offline
                snazzy
                Contributor
                wrote on last edited by
                #7

                @cyclone do you have a methodology for benchmarking or determining the most efficient of your rules? Say I have a list of 1m generated rules, and I want to create seperate lists, top 100, 1k, 10k, etc., is there a tool/script that can assist with this, or a workflow you're willing to share?

                1 Reply Last reply
                0
                • cycloneC Offline
                  cycloneC Offline
                  cyclone
                  Admin Trusted
                  wrote on last edited by cyclone
                  #8

                  @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.

                  1. Run hashcat with --debug-mode=1 --debug-file=debug.rule which will save all rules that had hits to debug.rule
                  2. Sort debug.rule by frequency and save to debug_freq.rule


                  LC_ALL=C sort debug.rule | uniq -c | LC_ALL=C sort -rn | grep -oP '^ *[0-9]+ \K.*' > debug_freq.rule

                  1. Now that you have a ruleset sorted by frequency, you can run head -n {nth} debug_freq.rule to grab the top {nth} rules

                  Sysadmin by day | Hacker by night | Go Developer | hashpwn site owner
                  3x RTX 4090

                  1 Reply Last reply
                  👍
                  2
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  Who's Online [Full List]

                  6 users active right now (2 members and 4 guests).
                  hashpwn-bot, foobar

                  Board Statistics

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

                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent