Skip to content

Instantly share code, notes, and snippets.

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