Skip to content

yufeikang/httpsHack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python proxy https代理

run

python2

python SSLBumpProxy.py

docker

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

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

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

 
 
 

Contributors

Languages

  • Python 98.3%
  • Shell 1.7%