Sudo Service Privilege Escalation
Investigation
sudo -l
(ALL : ALL) /usr/sbin/service vsftpd restartExploitation
1. Find the Location of the Config File
find / -name "*vsftpd*"/lib/systemd/system/vsftpd.service
/etc/systemd/system/multi-user.target.wants/vsftpd.service2. Update the Config File
3. Execution
Last updated