Wednesday, August 13, 2008

How to access blocked web sites from school, office, or work using JAP

How to access blocked web sites from school, office, or work using JAP

Thanks to :-http://www.online-tech-tips.com/computer-tips/how-to-access-blocked-web-sites-from-school-office-or-work-using-jap/

Looking for a way to access blocked websites like Orkut, YouTube, MySpace, FaceBook, etc from school or work? Most people end up trying out the million or so proxy servers out there, but those are usually dead ends. Also, those proxy servers are very slow and it can take a year for a single web page to load sometimes! There’s luckily an easier way to access blocked websites that doesn’t rely on proxy servers!

JAP is a free open-source software tool that can be used to browse the web anonymously and unobservably. Whenever you browse the Internet, your IP uniquely identifies your computer and your location to the requesting servers, thereby reducing your privacy. JAP uses a single static IP address for many JAP users, thereby making it impossible for the visited website or any sniffer to determine which user visited.

JAP

The extra benefit that we can also get out of using JAP other than anonymous browsing is the fact that it can be used to access blocked web sites! That’s because all requests are first passed to JAP servers, then the requested sites are retrieved from their servers. Basically, for the local servers that control your access, it looks as if you’re always requesting something from the JAP web site, not FaceBook or MySpace, etc.

Here’s how to setup JAP: first download the JAP app from the link above. Install it and make sure it’s up and running. Then all you have to do is change some of the settings in Internet Explorer or Firefox. You have to change the LAN Settings so that the Default Gateway is 127.0.0.1 and the port is 4001.

In IE, click on Tools, then Internet Options, and click on the Connections tab.

lan settngs

If you’re connecting to the Internet using a dial-up, modem, or ISDN connection, choose your connection and then click on the Settings button at the top. If you’re connected permanently using a LAN, Cable or DSL connection, click on the Settings button under Local Area Network (LAN) settings heading.

browse anonymously

Check the Proxy Server box and type in the IP address and port number shown above.

For Firefox, you click on Tools, then Options, and then click on the Advanced tab. Under Connection, click on Settings.

jap ports

Click on Manual Proxy Configuration and enter in the same information. Check the box to use this proxy for all protocols. You can also download a cool plugin in Firefox called SwitchProxy that will allow you to quickly switch between JAP and normal browsing.

You should now be able to access blocked web sites while JAP is running. However, if you are at the office or at school and the only ports that are open are port 80, and 443, then JAP won’t work without a little more tweaking.

  • In JAP under “Config/InfoService“, change the port from 6543 to 80
  • Go to the “Config/Anonymity” page. Click on the “Fetch” button and choose the “Dresden-Dresden” cascade from the drop down menu.
  • Select the “Manual Configuration” radio button and change the Anon-Port from 6544 to 443

Now try to activate the anonymous web access. If you’re able to connect, you’ll now be able to browse web sites using the normal web access ports so even if your company or school blocks all other ports, you’ll still be able to access JAP.

Also, if your company forces you to access the web through a proxy server, then you’ll need to configure that in JAP. You can see if you have to go through a proxy server by checking out the values in the above LAN settings section. If it’s greyed out with something already in there when you tried to change it to 127.0.0.1, that means you’re going through a proxy server.

In that case, in JAP you need to do the following:

  • Activate the checkbox under “Config/Proxy-Firewall” and enter the address of the required proxy. Some proxies require a user authorization. If this is the case, activate the appropriate checkbox and enter the User ID. (First try it without authorization and only do this step if it doesn’t work.)
  • Under “Config/InfoService“, change the port number from 6543 to “80″.
  • Go to the “Config/Anonymity” page. Click on the “Fetch” button and choose the “Dresden-Dresden” cascade from the drop down menu.

You should now be able to connect to the JAP service and access any web site that you like! If that was too technical or something was not explained clearly, please post a comment and I will try to help as much as possible! Enjoy!

Disclaimer:-
i am not liable for any criminal or bad thing which you have done using this message and document. i am giving here for the educational purpose and care should be taken from your side before using this document and please get a written permission from the person before hacking or doing some thing in the network or system.This document is intended for judicial or educational purposes. I have collected these documents and messages from the internet for educational purpose only. always use these documents for doing good only. I don't want to promote computer crime and I'm not responible of your actions in any way. If you want to hack a computer, do the decent thing and ask for permission first. please read and use this for useful purpose only to protect the systems and information from the bad people. always seek permission from the system owner or who ever responcible for the system by written and then go ahead. Give a full report with honestly to the person or company about your experiments and findings from the system. Always Do Good Think Good and Belive Good.

No comments:

How to Get files from the directory - One more method

 import os import openpyxl # Specify the target folder folder_path = "C:/Your/Target/Folder"  # Replace with the actual path # Cre...