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
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
No comments:
Post a Comment