Sunday, January 30, 2011

Custom wordlist

Heres two ways to create custom wordlist with backtrack 4 R2.

Tools:
wyd.pl
cewl.rb

Way #1:

# wget -r -l 3 http://www.google.com

'-r' recurse
'-l' recusrsion depth level

# wyd.pl -o wordlist.lst /root/http://www.google.com

or

Way #2

ruby cewl.rb --depth 3 -w ~/wordlist.lst http://www.google.com