How to bypass webfilter in your school or college Tutorial

Well, this tutorial might not really come from me ,but i think it’s kinda hard for you to find such rare tutorial like this , so i decided to write it down for you.
1. First of all,you have to find out the ip address of the website you ‘re going to visit. It can be done in such various ways , well i prefer just pinging it from my ms-dos box (example website:google.com):

C:\Documents and Settings\Owner>ping google.com

Pinging google.com [64.233.187.99] with 32 bytes of data:

Reply from 64.233.187.99: bytes=32 time=1115ms TTL=241

well we’ve found out the ip address of google.com is 64.233.187.99. You might find a lot various ways to grab ip address , (ex : by using service on domainwhitepages.com or netcraft.com),but pinging is the easiest ways (if your computer in school has an ip-public/DMZ).

2. The next step you have to do is, to convert each 8-bit part of the ip address to binary. It can be done by using calc – scientific view
- click start->run->calc
- then choose view –>scientific
- set the form to ‘dec’ first,and put your first 8-bit part of your ip address there (64),then choose ‘bin’ to convert it to binary. you’ll get result like :
1000000 , which is still 7-bit,then just add ‘0′ in the starting part,so it’ll look like this now (we make it 8 bit): 01000000

3.repeat the second step for the last three 8-bit parts of ip address as well,then you will get the entire result like this :
64= 01000000
233= 11101001
187 =10111011
99 = 01100011

4.then all you have to do is,combine those crazy binary numbers into one 32-bit numbers,the result will be like this :
01000000111010011011101101100011

5. then convert back the binary 01000000111010011011101101100011 into decimal,by choosing ‘dec’ in the calc menu. You’ll get the result like this :
1089059683

6. then fireup your mozilla firefox or Internet Explorer (if you’re still using it hehehehe) , put something like this in the address bar :

http://1089059683

7. done. you’ll get the page of google search engine appeared. :)

Thanks to : people in rootshell-team.info , milw0rm.com forum , undergr0und.net forum, and also google.com for sure.

Tagged with:

bypass webfilter, bypass web filter, bypass webfiltering, circumvent webfiltering, how to bypass web filter

3 Responses to “How to bypass webfilter in your school or college Tutorial”

  1. I’m trying to unblock cartoonnetwork.com/games. So can you explain this in ENGLISH!!!

  2. Try making a program that finds out the details and binary and stuff and does it itself

  3. :???: mmm, this stuff no longer work guys.

Leave a Reply