Skip to content

Text / Wordlist / Rules

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

9 Topics 21 Posts
  • hashgen - the blazingly fast hash generator

    7
    1 Votes
    7 Posts
    2k Views
    cycloneC
    As an experimental POC, I rewrote hashgen v1.2.0-dev in Rust. This is a major update to the previous hashgen (Rust) released in 2024 and includes most of the features in hashgen (Go) v1.2.0-dev. Consider this experimental and not for production. https://github.com/cyclone-github/hashgen-testing/tree/main/hashgen_rust hashgen (Rust) $ ./hashgen.bin --version hashgen v1.2.0-rust https://github.com/cyclone-github/hashgen $ ./hashgen.bin -m md5 -w rockyou.txt -b Starting... Processing file: rockyou.txt Hash function: md5 CPU Threads: 16 Finished processing 14344390 lines in 0.453 sec (31.639 M lines/sec) hashgen (Go) $ hashgen -version hashgen v1.2.0-dev; 2025-09-20.2300 https://github.com/cyclone-github/hashgen $ hashgen -m md5 -w rockyou.txt -b 2025/09/23 17:29:51 Starting... 2025/09/23 17:29:51 Processing file: rockyou.txt 2025/09/23 17:29:51 Hash function: md5 2025/09/23 17:29:51 CPU Threads: 16 2025/09/23 17:29:52 Finished processing 14344391 lines in 0.437 sec (32.792 M lines/sec)
  • Targinator - The Infinitely Targeted Self-Combinator

    Moved
    4
    4 Votes
    4 Posts
    429 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
    363 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
    259 Views
    No one has replied
  • RuleProcessorY - Rule Processing and Optimizing

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

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

    3
    3 Votes
    3 Posts
    354 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
    136 Views
    No one has replied
  • CCC Wordlist Conventer

    1
    0 Votes
    1 Posts
    171 Views
    No one has replied

Who's Online [Full List]

5 users active right now (3 members and 2 guests).
cyclone, hashpwn-bot

Board Statistics

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