diff --git a/projects/taint_test1/taint_test1.php b/projects/taint_test1/taint_test1.php deleted file mode 100644 index a1772aa..0000000 --- a/projects/taint_test1/taint_test1.php +++ /dev/null @@ -1,9 +0,0 @@ -query("SELECT * FROM TTT WHERE tid=`$c`;"); - -//xss -$d = $_GET["ddd"]; -echo $d; - -//include -$e = $_POST["eee"]; -include $e; - diff --git a/projects/test_xss/test_xss1.php b/projects/test_xss/test_xss1.php deleted file mode 100644 index a4abe2d..0000000 --- a/projects/test_xss/test_xss1.php +++ /dev/null @@ -1,2 +0,0 @@ -