In this recipe we will use cryptcat to transfer files between two hosts. Although we will use cryptcat for transferring files in this example, it can be used for a wide variety of purposes such as secure chat, shell access, port scanning as well as others.
Hiding communications with cryptcat
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 use cryptcat to create tunnels to...