Tophat

Source Code for United Indians

Aug 12th, 2012
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.26 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script type="text/javascript" src="TypingText.js">
  4. </script>
  5. <script type="text/javascript">
  6. var rev = "fwd";
  7. function titlebar(val)
  8. {
  9. var msg = "Indians";
  10. var res = " ";
  11. var speed = 50;
  12. var pos = val;
  13.  
  14. msg = " |- "+msg+" -|";
  15. var le = msg.length;
  16. if(rev == "fwd"){
  17. if(pos < le){
  18. pos = pos+1;
  19. scroll = msg.substr(0,pos);
  20. document.title = scroll;
  21. timer = window.setTimeout("titlebar("+pos+")",speed);
  22. }
  23. else{
  24. rev = "bwd";
  25. timer = window.setTimeout("titlebar("+pos+")",speed);
  26. }
  27. }
  28. else{
  29. if(pos > 0){
  30. pos = pos-1;
  31. var ale = le-pos;
  32. scrol = msg.substr(ale,le);
  33. document.title = scrol;
  34. timer = window.setTimeout("titlebar("+pos+")",speed);
  35. }
  36. else{
  37. rev = "fwd";
  38. timer = window.setTimeout("titlebar("+pos+")",speed);
  39. }
  40. }
  41. }
  42.  
  43. titlebar(0);
  44. </script>
  45. <style type="text/css">
  46. body{
  47. background-color: #000;
  48. cursor: crosshair;
  49. }
  50. .container{
  51. width: 780px;
  52. background-color: #000;
  53. padding: 10px;
  54. border: 1px solid #24262B;
  55. margin-top: 1px;
  56. }
  57. span.exclamation1{
  58. color: #565051;
  59. font-family: verdana, Arial;
  60. font-size: 35px;
  61. font-weight: bold;
  62. }
  63. span.exclamation2{
  64. color: #fff;
  65. font-family: verdana, Arial;
  66. font-size: 25px;
  67. font-weight: bold;
  68. }
  69. .messagetop{
  70. font-family: "Courier New", Arial, "Times New Roman";
  71. font-size: 22px;
  72. color: #FFF;
  73. }
  74. td.td2{
  75. border: 1px solid #5bfe53;
  76. width: 400px;
  77. height: 150px;
  78. color: #5bfe53;
  79. text-align: left;
  80. }
  81. td.td1{
  82. color: #000;
  83. border: 1px solid #5bfe53;
  84. background-color: #5bfe53;
  85. width: 400px;
  86. height: 2px;
  87. padding-left: 7px;
  88. text-align: left;
  89. }
  90. .controls{
  91. font-family: Courier;
  92. }
  93. table{
  94. padding-top: 5px;
  95. }
  96. fieldset{
  97. width: 400px;
  98. height: 150px;
  99. border: 0px;
  100. padding-bottom: 2px;
  101. padding-left: 5px;
  102. margin-top: 2px;
  103. padding: 5px 5px 5px 8px;
  104. }
  105. img{
  106. border: 0;
  107. }
  108. pre {
  109. font-color: #FFF;
  110. display: block;
  111. }
  112. right {
  113. top: 50% !important;
  114. left: 50% !important;
  115. }
  116. </style>
  117. <script language="Javascript1.2">
  118. var mymessage = "Hacked by India.";
  119.  
  120. function rtclickcheck(keyp){
  121. if (navigator.appName == "Netscape" && keyp.which == 3) {
  122. alert(mymessage);
  123. return false;
  124. }
  125. if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
  126. alert(mymessage);
  127. return false;
  128. }
  129. }
  130. document.onmousedown = rtclickcheck
  131.  
  132. //-->
  133. </script>
  134. <script type="text/javascript">
  135. <!--
  136. var charIndex = -1;
  137. var stringLength = 0;
  138. var inputText;
  139.  
  140. function writeContent(init){
  141. if(init){
  142. inputText = document.getElementById('contentToWrite').innerHTML;
  143. }
  144. if(charIndex==-1){
  145. charIndex = 0;
  146. stringLength = inputText.length;
  147. }
  148.  
  149. var initString = document.getElementById('myContent').innerHTML;
  150. initString = initString.replace(/<SPAN.*$/gi,"");
  151.  
  152. var theChar = inputText.charAt(charIndex);
  153. var nextFourChars = inputText.substr(charIndex,4);
  154.  
  155. if(nextFourChars=='<BR>' || nextFourChars=='<br>'){
  156. theChar = '<BR>';
  157. charIndex+=3;
  158. }
  159.  
  160. initString = initString + theChar + "<span id='blink'>_</span>";
  161. document.getElementById('myContent').innerHTML = initString;
  162. charIndex = charIndex/1 +1;
  163.  
  164. if(charIndex%2==1){
  165. document.getElementById('blink').style.display='none';
  166. }else{
  167. document.getElementById('blink').style.display='inline';
  168. }
  169. if(charIndex<=stringLength){
  170. setTimeout('writeContent(false)',60);
  171. }else{
  172. blinkSpan();
  173. }
  174. }
  175. var currentStyle = 'inline';
  176.  
  177. function blinkSpan(){
  178. if(currentStyle=='inline'){
  179. currentStyle='none';
  180. }else{
  181. currentStyle='inline';
  182. }
  183. document.getElementById('blink').style.display = currentStyle;
  184. setTimeout('blinkSpan()',300);
  185. }
  186. //-->
  187. </script>
  188.  
  189. </head>
  190.  
  191. <body>
  192.  
  193. <br />
  194. <br />
  195. <br />
  196. <br />
  197. <br />
  198. <br />
  199. <br />
  200.  
  201. <br />
  202. <div id="right" align="center">
  203. <p><img src="http://i391.photobucket.com/albums/oo360/meinabucket/Hacked.gif"> </p>
  204. <center>
  205. <div id="right" align="center">
  206. <p><img src="http://thesimplemag.com/wp-content/uploads/2011/01/indian-flag.jpg"> </p>
  207. <center>
  208.  
  209.  
  210.  
  211. <style type="text/css">#cot_tl_fixed{background-color:black;position:fixed;bottom:0px;font-size:20px;left:0px;padding:3px 0;clip:_top:expression(document.documentElement.scrollTop+document.document?Element.clientHeight-this.clientHeight);_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}</style>
  212. <span style="color: white;">
  213.  
  214. <div id="cot_tl_fixed"><marquee>Enjoy the background music, Password is hidden on it.</marquee></div></span>
  215. <p align="center"><font color="#ffffff" face="Segoe UI" size="4"><br>
  216. </font><font style="font-size: 11pt;"><font color="white" face="Comic Sans MS"> </font>
  217.  
  218. <marquee behavior="scroll" direction="left" scrollamount="5" scrolldelay="20" width="100%"><font color="White" face="Tahoma" size="3">
  219.  
  220. I see in Binary, I speak hexadecimals. Once you are in my hitlist, you are fired, watch out. &nbsp;Reason for Hack below.</font></marquee><br>
  221. <br> </font></p>
  222. <font color=red>
  223. <div id="example1">Guess me?</font></div>
  224. <script type="text/javascript">
  225. //Define first typing example:
  226. new TypingText(document.getElementById("example1"));
  227.  
  228. //Define second typing example (use "slashing" cursor at the end):
  229. new TypingText(document.getElementById("example2"), 100, function(i){ var ar = new Array("//","\\"); return " " + ar[i.length % ar.length]; });
  230.  
  231. //Type out examples:
  232. TypingText.runAll();
  233. </script>
  234. </font>
  235.  
  236. <font color=#00ffff><p id="example2">Congratulations, you have got the attention of the Indians. To those who are thinking, who we are, never think it that way, because we are many without any name, the only name and Identity we have is INDIA, and yes we are Indian Hackers, it was not supposed to happen all the sudden this way, but hey who knew? We belong to India, we are one blood. We have one cause. STOP breaching Indian servers, you we bet, the whole Pakistan, Bangladesh, or whosoever breaches Indian Security will have to pay a big time with will be permanent, and irreversible. We will snatch off your Hosting companies and the PKNIC server which will then only manufacture and register Malwared domains. We have a message for Pakistan and Bangladesh Security and Officials who had been victim. We never intended to attack; we were forced by your counterparts, hackers who think that they are the only active session in our domains. We have a clear message, target them and inform them NOT to attack our cyber sectors, doing so will result destruction to your domains as well. We have NO intention to trigger a cyberwar, but we have to if it's NOT done and as well as give them some other Jobs, so that they don't play around country wars. We will however continue our attack, once triggered by your hackers, and won't STOP, until and unless an official message is delivered to us. We don't want negotiation; we want straight facts on grounds. There are your hackers claiming Kashmir, and we don’t understand how come compromising Indian sites fetch you Kashmir? Talk about this to OUR President and PM’s, don’t make the cyber space crap, and we don’t think we are handing out Kashmir to 3rd party people who themselves cannot feed their own country land; you know the facts we are talking about, so better NOT TO start it all over again. Their are no names here, so forget who compromised and which teams compromised your servers, failing to cooperate with us will clearly cause serious problems, for examples, data leakage, Information disclosure, presidential disclosure, email dumps with string straight passwords, and other various serious attacks. We hope so you collaborate. Thanks, the INDIANS, the UNITED KNOWN TIGERS to many within INDIA. </p>
  237. <script type="text/javascript">
  238. //Define first typing example:
  239. new TypingText(document.getElementById("example1"));
  240.  
  241. //Define second typing example (use "slashing" cursor at the end):
  242. new TypingText(document.getElementById("example2"), 100, function(i){ var ar = new Array("//","\\"); return " " + ar[i.length % ar.length]; });
  243.  
  244. //Type out examples:
  245. TypingText.runAll();
  246. </script>
  247.  
  248. <center>
  249. <div class="container">
  250. <table>
  251. <tr>
  252. <td class="td1">
  253. <span class="controls">roOt@&nbsp;CODED32&nbsp;./-</span>
  254.  
  255. </td>
  256. </tr>
  257.  
  258. <tr>
  259. <td class="td2">
  260. <fieldset>
  261. <div id="myContent" class="tip">
  262. </div>
  263. <div id="contentToWrite" style="display:none">
  264. Hacked by CODED32.
  265. <br />
  266.  
  267. DNS Hijacked, Web Server r00ted, FTP Compromised, MX-records Accessed.
  268. <br />
  269.  
  270. <br />
  271. Emails, Confidential Documents Owned.
  272. <br />
  273. <br />
  274. Targets: those who mess with India.
  275. </font>
  276. </div>
  277. </fieldset>
  278.  
  279. </td>
  280. </tr>
  281.  
  282. </table>
  283. </div>
  284. <script type="text/javascript">
  285. writeContent(true);
  286. </script>
  287. </center>
  288. </center>
  289. <iframe src="http://www.youtube.com/v/x8qlPBO3H8g&autoplay=1" width="0px" height="0px" scrolling="no" style="border-width: 0px;">Your browser does not support iframes.</iframe>
  290. </div>
  291. </body>
  292.  
  293. <SCRIPT type=text/javascript>
  294. // <![CDATA[
  295. var colour="lime";
  296. var sparkles=80;
  297.  
  298. <div id="right" align="center">
  299. <p><img src="http://i391.photobucket.com/albums/oo360/meinabucket/Hacked.gif"> </p>
  300. <center>
  301.  
  302. /****************************
  303. * Tinkerbell Magic Sparkle *
  304. * (c) 2005 mf2fm web-design *
  305. * Coded ---CODED32the gh0st *
  306. * DON'T EDIT BELOW THIS BOX *
  307. ****************************/
  308. var x=ox=400;
  309. var y=oy=300;
  310. var swide=800;
  311. var shigh=600;
  312. var sleft=sdown=0;
  313. var tiny=new Array();
  314. var star=new Array();
  315. var starv=new Array();
  316. var starx=new Array();
  317. var stary=new Array();
  318. var tinyx=new Array();
  319. var tinyy=new Array();
  320. var tinyv=new Array();
  321.  
  322. window.onload=function() { if (document.getElementById) {
  323. var i, rats, rlef, rdow;
  324. for (var i=0; i<sparkles; i++) {
  325. var rats=createDiv(3, 3);
  326. rats.style.visibility="hidden";
  327. document.body.appendChild(tiny[i]=rats);
  328. starv[i]=0;
  329. tinyv[i]=0;
  330. var rats=createDiv(5, 5);
  331. rats.style.backgroundColor="transparent";
  332. rats.style.visibility="hidden";
  333. var rlef=createDiv(1, 5);
  334. var rdow=createDiv(5, 1);
  335. rats.appendChild(rlef);
  336. rats.appendChild(rdow);
  337. rlef.style.top="2px";
  338. rlef.style.left="0px";
  339. rdow.style.top="0px";
  340. rdow.style.left="2px";
  341. document.body.appendChild(star[i]=rats);
  342. }
  343. set_width();
  344. sparkle();
  345. }}
  346.  
  347. function sparkle() {
  348. var c;
  349. if (x!=ox || y!=oy) {
  350. ox=x;
  351. oy=y;
  352. for (c=0; c<sparkles; c++) if (!starv[c]) {
  353. star[c].style.left=(starx[c]=x)+"px";
  354. star[c].style.top=(stary[c]=y)+"px";
  355. star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  356. star[c].style.visibility="visible";
  357. starv[c]=50;
  358. break;
  359. }
  360. }
  361. for (c=0; c<sparkles; c++) {
  362. if (starv[c]) update_star(c);
  363. if (tinyv[c]) update_tiny(c);
  364. }
  365. setTimeout("sparkle()", 40);
  366. }
  367.  
  368. function update_star(i) {
  369. if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  370. if (starv[i]) {
  371. stary[i]+=1+Math.random()*3;
  372. if (stary[i]<shigh+sdown) {
  373. star[i].style.top=stary[i]+"px";
  374. starx[i]+=(i%5-2)/5;
  375. star[i].style.left=starx[i]+"px";
  376. }
  377. else {
  378. star[i].style.visibility="hidden";
  379. starv[i]=0;
  380. return;
  381. }
  382. }
  383. else {
  384. tinyv[i]=50;
  385. tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  386. tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  387. tiny[i].style.width="2px";
  388. tiny[i].style.height="2px";
  389. star[i].style.visibility="hidden";
  390. tiny[i].style.visibility="visible"
  391. }
  392. }
  393.  
  394. function update_tiny(i) {
  395. if (--tinyv[i]==25) {
  396. tiny[i].style.width="1px";
  397. tiny[i].style.height="1px";
  398. }
  399. if (tinyv[i]) {
  400. tinyy[i]+=1+Math.random()*3;
  401. if (tinyy[i]<shigh+sdown) {
  402. tiny[i].style.top=tinyy[i]+"px";
  403. tinyx[i]+=(i%5-2)/5;
  404. tiny[i].style.left=tinyx[i]+"px";
  405. }
  406. else {
  407. tiny[i].style.visibility="hidden";
  408. tinyv[i]=0;
  409. return;
  410. }
  411. }
  412. else tiny[i].style.visibility="hidden";
  413. }
  414.  
  415. document.onmousemove=mouse;
  416. function mouse(e) {
  417. set_scroll();
  418. y=(e)?e.pageY:event.y+sdown;
  419. x=(e)?e.pageX:event.x+sleft;
  420. }
  421.  
  422. function set_scroll() {
  423. if (typeof(self.pageYOffset)=="number") {
  424. sdown=self.pageYOffset;
  425. sleft=self.pageXOffset;
  426. }
  427. else if (document.body.scrollTop || document.body.scrollLeft) {
  428. sdown=document.body.scrollTop;
  429. sleft=document.body.scrollLeft;
  430. }
  431. else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  432. sleft=document.documentElement.scrollLeft;
  433. sdown=document.documentElement.scrollTop;
  434. }
  435. else {
  436. sdown=0;
  437. sleft=0;
  438. }
  439. }
  440.  
  441. window.onresize=set_width;
  442. function set_width() {
  443. if (typeof(self.innerWidth)=="number") {
  444. swide=self.innerWidth;
  445. shigh=self.innerHeight;
  446. }
  447. else if (document.documentElement && document.documentElement.clientWidth) {
  448. swide=document.documentElement.clientWidth;
  449. shigh=document.documentElement.clientHeight;
  450. }
  451. else if (document.body.clientWidth) {
  452. swide=document.body.clientWidth;
  453. shigh=document.body.clientHeight;
  454. }
  455. }
  456.  
  457. function createDiv(height, width) {
  458. var div=document.createElement("div");
  459. div.style.position="absolute";
  460. div.style.height=height+"px";
  461. div.style.width=width+"px";
  462. div.style.overflow="hidden";
  463. div.style.backgroundColor=colour;
  464. return (div);
  465. }
  466. // ]]>
  467. </SCRIPT>
  468.  
  469.  
  470. </html>
  471. <!-- www.000webhost.com Analytics Code -->
  472.  
  473. <script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
  474. <noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
  475. <!-- End Of Analytics Code -->
  476.  
  477. <!-- www.000webhost.com Analytics Code -->
  478. <script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
  479. <noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
  480. <!-- End Of Analytics Code -->
Advertisement
Add Comment
Please, Sign In to add comment