Names Wordlist
Names-Wordlist is a command line tool that extracts popular first names from Wikipedia dumps to generate
wordlist for password cracking.
Installation
Wordlists
Pre-generated wordlists can be downloaded directly from the
release page.
Binaries
Pre-built binaries are available from the
release page as well. Simply download, make
executable, and move it to a folder in your PATH
:
curl -L https://github.com/crissyfield/names-wordlist/releases/download/v1.0.0/names-wordlist-`uname -s`-`uname -m` >/tmp/names-wordlist
chmod +x /tmp/names-wordlist
sudo mv /tmp/names-wordlist /usr/local/bin/names-wordlist
Usage
Binary
Run names-wordlist
in the command line like this:
names-wordlist output.lst
License
Copyright (c) 2019 Crissy Field GmbH. Released under the
MIT License.
Dictionary icon made by Freepik from
www.flaticon.com.