Advertisement
Strategos

Database Tsunami

Mar 30th, 2012
1,171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.09 KB | None | 0 0
  1. Operation Database Tsunami
  2.  
  3. This script you can copy past in notebook, and save it as html file. Just open it in firefox and let it run while you surf the internet. Basically it only stores search words in the google database, and in the database from your internet provider. It is nothing illegal, it just makes databases from anyone who tracks you useless, because it wont be clear anymore who is looking for what. It generates 3600 search words a hour, and it doesn't generate any traffic for your provider, even while watching movies you don't notice. The function of this program is to make the privacy violators there databases useless with irrelevant keywords. Even with backups they cant safe there databases then. Privacy is your human right, and it protect us as individuals, our economies and countries....protecting it is your duty.
  4.  
  5. Return regular to look for updates and new scripts. The strategy is strong and we will defend our selfs and our countries. Human rights protect us all!!!
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  8. <html>
  9. <!--"author: Strategos for human rights" -->
  10. <META HTTP-EQUIV="REFRESH" CONTENT="1; URL=privacyArt12.html">
  11. <head>
  12. <title>Art.12 Universal Declaration Human Rights</title>
  13. </head>
  14. <body>
  15. <h1 align="center">Art.12 Universal Declaration Human Rights</h1>
  16. <h3 align="justify">Then meaning of Human Rights and where it does protect us for.</h3>
  17. <p align="justify">These days a lot of politicians turned against the human rights, certainly when it is about our privacy.</p>
  18. <p align="justify">It looks so innocent to violate your privacy, and the politicians and FBI are yelling that every one who wants privacy got something to hide and is suspected up forward. With that they turned against the Human Rights. But the human rights are protecting us against every traumatic and barbarian experience as we have seen in the past committed by Nasi and fascistic regimes. But these days Nasism and Fascism is more alive again as never before. Yes, the Human Rights does protect us against Fascism, Nasism, terrorism, riots, Revolutions and repression. The Universal Declaration of Human Rights it self says about this:</p>
  19. <h4 align="justify"><span style="font-family: 'Times New Roman';"><em>“Whereas disregard and contempt for human rights have resulted in barbarous acts which have outraged the conscience of mankind, and the advent of a world in which human beings shall enjoy freedom of speech and belief and freedom from fear and want has been proclaimed as the highest aspiration of the common people, </em></span></h4>
  20. <h4 align="justify"><span style="font-family: 'Times New Roman';"><em>Whereas it is essential, if man is not to be compelled to have recourse, as a last resort, to rebellion against tyranny and oppression, that human rights should be protected by the rule of law, </em></span></h4>
  21. <h4 align="justify"><span style="font-family: 'Times New Roman';"><em>Whereas it is essential to promote the development of friendly relations between nations, </em></span></h4>
  22. <h4 align="justify"><span style="font-family: 'Times New Roman';"><em>Whereas the peoples of the United Nations have in the Charter reaffirmed their faith in fundamental human rights, in the dignity and worth of the human person and in the equal rights of men and women and have determined to promote social progress and better standards of life in larger freedom, “</em></span></h4>
  23.  
  24. <p align="justify"><a title="Universal Dclaration of Human Rights from the United Nations" href="http://www.ohchr.org/EN/UDHR/Pages/Language.aspx?LangID=eng" target="_blank">http://www.ohchr.org/EN/UDHR/Pages/Language.aspx?LangID=eng</a></p>
  25. <p class="default-font" align="justify">The UDHR does protect our countries and individuals with freedoms, because when you have a freedom, you don’t have to fight for your freedom. It even protects our economies from recession, because with all the collected information it is easy to turn a country there economies down.</p>
  26. <p class="default-font" align="justify">Why this script?</p>
  27. <p class="default-font" align="justify">The meaning of this script is not to make a lot of damage on data centers or to turn websites down, but the meaning is to guarantee your privacy and freedom of development, religion, political preference and protect our economies by sending irrelevant information over the internet so that databases from your provider or Google become useless for data retention or profiling in any way.</p>
  28. <p class="default-font" align="justify">Don't let politicians fool you!</p>
  29. <p class="default-font" align="justify">In the European Union with 700 milion citizens, there has been data retention for many years, and it didn't resulted in any resolving of any crime or terrorist attack. And that is logic, because real terrorists and criminals do know that internet and mobile phone use are monitored by governments and law enforcements, so they don't use that for there crimes.</p>
  30. <h4 class="default-font" align="justify">Protect yourself and your country.</h4>
  31.  
  32. <p class="default-font" align="justify"><BR>Just run this file in your web browser while you surf the internet, it doesn’t takes lots of bandwidth or processor time from your computer or iPod. It is open source so every one can verify that there are no backdoors or Trojans inside the script. There is no copyright on this script, so publish, duplicate and share as much as you want, and inform every one around you about the importance and the protection of your freedoms. At this moment this script is running in Firefox very well, in Internet Explorer you can have some problems because IE blocks scripts sometimes. You can modify this script by changing the search query in the script to one from a other site then Google.</p>
  33. <p align="justify"><span class="default-font">For any questions or modifications write a email to:</span> a838485{at}tormail.net</p>
  34. <p align="justify">The search word that is send now to Google is:</p>
  35.  
  36. <script type="text/javascript">
  37. var r_text = new Array ();
  38.  
  39. r_text.push("mart");
  40. r_text.push("marted");
  41. r_text.push("marten");
  42. r_text.push("martens");
  43. r_text.push("martha");
  44. <!-- "replace this line for as many search words as you like, the more the better" -->
  45. r_text.push("martial");
  46. r_text.push("martialed");
  47. r_text.push(" Trotsky");
  48. r_text.push(" Trotsky");
  49. r_text.push(" TSS");
  50.  
  51.  
  52.  
  53.  
  54.  
  55. for (var j = 0; j < 5; j++)
  56. {
  57.  
  58. var i = Math.floor(r_text.length*Math.random())
  59. document.write(r_text[i]);
  60. xmlhttp=new XMLHttpRequest();
  61. xmlhttp.open('GET', 'http://www.google.com/search/?q=' + r_text[i]);
  62. xmlhttp.send(null);
  63. document.write(xmlhttp.responseText);
  64. }
  65. </script>
  66.  
  67. </body>
  68. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement