rootasuna

zone-h

Feb 5th, 2018
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Portal C0DE</title>
  4. <link rel="SHORTCUT ICON" href="favicon.png" type="image/png">
  5. <meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
  6. <meta name="keywords" content="No Code No life"/>
  7. <meta name="description" content="No Code No life">
  8. <meta name="author" content="No Code No life">
  9. <meta name='rating' content='general' />
  10. <meta name='geo.country' content='id' />
  11. <meta name='geo.placename' content='Indonesia' />
  12. <meta name='robots' content='all'/>
  13. <meta name='robots' content='index, follow' />
  14. <meta name='robots schedule' content='auto'/>
  15. <meta name='revisit-after' content='1 days' />
  16. <meta name='googlebot' content='index,follow'/>
  17. <meta name='distribution' content='global'/>
  18. <meta contact='[email protected]'/>
  19. <link rel="stylesheet" href='https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'>
  20. <style>
  21. @import url('https://fonts.googleapis.com/css?family=Permanent+Marker|Nova+Square|Supermercado+One|VT323');
  22. body {
  23. background-color: #2C3A49;
  24. background-repeat: no-repeat;
  25. background-position: center;
  26. background-size: 100% 100%;
  27. background-attachment: fixed;
  28. color: white;
  29. text-align: center;
  30. font-size: 10pt;
  31. font-family: 'Supermercado One', cursive;
  32. letter-spacing: 2px;
  33. line-height: 25px;
  34. }
  35. h1 {
  36. font-family: 'VT323', cursive;
  37. }
  38. .header {
  39. padding-top: 10%;
  40. font-size: 56pt;
  41. }
  42. .content{
  43. font-size:16pt;
  44. }
  45. .footerholder {
  46. background: none repeat scroll 0 0 transparent;
  47. bottom: 0;
  48. position: fixed;
  49. text-align: right;
  50. width: 100%;
  51. font-family: 'Nova Square', cursive;
  52. }
  53.  
  54. .footer {
  55. background: none repeat scroll 0 0 transparent;
  56. margin: auto;
  57. font-family: 'Nova Square', cursive;
  58. width: 90%;
  59. }
  60. a {
  61. color:#ffffff;
  62. text-decoration:blink;
  63. transition:all .30s ease-in-out;
  64. }
  65.  
  66. a:hover{
  67. color:#2980B9;
  68. }
  69. .blinking-cursor {
  70. font-weight: 100;
  71. font-size: 20px;
  72. color: white;
  73. font-family: 'VT323', monospace;
  74. -webkit-animation: 1s blink step-end infinite;
  75. -moz-animation: 1s blink step-end infinite;
  76. -ms-animation: 1s blink step-end infinite;
  77. -o-animation: 1s blink step-end infinite;
  78. animation: 1s blink step-end infinite;
  79. }
  80.  
  81. @keyframes 'blink' {
  82. from, to {
  83. color: transparent;
  84. }
  85. 50% {
  86. color: white;
  87. }
  88. }
  89.  
  90. @-moz-keyframes blink {
  91. from, to {
  92. color: transparent;
  93. }
  94. 50% {
  95. color: white;
  96. }
  97. }
  98.  
  99. @-webkit-keyframes 'blink' {
  100. from, to {
  101. color: transparent;
  102. }
  103. 50% {
  104. color: white;
  105. }
  106. }
  107.  
  108. @-ms-keyframes 'blink' {
  109. from, to {
  110. color: transparent;
  111. }
  112. 50% {
  113. color: white;
  114. }
  115. }
  116.  
  117. @-o-keyframes 'blink' {
  118. from, to {
  119. color: transparent;
  120. }
  121. 50% {
  122. color: white;
  123. }
  124. }
  125. </style>
  126. <body>
  127. <center>
  128. <form method='post'>
  129. <u>Defacer</u>: <br>
  130. <input type='text' class='con7' name='nick' value='NickMu'><br>
  131. <br><u>Domains</u>: <br>
  132. <textarea name='url' cols='50' rows='10'></textarea>
  133. <br>
  134. <input type='submit' class='kntd' name='submit' value='Submit'>
  135. </form>
  136. <?php
  137. if($_POST['submit']) {
  138. $domain = explode("\r\n", $_POST['url']);
  139. $nick = $_POST['nick'];
  140. echo "Defacer Onhold: <a href='http://www.zone-h.org/archive/notifier=$nick/published=0' target='_blank'>http://www.zone-h.org/archive/notifier=$nick/published=0</a><br>";
  141. echo "Defacer Archive: <a href='http://www.zone-h.org/archive/notifier=$nick' target='_blank'>http://www.zone-h.org/archive/notifier=$nick</a><br><br>";
  142. function zoneh($url,$nick) {
  143. $ch = curl_init("http://www.zone-h.com/notify/single");
  144. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  145. curl_setopt($ch, CURLOPT_POST, true);
  146. curl_setopt($ch, CURLOPT_POSTFIELDS, "defacer=$nick&domain1=$url&hackmode=1&reason=1&submit=Send");
  147. return curl_exec($ch);
  148. curl_close($ch);
  149. }
  150. foreach($domain as $url) {
  151. $zoneh = zoneh($url,$nick);
  152. if(preg_match("/color=\"red\">OK<\/font><\/li>/i", $zoneh)) {
  153. echo "$url -> <font color=blue>OK</font><br>";
  154. } else {
  155. echo "$url -> <font color=red>ERROR</font><br>";
  156. }
  157. }
  158. }
  159. else {
  160. }
  161. echo "</center>";
  162.  
  163. ?>
  164. </head>
  165. <body>
Add Comment
Please, Sign In to add comment