A wordlist is essentially a list of passwords that are collected in plain text. It's a text file that has a list of possible passwords that can be used to help someone crack passwords when necessary.
Usually, a wordlist helps for Brute forcing and Password Cracking Attacks. In ParrotSec and Kali Linux have their own inbuilt wordlists stored under /usr/share/wordlists/.
What if you want to use a customized wordlist for your work. There are too many amounts of tools that are available.
How to Generate a Wordlist for Password Cracking
This guide provides step-by-step instructions on how to generate wordlists for password cracking. Wordlists are essential tools for security professionals and ethical hackers to test and strengthen password security.
Goal: Generate a wordlist for an upcoming appearance on Brute forcing and Password cracking.
Generate a WordList using CeWL
Using CeWL you can build your own customized WordList. CeWL is a ruby app that spiders a given URL, up to a specified depth, and returns a list of words that can then be used for password crackers such as John the Ripper, hydra, Johnny, and many more.
CeWL comes pre-installed with Kali and ParrotSec OS so verify it using the help command and also find out some valuable information before creating a WordList.
Using CeWL
Running of CeWL tool is quite easy just insert the below command on your terminal:
Once the process is completed you can find them from the current directory i.e. home/username: