Wordlists
Usernames
# Create username combinations based on the first and last name
username-anarchy -i site_users > user_anar
# Combine wordlists
cat userList >> user_anar
# Deduplicate wordlist
sort -u user_anar > usersSpider-Based
cewl --write output.txt http://kali/manualLast updated