-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

cewl


> URL spidering tool for making a cracking wordlist from web content.

More information.


Create a wordlist file from the given URL up to 2 links depth:

cewl --depth {2} --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}

Output a wordlist from the given URL in debug mode including email addresses:

cewl --debug --email {url}

Output a wordlist from the given URL using HTTP Basic or Digest authentication:

cewl --auth_type {basic|digest} --auth_user {username} --auth_pass {password} {url}

Output a wordlist from the given URL through a proxy:

cewl --proxy_host {host} --proxy_port {port} {url}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 07:13:22 2024