githubEdit

Icmptunnel (ICMP Tunneling)

Github repo: https://github.com/jamesbarlow/icmptunnel

Installation

git clone https://github.com/jamesbarlow/icmptunnel.git

cd icmptunnel

make

Disable ICMP echo reply

echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all

./icmptunnel -s

Ctrl+z

bg

Start the ICMP tunnel on server mode and assign it a new IP address for tunneling

Now do the same for Kali Linux and then SSH to your target

Now all SSH traffic is being transmitted via ICMP

Last updated