All Projects → devunt → warp

devunt / warp

Licence: other
Simple http proxy which is written in python in order to bypass http://warning.or.kr

Programming Languages

python
139335 projects - #7 most used programming language

WARP

Simple http proxy made in python 3.4

This is proof-of-concept code.

The main purpose of WARP is bypassing http://warning.or.kr/, which is a Deep Packet Inspection that operated by Korea Government.

For more information, please see https://en.wikipedia.org/wiki/Internet_censorship_in_South_Korea

You should run this proxy in your local computer.

Dependency

  • python >= 3.4.0

How to install

You can install warp using pip:

$ pip install warp-proxy

Or if you're interested in bleeding edge of the master branch give it a try:

$ git clone git://github.com.devunt/warp.git
$ cd warp/
$ pip install -e .

How to use

  1. run warp command (or you might need to run warp.py instead if setuptools isn't installed in your system)

    $ warp
  2. set browser's proxy setting to

    http proxy

    host: 127.0.0.1 port: 8800

Command help

$ python warp.py --help

License

MIT License (included in warp.py)

면책조항

  1. WARP를 사용함으로써 생기는 모든 책임은 사용자에게 있습니다.
  2. WARP의 코드 기여자들은 사용에 관한 책임을 지지 않습니다.

Notice

  1. may not work in
    • some ISPs
    • some company firewalls
    • some school firewalls
    • some browers (will be fixed later)

Special thanks to

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].