Skip to content

zhaopan-vip/httpsHack

 
 

Repository files navigation

python proxy https代理

run

python2

python SSLBumpProxy.py

docker

docker build -t pyproxy github.com/Yufeikang/httpsHack

run: docker run --name pyproxy -p 8080:8080 -v $PWD/config/:/config --rm pyproxy

set http proxy

install ca crt

Enter http://proxy.test/ install ca crt

config

edit config.json {"hackUrl": {"https://m.baidu.com/": "/config/data.txt"}}

About

A Simple HTTP Proxy like Python's SimpleHTTPServer module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.3%
  • Shell 1.7%