Sunday, February 7, 2010

TCS official website HACKED !!!!!!!!!!!!!!!

It seems that the official website of Tata Consultancy Services ( http://www.tcs.com ), which is a placement-time saviour for BIT Mesra and man other institutes ( :P ) has been HACKED. The site now contains some text in french and english. It is suspected to be a type of DNS Hijacking . For a tutorial on DNS hijacking visit BITproxy Educational section.
Here is the screenshot.

Monday, February 1, 2010

INCREASE YOUR BLOGGER profile views 100 times in few minutes !!!

You must have noticed the dumb counters on some of the webpages. Now some of these counters do track users ip and then increment the count. Buy mostly dont.Google's own blogger.com's profile page or this place where you are reading this blog counts people just on the basis of hits. NOW THE INTERESTING PART .


You can increase your counters exponentially in just few minutes. Here is the python code to do that. The instructions to run this code are given in my previous post..
-----------COPY FROM HERE-----------------



import urllib




while(1):
    a = urllib.urlopen('http://www.blogger.com/profile/16674273246363106243')
    b = a.read()
    print ('DONE')





----------COPY UPTO HERE----------------
If you are facing problems consider reading Python syntax as while copying from here you may get errors as Python has no braces and tabs are its indentation marks.


 You may consider giving short breaks or you may end up with this page or even your account may be suspended. 








**NOTE THE URL IS OF MY BLOGGER PROFILE . CHANGE IT TO YOUR PROFILE URL OR ANY PAGE WITH COUNTERS ELSE GOOGLE WILL BAN MY ACCOUNT DUE TO YOU.
** THIS WILL EAT UP YOUR 100 mb LIMIT IF YOU ARE IN BIT MESRA OTHERWISE FOR PEOPLE ELSEWHERE SKY IS THE LIMIT FOR YOUR COUNTERS.
** GOOGLE MAY  NOTICE THIS AND WILL RECTIFY ... SO THIS MAY STOP WORKING AFTER SOMETIME. BUT IT WILL WORK FOR OTHER SITES TOO :P