Cewl

Using a tool like cewl, we can scrape the megacorpone.com webservers to generate a password list from words found on the web pages.

#cewl www.megacorpone.com -m 6 -w megacorp-cewl.txt

how many did it make?

#wc -l megacorp-cewl.txt

we can then pipe this to john the ripper for mutations

Last updated