Port Forwarding - Tunneling
Last updated
Last updated
Portforwarding,
Forwarding remote port 8080 to localhost
On kali,
On target,
Sock5 proxy with chisel,
On kali,
On target,
R:5000:socks
the R
means that we want to perform a reverse port forward.
5000
will be the port on the attacker machine that will act as the entry point to our SOCKS5 proxy; and
socks
simply means we are using the SOCKS protocol.
Add socks5 127.0.0.1 5000
to /etc/proxychains.conf
Don't forget to disable DNS resolution over proxychains.
udp port forward
This is the best tunneling tool
Standalone (compiled and ready to be executed) binaries,
Port forwarding,
forwards remote host 10.10.10.99:2049 back to localhost:2049
Tunneling,