Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-26 00:18:47 +00:00
parent 9b06c2023f
commit 47db9e503e
127 changed files with 302 additions and 302 deletions

View File

@@ -6,19 +6,19 @@ source: https://github.com/tldr-pages/tldr.git
# cewl
> URL spidering tool for making a cracking wordlist from web content.
> More information: <https://digi.ninja/projects/cewl.php>.
> More information: <https://digi.ninja/projects/cewl.php#usage>.
- Create a wordlist file from the given URL up to 2 links depth:
`cewl --depth {{2}} --write {{path/to/wordlist.txt}} {{url}}`
`cewl {{[-d|--depth]}} 2 {{[-w|--write]}} {{path/to/wordlist.txt}} {{url}}`
- Output an alphanumeric wordlist from the given URL with words of minimum 5 characters:
`cewl --with-numbers --min_word_length {{5}} {{url}}`
`cewl --with-numbers {{[-m|--min_word_length]}} 5 {{url}}`
- Output a wordlist from the given URL in debug mode including email addresses:
`cewl --debug --email {{url}}`
`cewl --debug {{[-e|--email]}} {{url}}`
- Output a wordlist from the given URL using HTTP Basic or Digest authentication: