https://github.com/stewartpark/jyproxy
JYProxy is a simple local proxy server that enables web browsers to get around the pornography filtering/blocking that is being done in Korea by the gov't.
https://github.com/stewartpark/jyproxy
Last synced: 2 months ago
JSON representation
JYProxy is a simple local proxy server that enables web browsers to get around the pornography filtering/blocking that is being done in Korea by the gov't.
- Host: GitHub
- URL: https://github.com/stewartpark/jyproxy
- Owner: stewartpark
- Created: 2014-10-25T09:39:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-25T18:42:41.000Z (over 10 years ago)
- Last Synced: 2025-03-24T22:29:40.317Z (3 months ago)
- Language: Python
- Homepage:
- Size: 173 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jyproxy
=======JYProxy is a simple local proxy server that enables web browsers to get around the pornography filtering/blocking that is being done in Korea by the gov't.
### How it works
First, you have to understand how the filtering in Korea works. The filtering device only sees the first part -- to be more exact, HTTP method -- of packets to determine if the packets are HTTP packets and if the device decides that the packets to the target website need to be blocked, it forcibly redirects you to http://warning.or.kr/.
However, by just adding a newline in front of the HTTP method part, the filtering stops working and you will be able to get access to the blocked websites(Yes, ridiculously, adding a newline in front of a HTTP verb works just as fine with so many web servers. See RFC HTTP specs). Which is pretty understandable, considering the fact that adding plenty of exceptions will cause a tremendous decrease in performance for the device.
### How to use
Launch the app(jyproxy.exe), go to the HTTP Proxy setting, and enter localhost:8080. Yes, simple as that.
### Download links
Windows(.exe): [Download](https://dl.dropboxusercontent.com/u/20820651/jyproxy.exe)
EDUCATIONAL PURPOSE *ONLY*
The author takes no responsibility for any legal problems that using this program can possibly give you. Again, educational purpose *only*.