-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

cryptcat


> Cryptcat is netcat with encryption capabilities.

More information.


[l]isten on a specified [p]ort and print any data received:

cryptcat -k {password} -l -p {port}

Connect to a certain port:

cryptcat -k {password} {ip_address} {port}

Set a timeout [w]:

cryptcat -k {password} -w {timeout_in_seconds} {ip_address} {port}

Scan [z] the open ports of a specified host:

cryptcat -v -z {ip_address} {port}

Act as proxy and forward data from a local TCP port to the given remote host:

cryptcat -k {password} -l -p {local_port} | cryptcat -k {password} {hostname} {remote_port}


> 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 Fri May 17 15:41:01 2024