Advertisement
ustadcage_48

Zone-h mass poster

Oct 11th, 2017
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.64 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
  2. "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Zone-H Submited</title>
  5. <link href='http://fonts.googleapis.com/css?family=Jolly+Lodger' rel='stylesheet' type='text/css'>
  6. <style>
  7. body {
  8.     background: #000;
  9.     color: #fff;
  10.     font-family: Jolly Lodger;
  11. }
  12. .put{
  13.     background: 0;
  14.     color: #fff;
  15.     margin: 3px;
  16.     padding: 3px;
  17.     border:1px solid dodgerblue;
  18.     font-family: Jolly Lodger;
  19. }
  20. input[type=text]{
  21.     background: 0;
  22.     color: #fff;
  23.     margin: 3px;
  24.     padding: 3px;
  25.     border:1px solid dodgerblue;
  26.     font-family: Jolly Lodger;
  27. }
  28. input[type=submit]{
  29.     width: 100px;
  30.     height: 20px;
  31.     background: dodgerblue;
  32.     color: #fff;
  33.     margin: 3px;
  34.     padding: 3px;
  35.     border: 0;
  36.     font-family: Jolly Lodger;
  37. }
  38. </style>
  39. <center>
  40. <font color='red'>ZONE-H</font> <font color='#fff'>SUBMITTED</font>
  41. <form method="POST">
  42. <input type="text" style="width: 230px;height: 20px;" name="defacer" placeholder="Attacker">
  43. <input type="hidden" name="mirror" value="zone-h"><br>
  44. <textarea placeholder="http://" class="put" style="width: 250px;height: 100px;margin-top:15px;" name="domains"></textarea><br>
  45. <input type="submit" value="Submit.." name="go">
  46. </form>
  47. <table>
  48. <?php
  49. set_time_limit (0);
  50. if (!function_exists ("curl_init")){die ("This Script uses cURL Library, you must install first !<br><a href='http://au2.php.net/manual/en/curl.setup.php'>http://au2.php.net/manual/en/curl.setup.php</a>");}
  51.  
  52. if (@$_POST['go'])
  53. {
  54.     foreach (explode ("\n", htmlspecialchars($_POST['domains'])) as $domain)
  55.     {
  56.         post ($domain, $_POST['defacer'], $_POST['mirror']);
  57.     }
  58.     echo "<br>";
  59. }
  60.  
  61. function post ($url, $defacer, $mirror)
  62. {
  63.     $ch = curl_init ();
  64.     curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
  65.     curl_setopt ($ch, CURLOPT_POST, 1);
  66.  
  67.     switch ($mirror)
  68.     {
  69.     case "zone-h";
  70.         curl_setopt ($ch, CURLOPT_URL, "http://www.zone-h.com/notify/single");
  71.         curl_setopt ($ch, CURLOPT_POSTFIELDS, "defacer=$defacer&domain1=$url&hackmode=1&reason=1");
  72.         if (preg_match ("/color=\"red\">OK<\/font><\/li>/", curl_exec ($ch)))
  73.              echo "<tr><td style='text-align:left'><font color='red'>Zon</font><font color='#fff'>e-H</font> =&gt; <font color='gold'>$url</font> : Status =&gt; <span style='color: green'>SUCCESS</span> [ Perawan ]</td></tr>";
  74.         else
  75.             echo "<tr><td style='text-align:left'><font color='red'>Zon</font><font color='#fff'>e-H</font> =&gt; <font color='gold'>$url</font> : Status =&gt; <span style='color: red'>ERROR</span> [ Bekas/BanList ]</td></tr>";
  76.         break;
  77.     default:
  78.         break;
  79.     }
  80.     curl_close ($ch);
  81. }
  82.  
  83. ?>
  84. </table>
  85. <br>
  86. Desain By UstadCage_48
  87. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement