Skip to content

Instantly share code, notes, and snippets.

@zwned
Created February 27, 2012 17:31
Show Gist options
  • Save zwned/1925684 to your computer and use it in GitHub Desktop.
Save zwned/1925684 to your computer and use it in GitHub Desktop.
ctf.stri.pe level02
#include <stdio.h>
int main(int argc, char **argv)
{
printf("Congratulations on making it to level02!\n");
printf("Point your browser to http://ctf.stri.pe/level02.php for the next challenge.\n");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment