{"id":23912288,"url":"https://github.com/LyleMi/ja3proxy","last_synced_at":"2025-09-10T21:31:45.074Z","repository":{"id":179590371,"uuid":"663755237","full_name":"LyleMi/ja3proxy","owner":"LyleMi","description":"Customizing TLS (JA3) Fingerprints through HTTP Proxy","archived":false,"fork":false,"pushed_at":"2025-03-17T01:39:27.000Z","size":30,"stargazers_count":127,"open_issues_count":2,"forks_count":30,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-17T02:39:38.813Z","etag":null,"topics":["ja3"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LyleMi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-08T03:09:34.000Z","updated_at":"2025-03-17T01:39:31.000Z","dependencies_parsed_at":"2024-01-12T18:45:26.633Z","dependency_job_id":"c4944774-de74-4df7-9d8e-dfa5d650c8f8","html_url":"https://github.com/LyleMi/ja3proxy","commit_stats":null,"previous_names":["lylemi/ja3proxy"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/LyleMi/ja3proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyleMi%2Fja3proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyleMi%2Fja3proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyleMi%2Fja3proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyleMi%2Fja3proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LyleMi","download_url":"https://codeload.github.com/LyleMi/ja3proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyleMi%2Fja3proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274528013,"owners_count":25302320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ja3"],"created_at":"2025-01-05T09:00:48.379Z","updated_at":"2025-09-10T21:31:45.068Z","avatar_url":"https://github.com/LyleMi.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# JA3Proxy\n\nCustomizing TLS (JA3) Fingerprints through HTTP Proxy\n\n## Usage\n\n### Building from source\n\n```bash\ngit clone https://github.com/lylemi/ja3proxy\ncd ja3proxy\nmake\n./ja3proxy -port 8080 -client 360Browser -version 7.5\n\ncurl -v -k --proxy http://localhost:8080 https://www.example.com\n```\n\n### Using docker CLI\n\n```bash\ndocker run \\\n      -v ./credentials:/app/credentials \\\n      -p 8080:8080 \\\n      ghcr.io/lylemi/ja3proxy:latest \\\n      -cert /app/credentials/cert.pem \\\n      -key /app/credentials/key.pem \\\n      -client 360Browser \\\n      -version 7.5\n```\n\n### Using docker compose\n\nSee [`compose.yaml`](https://github.com/LyleMi/ja3proxy/blob/master/compose.yaml)\n\n```bash\ndocker compose up -d\n```\n\n### CLI usage\n\n```bash\nUsage of ja3proxy:\n  -addr string\n        proxy listen host\n  -port string\n        proxy listen port (default \"8080\")\n  -cert string\n        proxy tls cert (default \"cert.pem\")\n  -key string\n        proxy tls key (default \"key.pem\")\n  -client string\n        utls client (default \"Golang\")\n  -version string\n        utls client version (default \"0\")\n  -upstream string\n        upstream proxy, e.g. 127.0.0.1:1080, socks5 only\n  -debug\n        enable debug\n```\n\n### Perdefined clients and versions\n\n\u003e for full list, see: https://github.com/refraction-networking/utls/blob/master/u_common.go\n\n| Client | Version |\n| ------ | ------- |\n| Golang | 0 |\n| Firefox | 55 |\n| Firefox | 56 |\n| Firefox | 63 |\n| Firefox | 99 |\n| Firefox | 105 |\n| Chrome | 58 |\n| Chrome | 62 |\n| Chrome | 70 |\n| Chrome | 96 |\n| Chrome | 102 |\n| Chrome | 106 |\n| iOS | 12.1 |\n| iOS | 13 |\n| iOS | 14 |\n| Android | 11 |\n| Edge | 85 |\n| Edge | 106 |\n| Safari | 16.0 |\n| 360Browser | 7.5 |\n| QQBrowser | 11.1 |\n\n## Contribution\n\nIf you have any ideas or suggestions, please feel free to submit a pull request. We appreciate any contributions.\n\n## Contact\n\nIf you have any questions or suggestions, please feel free to contact us.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLyleMi%2Fja3proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLyleMi%2Fja3proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLyleMi%2Fja3proxy/lists"}