-- - - - - diff --git a/mount/files/web/commandinjection/list-filter2.php b/mount/files/web/commandinjection/list-filter2.php deleted file mode 100644 index 5f5e8a600..000000000 --- a/mount/files/web/commandinjection/list-filter2.php +++ /dev/null @@ -1,16 +0,0 @@ - - - - - File in path are:
-- - - - - diff --git a/mount/files/web/commandinjection/list.php b/mount/files/web/commandinjection/list.php deleted file mode 100644 index 353e65869..000000000 --- a/mount/files/web/commandinjection/list.php +++ /dev/null @@ -1,16 +0,0 @@ - - - - - File in path are:
-- - - - - diff --git a/mount/files/web/sqlinjection/blog.php b/mount/files/web/sqlinjection/blog.php deleted file mode 100644 index 850f7baf0..000000000 --- a/mount/files/web/sqlinjection/blog.php +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - -
Please enter your user ID so you can read/make blog posts - -
- -
- CHALLENGE TWO:
-
-- ' . mysql_error(). ''); - - $num = mysql_numrows($result); - $i = 0; - - - while ($i < $num){ - $first = mysql_result($result,$i,'name'); - echo '
'; - echo 'ID : ' . $id . ''; - - $i++; - - -} -} -?> - -
Flag : ' . $first .' '; - echo '