```bash
cewl http://target.com -w wordlist.txt
cewl http://target.com > wordlist.txt
cewl http://target.com --lowercase >> wordlist.txt
cewl -d 2 -m 5 -w wordlist.txt http://target.com
```
- `-w` : 저장할 워드리스트 파일
- `-d <depth>` : 크롤링 깊이 (기본은 2)
- `-m <min_length>` : 최소 단어 길이 지정
- `-e` : 이메일 주소 수집도 포함