Files
atomic-red-team/Linux/Privilege_Escalation/Setuid_and_Setgid.md
T
2018-02-19 14:32:10 +11:00

233 B

Setuid and Setgid

MITRE ATT&CK Technique: T1166

Navigate to hello.c

Input:

make hello

sudo chown root hello

sudo chmod u+s hello

./hello