Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 439 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 439 Bytes

ICMPTunnel

Create a reverse icmp tunnel to forward tcp traffic,this maybe useful in some lan env Usage:

Server : echo 1> /proc/sys/net/ipv4/icmp_echo_ignore_all python IcmpTunnel_S.py

Client : python IcmpTunnel_C.py {serverIP} {needConnectIP} {needConnectPort}

image