Skip to content

Instantly share code, notes, and snippets.

@int0x33
Created February 17, 2019 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save int0x33/956846e20bcfabc677424495dfa8cee2 to your computer and use it in GitHub Desktop.
Save int0x33/956846e20bcfabc677424495dfa8cee2 to your computer and use it in GitHub Desktop.
#FormatString.c
#include <stdio.h>
int main(int argc, char **argv) {
char *secret = "This is a secret!\n";
printf external link(argv[1]);
return 0;
}
@ArchdukeTim
Copy link

The site your copy/pasted from had a hyperlink embedded into the printf function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment