Chisel

Chisel is a fast TCP/UDP tunnel, transported over HTTP, secured via SSH

Source: https://github.com/jpillora/chisel

How to use

Chisel is mainly useful for passing through firewalls, though it can also be used to provide a secure endpoint into your network.

Set the server

In this case, we're setting a reverse port forward

Connect the client to the server
Access the service through the tunnel

Using Socks

Set the /etc/proxychains.conf

Here we set the reverse port as before, but we'll set a socks proxy by opening a server on the target

set the server
connect to the server
Opening a server with socks5 on the target
receiving the connection on the attacker machine
nmap with proxychains
nmap without proxychains

All the traffic goes through the tunneling on port 5555

wireshark results

Last updated