Name and surname wordlist generator. Created to practice rust.
Once the name and surname combined list is created, you can use namemash to create a list of possible usernames.
cargo build --release
cargo run --release names.txt surnames.txt
names: https://github.com/dominictarr/random-name/blob/master/first-names.txt