Advertisement
3l1t3Sn1P3r

Global Security Hackers Deface Page Source Steal by DarkSec

May 6th, 2015
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.77 KB | None | 0 0
  1.  
  2. <html>
  3. <iframe width="1" height="1" src="http://www.youtube.com/embed/VblXVdU99T4?rel=0&autoplay=1&loop=1&playlist=VblXVdU99T4" frameborder="0" allowfullscreen></iframe>
  4. <head>
  5. <link href='http://fonts.googleapis.com/css?family=Orbitron:700' rel='stylesheet' type='text/css'>
  6. <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Audiowide">
  7. <link href='http://fonts.googleapis.com/css?family=Black+Ops+One' rel='stylesheet' type='text/css'>
  8. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-8/cur727.ani), url(http://cur.cursors-4u.net/cursors/cur-8/cur727.png), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/01/22/night-diamond-link-select.html" target="_blank" title="Night Diamond - Link Select"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Night Diamond - Link Select" style="position:absolute; top: 0px; right: 0px;" /></a>
  9. <title>GlobalSec Hackers
  10. </title><link rel="SHORTCUT ICON" href="http://i62.tinypic.com/332oz11.jpg" type="image/gif">
  11. <meta name="Author" content="XSaigon"/>
  12. <meta name="copyright" content="Global Security Hackers"/>
  13. <meta name="description" content="We Are Global Security Hackers"/>
  14. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  15. <link rel="Shortcut Icon" href="http://i62.tinypic.com/332oz11.jpg" type="icon"/>
  16. <body oncontextmenu="return false" onkeydown="return false">
  17. <script type='text/javascript'>
  18. var isCtrl = false;
  19. document.onkeyup=function(e)
  20. {
  21. if(e.which == 17)
  22. isCtrl=false;
  23. }
  24. document.onkeydown=function(e)
  25. {
  26. if(e.which == 17)
  27. isCtrl=true;
  28. if((e.which == 85) || (e.which == 67) &amp;&amp; isCtrl == true)
  29. {
  30. // alert(&#8216;Keyboard shortcuts are cool!&#8217;);
  31. return false;
  32. }
  33. }
  34. var isNS = (navigator.appName == "Netscape") ? 1 : 0;
  35. if(navigator.appName == "Netscape") document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
  36. function mischandler(){
  37. return false;
  38. }
  39. function mousehandler(e){
  40. var myevent = (isNS) ? e : event;
  41. var eventbutton = (isNS) ? myevent.which : myevent.button;
  42. if((eventbutton==2)||(eventbutton==3)) return false;
  43. }
  44. document.oncontextmenu = mischandler;
  45. document.onmousedown = mousehandler;
  46. document.onmouseup = mousehandler;
  47. </script>
  48. <style>
  49. .shakeimage{
  50. position:relative
  51. }
  52. </style>
  53. <h1><center><span class="glow" style="background-image:url(http://img171.imageshack.us/img171/1941/1ff1.gif);">GLOBAL SECURITY INTERNATIONAL</h1></center></span>
  54. <center><a href="https://www.facebook.com/www.globalsec.hacks.ph" target="_blank">
  55. <img src="http://ngchatworld.com/gsh.gif" height="300" width="320"></center></a>
  56. </head>
  57. <SCRIPT type="text/javascript">
  58.  
  59. // Set the number of snowflakes (more than 30 - 40 not recommended)
  60. var snowmax=35
  61.  
  62. // Set the colors for the snow. Add as many colors as you like
  63. var snowcolor=new Array("red")
  64.  
  65. // Set the fonts, that create the snowflakes. Add as many fonts as you like
  66. var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS")
  67.  
  68. // Set the letter that creates your snowflake (recommended: * )
  69. var snowletter="*"
  70.  
  71. // Set the speed of sinking (recommended values range from 0.3 to 2)
  72. var sinkspeed=0.6
  73.  
  74. // Set the maximum-size of your snowflakes
  75. var snowmaxsize=22
  76.  
  77. // Set the minimal-size of your snowflakes
  78. var snowminsize=8
  79.  
  80. // Set the snowing-zone
  81. // Set 1 for all-over-snowing, set 2 for left-side-snowing
  82. // Set 3 for center-snowing, set 4 for right-side-snowing
  83. var snowingzone=1
  84.  
  85. /*
  86. // * NO CONFIGURATION BELOW HERE *
  87. */
  88.  
  89. // Do not edit below this line
  90. var snow=new Array()
  91. var marginbottom
  92. var marginright
  93. var timer
  94. var i_snow=0
  95. var x_mv=new Array();
  96. var crds=new Array();
  97. var lftrght=new Array();
  98. var browserinfos=navigator.userAgent
  99. var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)
  100. var ns6=document.getElementById&&!document.all
  101. var opera=browserinfos.match(/Opera/)
  102. var browserok=ie5||ns6||opera
  103.  
  104. function randommaker(range) {
  105. rand=Math.floor(range*Math.random())
  106. return rand
  107. }
  108.  
  109. function initsnow() {
  110. if (ie5 || opera) {
  111. marginbottom = document.body.clientHeight
  112. marginright = document.body.clientWidth
  113. }
  114. else if (ns6) {
  115. marginbottom = window.innerHeight
  116. marginright = window.innerWidth
  117. }
  118. var snowsizerange=snowmaxsize-snowminsize
  119. for (i=0;i<=snowmax;i++) {
  120. crds[i] = 0;
  121. lftrght[i] = Math.random()*15;
  122. x_mv[i] = 0.03 + Math.random()/10;
  123. snow[i]=document.getElementById("s"+i)
  124. snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]
  125. snow[i].size=randommaker(snowsizerange)+snowminsize
  126. snow[i].style.fontSize=snow[i].size
  127. snow[i].style.color=snowcolor[randommaker(snowcolor.length)]
  128. snow[i].sink=sinkspeed*snow[i].size/5
  129. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  130. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  131. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  132. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  133. snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
  134. snow[i].style.left=snow[i].posx
  135. snow[i].style.top=snow[i].posy
  136. }
  137. movesnow()
  138. }
  139.  
  140. function movesnow() {
  141. for (i=0;i<=snowmax;i++) {
  142. crds[i] += x_mv[i];
  143. snow[i].posy+=snow[i].sink
  144. snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);
  145. snow[i].style.top=snow[i].posy
  146.  
  147. if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){
  148. if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}
  149. if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}
  150. if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}
  151. if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}
  152. snow[i].posy=0
  153. }
  154. }
  155. var timer=setTimeout("movesnow()",50)
  156. }
  157.  
  158. for (i=0;i<=snowmax;i++) {
  159. document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")
  160. }
  161. if (browserok) {
  162. window.onload=initsnow
  163. }
  164. initsnow();
  165. </SCRIPT>
  166. <style>
  167. body {
  168. background-image:url('http://pintaw.com/images/wallpapers/Philippine_Skyline_Flag-Wallpaper-by_piLyongpiLay.jpg');
  169. background-color: #000000;
  170. background-repeat:no-repeat;
  171. background-size: 100% ;
  172. background-position:center;
  173. margin: 0px;
  174.  
  175. }
  176. h1 {
  177. font-family:Audiowide;
  178. font-size:50px;
  179. color:white;
  180. }
  181. .glow {
  182. -webkit-animation-duration: 1s;
  183. -webkit-animation-name: glow;
  184. -webkit-animation-direction: alternate;
  185. -webkit-animation-iteration-count: infinite;
  186. animation-duration: 1s;
  187. animation-name: glow;
  188. animation: glow 1000ms ease-out infinite alternate;
  189. -webkit-animation: glow 1000ms ease-out infinite alternate;
  190. -moz-animation: glow 1000ms ease-out infinite alternate;
  191. -o-animation: glow 1000ms ease-out infinite alternate;
  192. -ms-animation: glow 1000ms ease-out infinite alternate;
  193.  
  194.  
  195. }
  196.  
  197. @-webkit-keyframes glow {
  198. from { text-shadow: 0 0 5px red; }
  199. to { text-shadow: 0 0 30px blue; }
  200. }
  201. .gaya {
  202. color: red;
  203. }
  204. .max {
  205. font-size: 19px;
  206. font-family: orbitron;
  207. color: #FFFFFF;
  208. text-shadow:black 0px 0px 5px;
  209. }
  210. </style>
  211. <body>
  212. <center><a href="https://www.facebook.com/xxsaigon" target="_blank" style="text-decoration: none;">
  213. <span class="glow" style="color:white;font-family:black ops one;font-size:35px;text-shadow:#000 0px 0px 5px">GREETINGS INDONESIA</span></a></center><hr>
  214. <center><span style="color:#fff;font-family:Orbitron;text-shadow:black 0px 0px 3px"><p><b>
  215.  
  216. We Just want to tell you that you made us to do it this way.<br>
  217. You are the Citizen that has a poor understanding of the word "APOLOGY".<br>
  218. You showed the world how illiterates you are.<br>
  219. We didn't surrender to those self-proclaiming Chinese PRO Hackers,<br>
  220. how much more to you?<br><br> Your country's cyber power is nothing compared to us.<br>
  221. Our cyber space is immune with bullets, we are always prepared for war.<br>
  222. Threatening our domain registry won't work on us unless you have to prove it.<br><br>
  223. Our fellow brothers warned you several times but you didn't listen.<br>
  224. Then as Phantom Hackers PH said "Bring it on Indonoobs".<br>
  225. We are the guardians of Philippine Cyber Space.<br>
  226. And we are here to answer back your attacks. Now be prepared.<br>
  227. No more holding back this time!<br></span></p></center>
  228. <hr>
  229. <center><div style="background-color: rgb(0, 0, 0); z-index: 9999; opacity: 5;">
  230. <img src="http://ngchatworld.com/gsh.gif" width="25px" height="25px"><td><span class="max">GREETS<span class="gaya">: <img src="http://ngchatworld.com/gsh.gif" width="25px" height="25px"><br>
  231. </span><font size="3"><span class="gaya"> -:-</span> Anonymous Philippines <span class="gaya">-:- -:-</span> Magdalo Cyber Army <span class="gaya">-:- -:-</span> Phantom Hackers PH <span class="gaya">-:- <br> -:-</span> Philippine Hacking Community <span class="gaya">-:- -:-</span> Philippine Hacking University <span class="gaya">-:- -:-</span> Blood Security Hackers <span class="gaya">-:- </span></font></span></td></tr></table></div></center>
  232. <hr>
  233. <center><span style="font-family:Black ops one;text-shadow:#000 0px 0px 3px;font-size:25px;color:white;background-image:url(http://img171.imageshack.us/img171/1941/1ff1.gif);">Security can't stop our curiosity.</span></center>
  234. <br><br>
  235. <center><span style="font-family:black ops one;font-size:15px;color:white;background-image:url(http://img171.imageshack.us/img171/1941/1ff1.gif);">Copyright 2015 | Global Security Hackers. | All rights reserved.</span></center>
  236. </body>
  237. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement