Advertisement
zerofreak

Deface

Dec 24th, 2011
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.79 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <html>
  5. <!--hacked by ZeroFreak :: 25732892-->
  6. <head>
  7.  
  8. <SCRIPT TYPE="text/javascript">
  9.  
  10. var message="Sorry, right-click has been disabled";
  11. ///////////////////////////////////
  12. function clickIE() {if (document.all) {(message);return false;}}
  13. function clickNS(e) {if
  14. (document.layers||(document.getElementById&&!document.all)) {
  15. if (e.which==2||e.which==3) {(message);return false;}}}
  16. if (document.layers)
  17. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  18. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  19. document.oncontextmenu=new Function("return false")
  20. // -->
  21. </SCRIPT>
  22.  
  23. <SCRIPT TYPE="text/javascript">
  24. <!--
  25. //Disable select-text script (IE4+, NS6+)
  26. //visit http://www.rainbow.arch.scriptmania.com/scripts/
  27. ///////////////////////////////////
  28. function disableselect(e){
  29. return false
  30. }
  31. function reEnable(){
  32. return true
  33. }
  34. //if IE4+
  35. document.onselectstart=new Function ("return false")
  36. //if NS6
  37. if (window.sidebar){
  38. document.onmousedown=disableselect
  39. document.onclick=reEnable
  40. }
  41. // -->
  42. </SCRIPT>
  43. <title>Website Hack By ZeroFreak</title>
  44. <style type="text/css">
  45. .Edit {
  46. font-weight: bold;
  47. font-family: "Comic Sans MS", cursive;
  48. }
  49. .Text {
  50. font-weight: bold;
  51. font-size: larger;
  52. }
  53. .Color {
  54. color: #C00;
  55. }
  56. .Color {
  57. color: #C00;
  58. }
  59. .Color {
  60. color: #C03;
  61. }
  62. .Color {
  63. color: #C00;
  64. }
  65. .Color {
  66. color: #C03;
  67. }
  68. .Color {
  69. color: #C00;
  70. }
  71. .Bold {
  72. font-weight: bold;
  73. font-size: 18px;
  74. color: #C00;
  75. }
  76. .Size {
  77. font-size: 24px;
  78. }
  79. .color {
  80. color: #F00;
  81. }
  82. .color {
  83. color: #F00;
  84. }
  85. .Main {
  86. color: #F00;
  87. font-weight: bold;
  88. font-size: large;
  89. }
  90. .Color {
  91. font-weight: bold;
  92. }
  93. .Main {
  94. color: #F00;
  95. font-size: x-large;
  96. }
  97. .other {
  98. color: #CCC;
  99. }
  100. .other2 {
  101. color: #CCC;
  102. text-align: center;
  103. font-weight: bold;
  104. font-family: "Arial Black", Gadget, sans-serif;
  105. }
  106. </style>
  107. </head>
  108.  
  109. <BODY text="White" background="http://i.imgur.com/VDmnM.png"; font-family: 'Comic Sans MS', cursive;">
  110. <center>
  111. <form name="form1" method="post" action="">
  112. <p> <span class="other2">Sorry Admin, your website has been comprimised by ZeroFreak</span><span class="Main"><span class="other"></span></span><br>
  113.  
  114.  
  115.  
  116. <script type="text/javascript">
  117.  
  118.  
  119.  
  120. if ((document.getElementById) &&
  121. window.addEventListener || window.attachEvent){
  122.  
  123.  
  124. if (!window.opera){
  125.  
  126. (function(){
  127.  
  128. //Configure here.
  129.  
  130. var message = "ZeroFreak!"; //your message.
  131. var col = new Array('#FFFFFF','#00aa00','#0000ff'); //add more if needed.
  132. var xyz = 26; //max grow size.
  133. var spd = 30; //setTimeout speed.
  134.  
  135. //End.
  136.  
  137. var msg = message.split(" ");
  138. var timer = null;
  139. var clrPos = 0;
  140. var msgPos = 0;
  141. var jog = 1;
  142. var currentStep = 10;
  143. var step = 8;
  144. var h,w,y,x,r,xy;
  145. var d = document;
  146. var pix = "px";
  147. var domWw = (typeof window.innerWidth == "number");
  148. var domSy = (typeof window.pageYOffset == "number");
  149. var running = true;
  150. var box,txt;
  151. var ovrflw = (d.documentElement.style &&
  152. typeof d.documentElement.style.MozOpacity == "string")
  153. ?"-moz-scrollbars-none":"hidden";
  154. var idx = d.getElementsByTagName('div').length;
  155.  
  156. d.write("<div id='_box"+idx+"' style='position:absolute;top:0px;left:0px;"
  157. +"height:10px;width:10px;text-align:center;overflow:"+ovrflw+"'>"
  158. +"<div id='_txt"+idx+"' style='position:absolute;top:0px;left:0px;width:1px;"
  159. +"height:1px;font-family:arial,sans-serif;font-size:1px'>.</div></div>");
  160.  
  161. if (domWw) r = window;
  162. else{
  163. if (d.documentElement &&
  164. typeof d.documentElement.clientWidth == "number" &&
  165. d.documentElement.clientWidth != 0)
  166. r = d.documentElement;
  167. else{
  168. if (d.body &&
  169. typeof d.body.clientWidth == "number")
  170. r = d.body;
  171. }
  172. }
  173.  
  174. function winsize(){
  175. var oh,sy,ow,sx,rh,rw;
  176. if (domWw){
  177. if (d.documentElement && d.defaultView &&
  178. typeof d.defaultView.scrollMaxY == "number"){
  179. oh = d.documentElement.offsetHeight;
  180. sy = d.defaultView.scrollMaxY;
  181. ow = d.documentElement.offsetWidth;
  182. sx = d.defaultView.scrollMaxX;
  183. rh = oh-sy;
  184. rw = ow-sx;
  185. }
  186. else{
  187. rh = r.innerHeight;
  188. rw = r.innerWidth;
  189. }
  190. h = rh;
  191. w = rw;
  192. }
  193. else{
  194. h = r.clientHeight;
  195. w = r.clientWidth;
  196. }
  197. y = Math.floor(h/2);
  198. x = Math.floor(w/2);
  199.  
  200. xy = (w >= h)?w:h;
  201. }
  202.  
  203. function scrl(yx){
  204. var sy,sx;
  205. if (domSy){
  206. sy = r.pageYOffset;
  207. sx = r.pageXOffset;
  208. }
  209. else{
  210. sy = r.scrollTop;
  211. sx = r.scrollLeft;
  212. }
  213. return (yx == 0)?sy:sx;
  214. }
  215.  
  216. function dsply(){
  217. step += 15;
  218. currentStep += step;
  219.  
  220. txt.top = y + Math.floor(-currentStep/16) + pix;
  221. txt.left = x + Math.floor(-currentStep/2) + pix;
  222. txt.width = currentStep + pix;
  223. txt.fontSize = Math.floor(currentStep/8) + pix;
  224. txt.color = col[clrPos];
  225. d.getElementById("_txt"+idx).firstChild.data = msg[msgPos];
  226. if (currentStep > xy * xyz){
  227. currentStep = 10;
  228. step = 8;
  229. msgPos += jog;
  230. clrPos += jog;
  231. }
  232. if (clrPos >= col.length){
  233. clrPos = 0;
  234. }
  235. timer = setTimeout(dsply,spd);
  236. if (msgPos >= msg.length){
  237. running = false;
  238. box.width = 1 + pix;
  239. box.height = 1 + pix;
  240. box.visibility = "hidden";
  241. txt.width = 1 + pix;
  242. txt.height = 1 + pix;
  243. txt.visibility = "hidden";
  244. clearTimeout(timer);
  245. }
  246. box.top = scrl(0) + pix;
  247. box.left = scrl(1) + pix;
  248. }
  249.  
  250. function dims(){
  251. if (domWw) box.width = "100%";
  252. else box.width = w + pix;
  253. box.height = h + pix;
  254. }
  255.  
  256. function init(){
  257. winsize();
  258. box = document.getElementById("_box"+idx).style;
  259. txt = document.getElementById("_txt"+idx).style;
  260. dims();
  261. dsply();
  262. }
  263.  
  264. function rsz(){
  265. if (running){
  266. winsize();
  267. dims();
  268. }
  269. }
  270.  
  271. if (window.addEventListener){
  272. window.addEventListener("resize",rsz,false);
  273. window.addEventListener("load",init,false);
  274. }
  275. else if (window.attachEvent){
  276. window.attachEvent("onresize",rsz);
  277. window.attachEvent("onload",init);
  278. }
  279.  
  280. })();
  281. }
  282. }//End.
  283.  
  284. </script>
  285. </p>
  286. </form>
  287.  
  288. </body>
  289. <script language="javascript" type="text/javascript">
  290.  
  291. alert("Website has been comprimised and Hacked By ZeroFreak")
  292. alert("Username: Admin ; Password: ******")
  293. </script>
  294.  
  295.  
  296.  
  297. <body text=#00ff00 bgColor=#000000 onload=writetext() oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
  298.  
  299. <SCRIPT>
  300.  
  301. window.scrollBy(0, 10)
  302.  
  303. window.resizeTo(0,10)
  304.  
  305. window.moveTo(0,10)
  306.  
  307. //setInterval("move()",30);
  308.  
  309. setTimeout("move()", 10);
  310.  
  311. var mxm=50
  312.  
  313. var mym=25
  314.  
  315. var mx=0
  316.  
  317. var my=0
  318.  
  319. var sv=50
  320.  
  321. var status=1
  322.  
  323. var szx=0
  324.  
  325. var szy=0
  326.  
  327. var c=255
  328.  
  329. var n=0
  330.  
  331. var sm=30
  332.  
  333. var cycle=2
  334.  
  335. var done=2
  336.  
  337. function move()
  338.  
  339. {
  340.  
  341. if (status == 1)
  342.  
  343. {
  344.  
  345. mxm=mxm/1.05
  346.  
  347. mym=mym/1.05
  348.  
  349. mx=mx+mxm
  350.  
  351. my=my-mym
  352.  
  353. mxm=mxm+(400-mx)/100
  354.  
  355. mym=mym-(300-my)/100
  356.  
  357. window.moveTo(mx,my)
  358.  
  359. rmxm=Math.round(mxm/10)
  360.  
  361. rmym=Math.round(mym/10)
  362.  
  363. if (rmxm == 0)
  364.  
  365. {
  366.  
  367. if (rmym == 0)
  368.  
  369. {
  370.  
  371. status=2
  372.  
  373. }
  374.  
  375. }
  376.  
  377. }
  378.  
  379. if (status == 2)
  380.  
  381. {
  382.  
  383. sv=sv/1.1
  384.  
  385. scrratio=1+1/3
  386.  
  387. mx=mx-sv*scrratio/2
  388.  
  389. my=my-sv/2
  390.  
  391. szx=szx+sv*scrratio
  392.  
  393. szy=szy+sv
  394.  
  395. window.moveTo(mx,my)
  396.  
  397. window.resizeTo(szx,szy)
  398.  
  399. if (sv < 0.1)
  400.  
  401. {
  402.  
  403. status=3
  404.  
  405. }
  406.  
  407. }
  408.  
  409. if (status == 3)
  410.  
  411. {
  412.  
  413. document.fgColor=0xffffFF
  414.  
  415. c=c-16
  416.  
  417. if (c<0)
  418.  
  419. {status=8}
  420.  
  421. }
  422.  
  423. if (status == 4)
  424.  
  425. {
  426.  
  427. c=c+16
  428.  
  429. document.bgColor=c*65536
  430.  
  431. document.fgColor=(255-c)*65536
  432.  
  433. if (c > 239)
  434.  
  435. {status=5}
  436.  
  437. }
  438.  
  439. if (status == 5)
  440.  
  441. {
  442.  
  443. c=c-16
  444.  
  445. document.bgColor=c*65536
  446.  
  447. document.fgColor=(255-c)*65536
  448.  
  449. if (c < 0)
  450.  
  451. {
  452.  
  453. status=6
  454.  
  455. cycle=cycle-1
  456.  
  457. if (cycle > 0)
  458.  
  459. {
  460.  
  461. if (done == 1)
  462.  
  463. {status=7}
  464.  
  465. else
  466.  
  467. {status=4}
  468.  
  469. }
  470.  
  471. }
  472.  
  473. }
  474.  
  475. if (status == 6)
  476.  
  477. {
  478.  
  479. document.title = "INC Team"
  480.  
  481. alert("INC Team")
  482.  
  483. cycle=2
  484.  
  485. status=4
  486.  
  487. done=1
  488.  
  489. }
  490.  
  491. if (status == 7)
  492.  
  493. {
  494.  
  495. c=c+4
  496.  
  497. document.bgColor=c*65536
  498.  
  499. document.fgColor=(255-c)*65536
  500.  
  501. if (c > 128)
  502.  
  503. {status=8}
  504.  
  505. }
  506.  
  507. if (status == 8)
  508.  
  509. {
  510.  
  511. window.moveTo(0,0)
  512.  
  513. sx=screen.availWidth
  514.  
  515. sy=screen.availHeight
  516.  
  517. window.resizeTo(sx,sy)
  518.  
  519. status=9
  520.  
  521. }
  522.  
  523. var timer=setTimeout("move()",0.3)
  524.  
  525. }
  526.  
  527. </SCRIPT>
  528.  
  529.  
  530. <center>
  531. <img src="http://i.imgur.com/qVDxT.png" alt="Anon" />
  532. <SCRIPT language=JavaScript>
  533.  
  534. msg = new Array(); //strings written in screen
  535.  
  536. msg[0] = "<font color='FFFFFF'><center><h2><u><center><font face='Segoe UI' color='White'>Your Website Has Been Hacked By</font><a href='Caution..'><font Face='Arial' color='Red'> <b>23r07r34k</b></font></a></font></u></h2></center></font>";
  537. msg[1] = "<font color='FFFFFF'><center><font face='Tahoma' color='Blue'>No files have been touched</font></center></font>";
  538. msg[2] = "<font color='FFFFFF'><center><font face='Tahoma' color='White'>This is a major reminder for you to improve your security </font></center></font>";
  539. msg[3] = " ";
  540. msg[4] = "<font color='FFFFFF'><center><font face='Tahoma' color='Green'>Vulnerabilities found: SQLi, LFI, RFI, XSS</font></center></font>";
  541. msg[5] = "<font color='FFFFFF'><center><font face='Tahoma' color='Red'> Username: admin </font></center></font>";
  542. msg[6] = "<font color='FFFFFF'><center><font face='Tahoma' color='White'>Password: ********* ";
  543. msg[7] = "<font color='FFFFFF'><center><font face='Tahoma' color='White'>Gathering Information: Done</font></center></font>";
  544. msg[8] = "Enjoy the music: Perfect Deface "
  545. msg[9] = "<font color='FFFFFF'><center><font face='Tahoma' color='Red'>>>>>>>>>ZeroFreak Logging Out<<<<<<<<";
  546. msg[10] =
  547.  
  548.  
  549.  
  550.  
  551.  
  552. text1 = ""; //the same as text2, only the last character is highlighted
  553.  
  554. text2 = ""; //current string, which will be written
  555.  
  556. count = 0; //char index in string text
  557.  
  558. count2 = 0; //number of strings
  559.  
  560.  
  561.  
  562. text = msg[0].split(""); //text - string written
  563.  
  564.  
  565.  
  566. function writetext() { //show strings above on screen
  567.  
  568. text1 = text2 + "<font color='red>" + text[count] + "</font>";
  569.  
  570. text2 += text[count];
  571.  
  572. document.all["nothing"].innerHTML = text1; //where to write
  573.  
  574.  
  575.  
  576. if (count < text.length-1){
  577.  
  578. count++;
  579.  
  580. setTimeout('writetext()', 25);
  581.  
  582. }
  583.  
  584. else { //if this string is written, get the new string
  585.  
  586. count = 0;
  587.  
  588.  
  589.  
  590. if (count2 != 8) { //write 8 strings
  591.  
  592. count2++;
  593.  
  594. text2 += "<p>"; //a new line
  595.  
  596. text = eval('msg['+count2+'].split("")'); //get the new string to text
  597.  
  598. setTimeout('writetext()', 25);
  599.  
  600. }
  601.  
  602. }
  603.  
  604. }
  605.  
  606. </SCRIPT>
  607.  
  608.  
  609.  
  610. <CENTER><SPAN style="FONT-WEIGHT: 200"></SPAN></CENTER>
  611.  
  612. <TABLE align=center>
  613.  
  614. <DIV id=nothing
  615.  
  616. style="FONT-WEIGHT: bold; WIDTH: 800px; FONT-FAMILY: 'courier new'; HEIGHT: 300px"></DIV>
  617.  
  618. <TBODY></TBODY></TABLE>
  619.  
  620. <SCRIPT language=JavaScript>
  621.  
  622. if (document.all){
  623.  
  624. Cols = 9; //number of falldown binary string
  625.  
  626. Cl = 50; //maximum length of binary string
  627.  
  628. Cs = 100; //number of pixels between binary strings
  629.  
  630. Ts = 10; //font-size of binary string
  631.  
  632. Tc = '#008800'; //color of binary string
  633.  
  634. Tc1 = '#00ff00'; //color of 1st bit in binary string
  635.  
  636. MnS = 22; //minimum speed of binary string
  637.  
  638. MxS = 25; //maximum spees of binary string
  639.  
  640. I = Cs;
  641.  
  642.  
  643.  
  644. Sp = new Array(); //array speed of binary strings
  645.  
  646. S = new Array(); //the position of binary string
  647.  
  648. Y = new Array(); //array of position of binary strings
  649.  
  650. C = new Array(); //array save bits of string
  651.  
  652. M = new Array(); //binary string
  653.  
  654. B = new Array(); //temp for creating binary string
  655.  
  656. RC = new Array(); //length of binary strings
  657.  
  658. E = new Array(); //array of head-bit in written strings
  659.  
  660. Tcc = new Array(0,1,2,3,4,5,6,7,8,9); //array of head-bit in binary strings
  661.  
  662.  
  663.  
  664. document.write("<div id='Container' style='position:absolute; top:0; left:-"+Cs+"'>");
  665.  
  666.  
  667.  
  668. for (i=0; i < Cols; i++){ //area to show binary strings
  669.  
  670. S[i] = I += Cs; //calculate the position of binary string
  671.  
  672. document.write("<div id='A' style='position:absolute; top:0; font-family:Arial;" +
  673.  
  674. "font-size:" + Ts + "px; left:" + S[i] + "; width:" + Ts + "px;" +
  675.  
  676. "height:0px; color:" + Tc + "; visibility:hidden'></div>");
  677.  
  678. }
  679.  
  680. document.write("</div>");
  681.  
  682. }
  683.  
  684.  
  685.  
  686. for(j = 0; j < Cols; j++){
  687.  
  688. RC[j] = 1 + Math.round(Math.random()*Cl); //random length of the binary strings
  689.  
  690. for(i=0; i < RC[j]; i++){
  691.  
  692. B[i] = ""; //sign of ending of string
  693.  
  694. C[i] = Math.round(Math.random())+' '; //get bit in binary strings
  695.  
  696. B[0] += C[i];
  697.  
  698. }
  699.  
  700. M[j] = B[0]; //binary string
  701.  
  702. Y[j] = 0; //1st position of strings are 0
  703.  
  704. Sp[j] = Math.round(MnS+Math.random()*MxS); //random speed of binary strings
  705.  
  706. }
  707.  
  708.  
  709.  
  710. function Cycle(){
  711.  
  712. Container.style.top = window.document.body.scrollTop;
  713.  
  714. for (i=0; i < Cols; i++){
  715.  
  716. var r = Math.floor(Math.random()*Tcc.length); //get a position in table Tcc
  717.  
  718. E[i] = '<font color='+Tc1+'>'+Tcc[r]+'</font>'; //get the head-bit
  719.  
  720. Y[i]+=Sp[i]; //the position of current string
  721.  
  722. if (Y[i] > window.document.body.clientHeight) { //if at the end of window, calculate again
  723.  
  724. i2 = 1 + Math.round(Math.random()*Cols);
  725.  
  726. RC[i2] = 1 + Math.round(Math.random()*Cl);
  727.  
  728. for(i3 = 0; i3 < RC[i2]; i3++){ //get bit in binary strings
  729.  
  730. B[i3] = "";
  731.  
  732. C[i3] = Math.round(Math.random())+' ';
  733.  
  734. B[0] += C[i3];
  735.  
  736. }
  737.  
  738. M[i] = B[0];
  739.  
  740. Y[i] = -Ts*M[i].length/1.5; //hide 2/3 string at beginning
  741.  
  742. Sp[i] = Math.round(MnS+Math.random()*MxS); //random speed of binary strings
  743.  
  744. A[i].style.visibility = 'visible';
  745.  
  746. }
  747.  
  748. A[i].style.top=Y[i]; //the i-th in tag div A
  749.  
  750. A[i].innerHTML=M[i] + ' ' + E[i]; //show the binary string in tag A
  751.  
  752. }
  753.  
  754. setTimeout('Cycle()',100)
  755.  
  756. }
  757.  
  758.  
  759.  
  760. Cycle();
  761.  
  762. </SCRIPT>
  763.  
  764. <font color="White" face="Lucida COnsole" size="2">
  765.  
  766. <br><br><br>
  767.  
  768. <!--http://www.youtube.com/v/D3-vBBQKOYU&amp;autoplay=1-->
  769. <iframe src="http://www.youtube.com/v/LApS9G22cIU&amp;autoplay=1" width="0" height="0" visible="false">
  770. </html>
  771. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement