Skip to content

Instantly share code, notes, and snippets.

@idlecool
Created July 2, 2014 20:04
Show Gist options
  • Save idlecool/e4e1c868e0641356d7bf to your computer and use it in GitHub Desktop.
Save idlecool/e4e1c868e0641356d7bf to your computer and use it in GitHub Desktop.
#include <unistd.h>
#include <stdlib.h>
int main() {
setuid(0);
system("bash");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment