wordlist.rb

A Ruby library and CLI for generating and working with wordlists.

MIT License

Downloads
22.3K
Stars
46
Committers
2

Bot releases are hidden (Show)

wordlist.rb - 1.1.1 Latest Release

Published by postmodern 9 months ago

  • Switched to using require_relative to improve load-times.
wordlist.rb - 1.1.0

Published by postmodern about 1 year ago

  • Added support for reading zip (.zip) and 7zip (.7z) compressed wordlist
    files.
  • Added support for building zip or 7zip compressed wordlist files.

CLI

  • -f,--format now accepts zip and 7zip format values.
wordlist.rb - 1.0.3

Published by postmodern about 1 year ago

  • Fix reading of compressed wordlists on macOS.
    • macOS's version of zcat, bzcat, and xzcat do not accept a file path
      argument, but instead require the compressed input be piped or redirected
      into them (ex: zcat < path/to/file.gz).
wordlist.rb - 1.0.2

Published by postmodern over 1 year ago

CLI

  • Fixed a bug where operator options (ex: --power 3) were not being applied
    to the wordlist. (issue #22)
wordlist.rb - 1.0.1

Published by postmodern over 1 year ago

  • Require Ruby >= 2.0.0.
  • Added frozen_string_literal: true magic comments.
  • Flush the output after each line is written in Wordlist::Builder.
    This allows for watching the wordlist file grow using tail -f.
  • Fixed a bug in Wordlist::Lexer#parse where Unicode whitespace or other
    Unicode characters caused an infinite loop.
  • Various documentation fixes.
Package Rankings
Top 11.36% on Rubygems.org
Badges
Extracted from project README
CI Code Climate Gem Version