In this recipe we will use pingtunnel to tunnel communications between two hosts. As most of the time, ICMP communications are allowed through firewalls and rarely inspected for malicious traffic by most companies, it makes it easy to set up a connection that will largely go unnoticed.
Protocol spoofing using pingtunnel
Getting ready
Let's ensure the following prerequisites:
- Your Kali Linux VM is powered up and you are logged in as root
- Your Ubuntu VM is powered up and you are logged in and on the NAT network and have internet connectivity
How to do it...
To tunnel...