Tools & Utility
CeWL
Custom wordlist generator that spiders a given URL and collects words to create a targeted wordlist.
#wordlist#spider#web#password
CeWL: Custom Wordlist Generator
CeWL (Custom Word List Generator) is a ruby app which spiders a given URL and collects words that can be used for password cracking.
Usage
bash
# Basic wordlist
cewl https://example.com -w wordlist.txt
Set minimum word length
cewl https://example.com -m 6 -w wordlist.txt
Spider depth
cewl https://example.com -d 3 -w wordlist.txt
Include emails
cewl https://example.com -e -w wordlist.txt
With count
cewl https://example.com -c -w wordlist.txt