πŸ’‘
cheatsheets
  • πŸ‘‹Introduction
  • πŸ‹Docker
  • πŸ’ͺBrute Force
    • Hydra
  • πŸ—οΈCryptography
    • Generate pub/priv key
  • 🐧Linux
    • Curl
    • Debian
    • Fail2Ban
    • Find
    • Grep & Co
    • Netstat
    • ps
    • pdfcrack
    • qpdf
    • Rsync
    • Scp
    • Tmux
    • Ufw
    • Vim
  • 🐍Python
    • Files Handling
    • Web
  • πŸ‘οΈRecon
    • Cewl
    • DNS
    • Host Discovery
    • nmap
    • Web
  • πŸ”Splunk
    • tstats
  • πŸ“‘SSH
  • πŸ•ΈοΈWeb
    • Gobuster
    • OWASP
    • SQLi
      • Resources
  • ⛏️Resources
    • πŸ“‘Cheatsheets
    • πŸ‹οΈTrainings
Powered by GitBook
On this page
  1. Recon

Cewl

creating custom word lists spidering a targets website and collecting unique words

PreviousReconNextDNS

Last updated 12 months ago

cewl https://www.url.com -w wordlists.txt
cewl https://www.url.com -m 5 -w words_with_at_least_5_chars.txt
cewl https://www.url.com -n -e    # Display mail and hide words
cewl https://www.url.com --with-numer    # Alphanumeric
cewl https://www.url.com -c    # Count number of time a word is seen
cewl https://www.url.com -d 3.   # Depth of search
πŸ‘οΈ
Cewl Tool - Creating Custom Wordlists Tool in Kali Linux - GeeksforGeeksGeeksforGeeks
Logo