From 1bad4fc00814e2c03ecadaa7faf93c6372f5bd30 Mon Sep 17 00:00:00 2001 From: Kyle Kaminski Date: Sun, 16 Jun 2013 03:25:26 -0500 Subject: initial commit --- fetch.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 fetch.php (limited to 'fetch.php') diff --git a/fetch.php b/fetch.php new file mode 100644 index 0000000..e7afc2c --- /dev/null +++ b/fetch.php @@ -0,0 +1,36 @@ + + + +Hacker's Corner + + + +

Please Don't Fear!

+Sandbox: Fuk the Fetch!
+

In Soviet Russia the university fails you!

+

+Fetch Decapped Injectors
\n"; + echo "Fetch a PC
\n"; + /* this one has spaces, hence we use url encoding, only needed for GET */ + echo "Dave
\n"; + /* raw url would use %20 instead of a + for a space, raw is used in url too the left of ? + * also, apache would insert %20 for us without using urlencode, but we should no rely on this */ + + echo "" . htmlspecialchars("teh code & my ") . "\n"; +?> +

+

+Raw URL
+\n"; +?> +

+ + + -- cgit v1.2.3