Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/1337z/wordlist-manager

:book: Wordlist manager for combining files and cleaning them up.
https://github.com/1337z/wordlist-manager

bash generator linux manager shell wordlist

Last synced: 9 days ago
JSON representation

:book: Wordlist manager for combining files and cleaning them up.

Awesome Lists containing this project

README

        

# Wordlist Manager

## Usage:

//Convert files first if not already done
./convert

//Make wordlist files for all folders
./create

//Make wordlist file for a specific folder
./create [name]

//Remove wordlist files
./remove

---

Simply make a folder for each wordlist you want to create.

Put all the files you want to combine, sort and deduplicate into this folder.

The bash script will walk trough all folders and combine the contents to `wordlist.lst`

---

Find wordlists here: [MarvinJWendt/wordlists](https://github.com/MarvinJWendt/wordlists)