cewl Notes - Zacham17/my-tech-journal GitHub Wiki

Cewl Notes

  • Cewl is a command that "spiders" a given URL and returns a list of words which can then be used for purposes such as password cracking.
    • Example Use: cewl -d 1 http://10.0.5.21/bios/frodo -w frodo.txt

Options/Flags:

  • -d <x>: Specifies that depth of the cewl command. The higher the number, the more in-depth the results will be
  • -w: Writes the output to a specified file
  • --with-numbers: Accepts words with numbers in them as well as words with just letters