Skip to content

yous/warp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 

Repository files navigation

WARP

Simple http transparent proxy made in python 3.4

This is proof-of-concept code.

Dependency

  • python 3.4.0

How to use

  1. run with python interpreter

     $ python3 warp.py
    
  2. set browser's proxy setting to

[http proxy] host: 127.0.0.1 / port: 8800

  1. ???

  2. PROFIT!

Command help

$ python warp.py --help

License

MIT License (include 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

About

Simple http transparent proxy written in python3.4 with asyncio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published