initial commit
This commit is contained in:
9
Walkthroughs/LinuxPrivilegeEscalation/path_exp.c
Normal file
9
Walkthroughs/LinuxPrivilegeEscalation/path_exp.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include<unistd.h>
|
||||
#include<stdlib.h>
|
||||
#include<stdio.h>
|
||||
|
||||
void main() {
|
||||
setuid(0);
|
||||
setgid(0);
|
||||
system("thm");
|
||||
}
|
||||
Reference in New Issue
Block a user