βΊοΈcewl
CEWL is a command-line tool that generates custom wordlists by spidering a target website and extracting unique words and phrases from its content.
Scan to a depth of 2 (-d 2
) and use a minimum word length of 5 (-m 5
), save the words to a file (-w docswords.txt
), targeting the given URL (https://example.com
):
cewl
CeWL (Custom Word List generator) is a ruby app which spiders a given URL, up to a specified depth, and returns a list of words which can then be used for password crackers such as John the Ripper. Optionally, CeWL can follow external links.
CeWL can also create a list of email addresses found in mailto links. These email addresses can be used as usernames in brute force actions.
Another tool provided by CeWL project is FAB (Files Already Bagged). FAB extracts the content of the author/creator fields, from metadata of the some files, to create lists of possible usernames. These usernames can be used in association with the password list generated by CeWL. FAB uses the same metadata extraction techniques that CeWL. Currently, FAB process Office pre 2007, Office 2007 and PDF formats.
CeWL is useful in security tests and forensics investigations. CeWL is pronounced βcoolβ.
Installed size: 80 KB
How to install: sudo apt install cewl
cewl
Custom word list generator
fab-cewl
Extract metadata from files
Last updated