Task 7: Gather a Wordlist from the Target Website using CeWL
-d : represents the depth to spider the website
-m : represents minimum word length
-w : write the output to the file
Use CeWL ruby application to gather a wordlist from the target website (https://www.certifiedhacker.com). Enter the command which allows you to gather a unique wordlist from the target website with a minimum word length of 6 and the depth of 3 to spider the target website.
cewl -d 3 -m 6 https://www.certifiedhacker.com
PreviousTask 6: Gather Information About a Target Website using GReconNextLab 5: Perform Email Footprinting
Last updated