Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. #include <stdio.h>
  2. #include <unistd.h>
  3.  
  4. int main() {
  5.   setuid(getuid());
  6.   system("getflag");
  7. }