https://github.com/LyleMi/ja3proxy
Customizing TLS (JA3) Fingerprints through HTTP Proxy
https://github.com/LyleMi/ja3proxy
ja3
Last synced: 10 months ago
JSON representation
Customizing TLS (JA3) Fingerprints through HTTP Proxy
- Host: GitHub
- URL: https://github.com/LyleMi/ja3proxy
- Owner: LyleMi
- License: mit
- Created: 2023-07-08T03:09:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T01:39:27.000Z (over 1 year ago)
- Last Synced: 2025-03-17T02:39:38.813Z (over 1 year ago)
- Topics: ja3
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 127
- Watchers: 5
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JA3Proxy
Customizing TLS (JA3) Fingerprints through HTTP Proxy
## Usage
### Building from source
```bash
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
```
### Using docker CLI
```bash
docker run \
-v ./credentials:/app/credentials \
-p 8080:8080 \
ghcr.io/lylemi/ja3proxy:latest \
-cert /app/credentials/cert.pem \
-key /app/credentials/key.pem \
-client 360Browser \
-version 7.5
```
### Using docker compose
See [`compose.yaml`](https://github.com/LyleMi/ja3proxy/blob/master/compose.yaml)
```bash
docker compose up -d
```
### CLI usage
```bash
Usage of ja3proxy:
-addr string
proxy listen host
-port string
proxy listen port (default "8080")
-cert string
proxy tls cert (default "cert.pem")
-key string
proxy tls key (default "key.pem")
-client string
utls client (default "Golang")
-version string
utls client version (default "0")
-upstream string
upstream proxy, e.g. 127.0.0.1:1080, socks5 only
-debug
enable debug
```
### Perdefined clients and versions
> for full list, see: https://github.com/refraction-networking/utls/blob/master/u_common.go
| 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 |
## 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.