Wednesday, October 3, 2012

Access Blocked Websites by CALCULATER


Most of the network admins in schools and colleges block a website by its name (http://www.xxx.com) or by its IP address. Assuming this is the case, we will learn about a way to bypass the URL filtering.
Step 1: Find out the IP address of the blocked website which you are trying to access. Let us take http://techpp.com as our example. Go to Start –> Run and type cmd
unblock-site-1
A new window opens. Type ping FACEBOOK.COM and press Enter. You will see the IP address as shown below.
unblock-site-2
IP address of techpp.com = 67.222.24.82
Step 2: Convert each of the 4 numbers (67, 222, 24 and 82) into an 8-digit binary value. In order to do this open your Windows calculator, select Scientific view.
unblock-site-3
Make sure ‘Dec’ is selected and enter the first number and select ‘Bin’. This would give you 8 digit binary value of 67 = 01000011.
unblock-site-4
Repeat the process for other 3 numbers as well. You will get four 8-digit binary equivalents. Put them all together
01000011110111100001100001010010
Step 3: Convert 01000011110111100001100001010010 into a decimal value. For this, reverse the process explained in Step 2 i.e Select Bin and input 01000011110111100001100001010010 (copy-paste) and then click Dec. This will give you the decimal equivalent of the 32 digit binary number = 1138628690
unblock-site-5
Step 4: Go to your browser and in the address bar type http://1138628690, this should open http://facebook.com, but it doesn’t, reason given below.
Imp: You might have observed that http://1138628690 is giving Bad Request error. This is because the above trick doesn’t work for websites running on virtual hosts. But other sites like Google, Gmail etc will work flawlessly (http://1249729384 or http://3512041827/)

No comments:

Post a Comment