Skip to content

Tools

56 Topics 239 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 155
    32 Topics
    155 Posts
    L
    Hi @cyclone bro. how are you doing? Thanks for sharing too. Btw how can I get 26650 kernel? Could you help me?
  • 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 31
    10 Topics
    31 Posts
    cycloneC
    v0.5.3; 2026-07-25 https://github.com/cyclone-github/pcfg-go/releases/tag/v0.5.3 pcfg_guesser ~2× faster than v0.5.2 ~2,578% faster than Python3 pcfg_guesser.py Reduce long-run RAM growth in pcfg_guesser (priority-queue frontier) Compact parse-tree representation (interned type IDs, packed nodes, arena reuse) Contiguous index-based heap (fewer per-item allocations) Reuse OMEN optimizer cache per worker Prefer []byte guess building to cut string churn Same generation logic; parallel stdout interleaving may differ across runs Rename trainer to pcfg_trainer