Skip to main content

Simple http transparent proxy made in Python 3.4

Project description

Simple http transparent proxy made in python 3.4

This is proof-of-concept code.

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

    https proxy

    host: 127.0.0.1 port: 8800 (https proxy is not recommended)

  3. ???

  4. PROFIT!

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 fix it later)

Special thanks to

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

warp-proxy-0.1.1.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

warp-proxy-0.1.1.linux-x86_64.tar.gz (9.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page