Skip to content

Tools

56 Topics 237 Posts

Discuss useful tools related to hash cracking. Do not upload binaries or post links to malicious files.
Follow Posting Template:
https://forum.hashpwn.net/post/68

Subcategories


  • Matrix - Encrypted Chat

    1 2
    1 Topics
    2 Posts
    No new posts.
  • Encrypted pastebin hosted by hashpwn, powered by PrivateBin.

  • Hash cracking tools.
    Follow Posting Template:
    https://forum.hashpwn.net/post/68

    32 154
    32 Topics
    154 Posts
    cycloneC
    @macflorek DM sent.
  • Network related tools for web scraping, IP / domain lookups , etc.
    Follow Posting Template:
    https://forum.hashpwn.net/post/68

    4 12
    4 Topics
    12 Posts
    cycloneC
    Spider v1.0.0 released. https://github.com/cyclone-github/spider/releases/tag/v1.0.0 v1.0.0 by @cyclone-github in https://github.com/cyclone-github/spider/pull/15 chore(deps): bump github.com/PuerkitoBio/goquery from 1.11.0 to 1.12.0 in the minor-and-patch group by @dependabot[bot] in https://github.com/cyclone-github/spider/pull/14 added flag "-text-match" to filter page text matches memory and performance optimizations for -file and -url modes -file mode streams wordlists from disk instead of loading entire files into RAM reduced RAM usage for large -sort wordlists default -timeout increased from 1 to 10 seconds progress bars, stats, and errors now write to stderr sanitize url fragments for dedup and extension checks updated default User-Agent Full Changelog: https://github.com/cyclone-github/spider/compare/v0.9.1...v1.0.0
  • Share and discuss scripts that help automate hash cracking and related tasks. Zero tolerance for malicious content.
    Follow Posting Template:
    https://forum.hashpwn.net/post/68

    8 38
    8 Topics
    38 Posts
    A1131A
    RCR v0.3 — RuleFlow Chain Runner A GUI front-end for the RuleFlow pipeline: rulest + concentrator + ranker, all wired together to get the most out of the extracted Hashcat rules. What it actually does You feed it three files—a base wordlist, a target wordlist, and cracked passwords. You select an OpenCL device, choose a preset, and you can adjust the expected runtime (higher values ​​result in more chains generated), click Run, and the program runs through the entire chain: informed extraction, genetic rule extraction, rule cleaning/optimization, and then scoring and ranking the survivors from the larger results. Finally, you get a structured CSV file. The presets Mode Generations Populations Best for Fast 150 300 Quick tests, medium dictionaries Balanced 300 600 Daily driver, good default Maximum 500 1000 Deep runs, large or stubborn sets Why I built this The backend tools are solid, but running them one-by-one with long command lines gets old fast. This wraps the whole flow in a single window with: Live log with ANSI colors, horizontal scrolling for long lines, and auto-trim so it doesn't choke on verbosity Memory watchdog — monitors RAM/VRAM usage and auto-suggests switching to Low-Memory preset if a stage gets killed by OOM OpenCL device scanner — detects your GPU or falls back to CPU without manual --device flags MAB vs Legacy ranker — pick adaptive bandit sampling for huge skewed rule sets, or exhaustive scoring when you want full statistical accuracy Quick start git clone https://github.com/A113L/ruleflow.git cd ruleflow python rcr [image: 1783156184940-rcr-midrun.jpg] Requires Python 3 + tkinter. The backend scripts (rulest_v2.py, concentrator.py, ranker.py) should be in the same directory. Feedback or bug reports welcome — this is a personal tools that grew a UI, so rough edges are expected.
  • Tools for text, wordlist, hashcat rules, etc.
    Follow Posting Template:
    https://forum.hashpwn.net/post/68

    10 30
    10 Topics
    30 Posts
    cycloneC
    https://github.com/cyclone-github/hashgen/releases/tag/v1.3.0 v1.3.0; 2026-04-10 added HMAC modes: -m 50, 60, 150, 160, 1450, 1460, 1750, 1760, 6050, 6060 added PBKDF2 modes: -m 10900, 11900, 12000, 12100 added scrypt mode: -m 8900 added BLAKE2 modes: -m 600, 610, 620, 31000, 34800, 34810, 34820, 33300 added hashcat UTF-16LE modes: -m 30, 40, 70, 130, 140, 170, 1430, 1440, 1470, 1730, 1740, 1770 optimized salt RNG for fewer syscalls on salted hash modes added sanity check on invalid -m nth before opening stdin/wordlist compiled with Go v1.26.2 Full Changelog: https://github.com/cyclone-github/hashgen/compare/v1.2.2...v1.3.0