Skip to content

Text / Wordlist / Rules

10 Topics 32 Posts

Tools for text, wordlist, hashcat rules, etc.
Follow Posting Template:
https://forum.hashpwn.net/post/68

  • hashgen - the blazingly fast hash generator

    13
    1 Votes
    13 Posts
    5k Views
    cycloneC
    https://github.com/cyclone-github/hashgen/releases/tag/v1.3.2 v1.3.2; 2026-08-18 add mode: gost-yescrypt add mode: SSHA -m 111 add mode: sha1crypt -m 15100 add mode: sm3crypt -m 35100 add mode: cmiyc (KoreLogic CMIYC 2026 contest algorithm) add modes: Streebog/GOST 2012 -m 11700, 11750, 11760, 11800, 11850, 11860 add modes: SHA-384 UTF-16LE -m 10830, 10840, 10870 add modes: LDAP SHA/SSHA -m 101, 1411, 1711 add modes: -m 3500, 4300, 4400, 4700, 18500, 18501, 20800, 32800, 34400, 34500, 35900 refactor modes: -m 2600 and 4500 add bcrypt prehash modes: -m 25600, 25800, 28400, 30600 add bcrypt aliases: bcryptmd5, bcryptsha1, bcryptsha512, bcryptsha256 add hashcat alias: wpbcrypt -m 35500 v1.3.1; 2026-04-13 add modes: MD6-128, MD6-224, MD6-256, MD6-384, MD6-512
  • pcfg-go - The Fast PCFG

    5
    0 Votes
    5 Posts
    423 Views
    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
  • Targinator - The Infinitely Targeted Self-Combinator

    Moved
    4
    4 Votes
    4 Posts
    1k Views
    cycloneC
    @v1cvap0r Targinator currently calls runtime.NumCPU() for parallel processing which defaults to all available CPU threads. Adding an option to allow user-specified CPU threads is an option, but not currently implemented.
  • my blog post about a different wordlist deduplication approach

    2
    3 Votes
    2 Posts
    774 Views
    cycloneC
    Informative write up which gives a different perspective than "the norm". I've also used Waffle's rling since it was publicly released and it has earned a well deserved place in my favorite tools post.
  • rlite - Text sorting, analysis, cross de-duplication

    1
    3 Votes
    1 Posts
    551 Views
    No one has replied
  • RuleProcessorY - Rule Processing and Optimizing

    1
    2 Votes
    1 Posts
    528 Views
    No one has replied
  • Tool: Password Transformation Tool (PTT)

    1
    2 Votes
    1 Posts
    564 Views
    No one has replied
  • Favorite Tools

    3
    3 Votes
    3 Posts
    891 Views
    cycloneC
    @v1cvap0r duplicut - dedupes a single wordlist without changing its order: ./duplicut wordlist.txt -o dedup_wordlist.txt rling - similar capability to duplicut: ./rling wordlist.txt dedup_wordlist.txt but also can remove dups from multiple files and save the dedup output to file like the example below from the GitHub page: ./rling big-file.txt new-file.txt /path/to/old-file.txt /path/to/others/*
  • Gramify - Wordlist analysis and n-gram generator

    1
    1 Votes
    1 Posts
    420 Views
    No one has replied
  • CCC Wordlist Conventer

    1
    0 Votes
    1 Posts
    425 Views
    No one has replied