Skip to content

Text / Wordlist / Rules

10 Topics 29 Posts

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

  • pcfg-go

    4
    0 Votes
    4 Posts
    192 Views
    cycloneC
    v0.5.2; 2026-03-23 https://github.com/cyclone-github/pcfg-go/releases/tag/v0.5.2 Fixed Issue #5 -n {nth} not outputting
  • hashgen - the blazingly fast hash generator

    11
    1 Votes
    11 Posts
    5k Views
    cycloneC
    @test123456 There are currently no plans for hashgen to support any WPA / wifi modes. What would your use case for -m 22000 be?
  • Targinator - The Infinitely Targeted Self-Combinator

    Moved
    4
    4 Votes
    4 Posts
    891 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
    597 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
    414 Views
    No one has replied
  • RuleProcessorY - Rule Processing and Optimizing

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

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

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

    1
    0 Votes
    1 Posts
    280 Views
    No one has replied