CyberNotes
Passwords/Password Cracking

CEWL

CEWL stands for Custom Word List Generator, a Ruby program designed to create custom word lists by crawling a specified URL and extracting words from the HTML content. Cewl is a powerful tool to generate a wordlist specific to a given company or target.

Quickstart

git clone https://github.com/digininja/CeWL.git

Usage

$ cewl -w list.txt -d 5 -m 5 http://thm.labs

Resources

On this page