Skip to content

Instantly share code, notes, and snippets.

@wyyder
Created January 23, 2020 07:44
Show Gist options
  • Save wyyder/073bb63f08f5232abe6c121d6b3e807d to your computer and use it in GitHub Desktop.
Save wyyder/073bb63f08f5232abe6c121d6b3e807d to your computer and use it in GitHub Desktop.
C
#include<stdio.h>
#include<stdlib.h>
int main()
{
system("/bin/bash");
}
$ cc <file_name>.c -o <file_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment