Skip to content

chenpython/cbypass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

bypass

绕过cloudflare TLS指纹校验的Http代理

Python用法

# Clone
git clone https://github.com/gngpp/cbypass.git && cd cbypass

# Install
wget https://github.com/gngpp/cbypass/releases/download/0.1/bypass-latest-x86_64-unknown-linux-musl.tar.gz
tar -xf bypass-latest-x86_64-unknown-linux-musl.tar.gz
nohup ./bypass run &

python3 -m venv venv
source venv/bin
pip install requests

python3 python.py

About

Bypass C**f** in HTTP proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%