RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

wordlist-1.0.0 released!

Wordlist is a Ruby library for reading, combining, manipulating, and building wordlists, efficiently.

  • Supports reading .txt wordlists, and .txt.gz, .txt.bz2, and .txt.xz compressed wordlists.
  • Supports building wordlists from arbitrary text. Also supports .gz, .bz2, and .xz compression.
  • Provides an advanced lexer for parsing text into words.
    • Can parse/skip digits, special characters, whole numbers, acronyms.
    • Can normalize case, apostrophes, and acronyms.
  • Supports wordlist operations for combining multiple wordlists together.
  • Supports wordlist manipulating to modify the words in the wordlist on the fly.
  • Fast-ish

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in