AlessandroZ / BeRoot

Privilege Escalation Project - Windows / Linux / Mac
GNU Lesser General Public License v3.0
2.44k stars 466 forks source link

Find service with writable binary #14

Closed CaledoniaProject closed 5 years ago

CaledoniaProject commented 5 years ago

services_checks.py does not check the permission of the service executable, can you add that?

The exploit path is replace the binary then restart the service.

AlessandroZ commented 5 years ago

This check is already done here and call this function to do it.

services_checks.py only implement functions which concern "services" and this check concerns file misconfiguration.