Chisel
Chisel works in a client server way so the chisel binary needs to be on both the attacking machine and the compromised server.
Reverse SOCKS Proxy
First we need to set up the chisel server on our attacking machine
Next set up the client on the compromised server
R:socks
R means remotes. This tells chisel that the server is waiting for a proxy or port forward to be made
The connection will be made on port 1335 but the actual proxy is opened on port 1080. So we will be using 1080 to send traffic through the proxy.
Remote Port Forward
A remote port forward is when we connect back from a compromised target to create the forward.
Start the chisel server on the compromised host (you will also have to open up the firewall port)
OR
Connect to the chisel server
For a local port forward it would be exactly the same except the compromised server becomes the chisel server and your attacking machine becomes the chisel client
Last updated
Was this helpful?