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
Hash Prefixes
Identify commonly used hashes by prefix
Crunch
Crunch is a wordlist generator tool that can be used to create custom wordlists based on specified criteria. It generates wordlists through combinations and permutations of a set of characters, which can include numbers, symbols, and both uppercase and lowercase letters.