Skip to content
forked from LyleMi/ja3proxy

Customizing TLS (JA3) Fingerprints through HTTP Proxy

Notifications You must be signed in to change notification settings

siritami/ja3proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JA3Proxy

Customizing TLS (JA3) Fingerprints through HTTP Proxy

Usage

git clone https://github.com/lylemi/ja3proxy
cd ja3proxy
make
./ja3proxy -port 8080 -client 360Browser -version 7.5
curl -v -k --proxy http://localhost:8080 https://www.example.com

Perdefined clients and versions

Please note that certain preconfigured fingerprints can significantly alter the application layer interactions. If the corresponding configuration is not present on the client side, it may result in connection errors.

For example, newer versions of Chrome require the server to use HTTP/2. If you are testing with tools like curl, you should include the --http2 parameter to accommodate the corresponding behavior.

Client Version
Golang 0
Firefox 55
Firefox 56
Firefox 63
Firefox 99
Firefox 105
Chrome 58
Chrome 62
Chrome 70
Chrome 96
Chrome 102
Chrome 106
iOS 12.1
iOS 13
iOS 14
Android 11
Edge 85
Edge 106
Safari 16.0
360Browser 7.5
QQBrowser 11.1

for full list, see: https://github.com/refraction-networking/utls/blob/master/u_common.go

Contribution

If you have any ideas or suggestions, please feel free to submit a pull request. We appreciate any contributions.

Contact

If you have any questions or suggestions, please feel free to contact us.

About

Customizing TLS (JA3) Fingerprints through HTTP Proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.6%
  • Makefile 6.4%