Skip to content

Instantly share code, notes, and snippets.

@userid
Created September 30, 2017 03:06
Show Gist options
  • Select an option

  • Save userid/0f7f0ce7a1434b8b6573169364dd652b to your computer and use it in GitHub Desktop.

Select an option

Save userid/0f7f0ce7a1434b8b6573169364dd652b to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <unistd.h>
int main(){
setuid(0);
execl("/bin/bash",NULL);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment