Chisel: Difference between revisions

From RCATs
(Created page with "Chisel is a fast TCP/UDP tunnel, transported over HTTP, secured via SSH. Single executable including both client and server. Written in Go (golang). Chisel is mainly useful for passing through firewalls, though it can also be used to provide a secure endpoint into your network. <syntaxhighlight lang=powershell> $ chisel --help Usage: chisel [command] [--help] Version: X.Y.Z Commands: server - runs chisel in server mode client - runs chisel in client mod...")
 
No edit summary
 
Line 1: Line 1:
Chisel is a fast TCP/UDP tunnel, transported over HTTP, secured via SSH. Single executable including both client and server. Written in Go (golang). Chisel is mainly useful for passing through firewalls, though it can also be used to provide a secure endpoint into your network.
Chisel is a fast TCP/UDP tunnel, transported over HTTP, secured via SSH. Single executable including both client and server. Written in Go (golang). Chisel is mainly useful for passing through firewalls, though it can also be used to provide a secure endpoint into your network.<ref>https://github.com/jpillora/chisel</ref>


<syntaxhighlight lang=powershell>
== Download ==
[https://github.com/jpillora/chisel Chisel]<syntaxhighlight lang=powershell>
$ chisel --help
$ chisel --help


Line 15: Line 16:
     https://github.com/jpillora/chisel
     https://github.com/jpillora/chisel
</syntaxhighlight>
</syntaxhighlight>
<references />
[[Category:Tools]]
[[Category:Tools]]

Latest revision as of 14:28, 21 February 2023

Chisel is a fast TCP/UDP tunnel, transported over HTTP, secured via SSH. Single executable including both client and server. Written in Go (golang). Chisel is mainly useful for passing through firewalls, though it can also be used to provide a secure endpoint into your network.[1]

Download

Chisel

$ chisel --help

  Usage: chisel [command] [--help]

  Version: X.Y.Z

  Commands:
    server - runs chisel in server mode
    client - runs chisel in client mode

  Read more:
    https://github.com/jpillora/chisel