wordlist-1.0.0 released!
Wordlist is a Ruby library for reading, combining, manipulating, and building wordlists, efficiently.
- Supports reading
.txtwordlists, and.txt.gz,.txt.bz2, and.txt.xzcompressed wordlists. - Supports building wordlists from arbitrary text. Also supports
.gz,.bz2,and.xzcompression. - 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