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

15 lines
233 B
Markdown

# Setuid and Setgid
MITRE ATT&CK Technique: [T1166](https://attack.mitre.org/wiki/Technique/T1166)
Navigate to [hello.c](../Payloads/hello.c)
Input:
make hello
sudo chown root hello
sudo chmod u+s hello
./hello