Skip to content

Instantly share code, notes, and snippets.

@ShivamShrirao
Last active March 8, 2018 10:03
Show Gist options
  • Save ShivamShrirao/6069827c41489dfad7f276a18ce5bffe to your computer and use it in GitHub Desktop.
Save ShivamShrirao/6069827c41489dfad7f276a18ce5bffe to your computer and use it in GitHub Desktop.
#include<stdlib.h>
void main()
{
system("/bin/sh");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment