ICMP Reverse Shell - InfoSec Resources
It can easily be compiled using MingW on both Linux and Windows. I will be demonstrating how to compile on Linux. Install MingW and run the following command to compile the C file: i686-w64-mingw32-gcc icmp-slave-complete.c -o icmp-slave-complete.exe...