{"id":16217258,"url":"https://github.com/synodriver/tlsproxy","last_synced_at":"2025-03-19T10:30:42.645Z","repository":{"id":165219757,"uuid":"640530399","full_name":"synodriver/tlsproxy","owner":"synodriver","description":"inspired by splash, it proxy requests with custom fingerprints","archived":false,"fork":false,"pushed_at":"2023-09-16T17:05:42.000Z","size":29,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T17:56:41.724Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/synodriver.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-14T12:01:32.000Z","updated_at":"2025-01-02T09:45:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"b543c062-dce5-4141-93c7-e8116b46029c","html_url":"https://github.com/synodriver/tlsproxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synodriver%2Ftlsproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synodriver%2Ftlsproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synodriver%2Ftlsproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synodriver%2Ftlsproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/synodriver","download_url":"https://codeload.github.com/synodriver/tlsproxy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243982182,"owners_count":20378605,"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","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":[],"created_at":"2024-10-10T11:26:19.496Z","updated_at":"2025-03-19T10:30:42.315Z","avatar_url":"https://github.com/synodriver.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tlsproxy\n\n### 一次完整的请求\n```bash\nPOST http://127.0.0.1:8080/request\n\n{\n  \"method\": \"GET\",\n  \"url\": \"https://httpbin.org/get\",\n  \"header_order\": [\"user-agent\",\n        \"path\",\n        \"accept-language\",\n        \"scheme\",\n        \"connection\",\n        \"accept-encoding\",\n        \"content-length\",\n        \"host\",\n        \"accept\"],\n  \"pheader_order\": [\":method\",\n\t\t\t\":path\",\n\t\t\t\":authority\",\n\t\t\t\":scheme\"],\n  \"headers\": {\"key\": \"v\"},\n  \"body\": \"hex编码\",\n  \"proxy\": \"http://xxx\"\n  \"timeout\": 10,\n  \"allow_redirects\": true,\n  \"verify\": false,\n  \"cert\": [key, cert, rootca],\n  \"ja3\": \"xxxx\",\n  \"force_http1\": false,\n  \"supported_signature_algorithms\": [\"ECDSAWithP256AndSHA256\",\n\t\t\t\"ECDSAWithP384AndSHA384\",\n\t\t\t\"ECDSAWithP521AndSHA512\",\n\t\t\t\"PSSWithSHA256\",\n\t\t\t\"PSSWithSHA384\",\n\t\t\t\"PSSWithSHA512\",\n\t\t\t\"PKCS1WithSHA256\",\n\t\t\t\"PKCS1WithSHA384\",\n\t\t\t\"PKCS1WithSHA512\",\n\t\t\t\"ECDSAWithSHA1\",\n\t\t\t\"PKCS1WithSHA1\"],\n  \"cert_compression_algo\": [\"brotli\"],\n  \"record_size_limit\": 4001,\n  \"delegated_credentials\": [\"ECDSAWithP256AndSHA256\",\n\t\t\t\"ECDSAWithP384AndSHA384\",\n\t\t\t\"ECDSAWithP521AndSHA512\",\n\t\t\t\"ECDSAWithSHA1\"],\n  \"supported_versions\": [\"1.3\",\n\t\t\t\"1.2\"],\n  \"pskkey_exchange_modes\": [\"PskModeDHE\"],\n  \"signature_algorithms_cert\": [\"PKCS1WithSHA256\"],\n  \"key_share_curves\": [\"X25519\",\n\t\t\t\"P256\"],\n  \"h2settings\": {\"HEADER_TABLE_SIZE\": 65536,\n                 \"INITIAL_WINDOW_SIZE\": 131072,\n                  \"MAX_FRAME_SIZE\":      16384},\n  \"h2settings_order\": [\"HEADER_TABLE_SIZE\",\n\t\t\t\"INITIAL_WINDOW_SIZE\",\n\t\t\t\"MAX_FRAME_SIZE\"],\n  \"h2connectionflow\": 12517377,\n  \"h2headerpriority\": {\"weight\":    42,\n\t\t\t\"streamDep\": 13,\n\t\t\t\"exclusive\": false,},\n  \"h2priorityframes\": [{\n\t\t\t\t\"streamID\": 3,\n\t\t\t\t\"priorityParam\": {\n\t\t\t\t\t\"weight\":    201,\n\t\t\t\t\t\"streamDep\": 0,\n\t\t\t\t\t\"exclusive\": false,\n\t\t\t\t},\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"streamID\": 5,\n\t\t\t\t\"priorityParam\": {\n\t\t\t\t\t\"weight\":    101,\n\t\t\t\t\t\"streamDep\": 0,\n\t\t\t\t\t\"exclusive\": false,\n\t\t\t\t},\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"streamID\": 7,\n\t\t\t\t\"priorityParam\": {\n\t\t\t\t\t\"weight\":    1,\n\t\t\t\t\t\"streamDep\": 0,\n\t\t\t\t\t\"exclusive\": false,\n\t\t\t\t},\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"streamID\": 9,\n\t\t\t\t\"priorityParam\": {\n\t\t\t\t\t\"weight\":    1,\n\t\t\t\t\t\"streamDep\": 7,\n\t\t\t\t\t\"exclusive\": false,\n\t\t\t\t},\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"streamID\": 11,\n\t\t\t\t\"priorityParam\": {\n\t\t\t\t\t\"weight\":    1,\n\t\t\t\t\t\"streamDep\": 3,\n\t\t\t\t\t\"exclusive\": false,\n\t\t\t\t},\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"streamID\": 13,\n\t\t\t\t\"priorityParam\": {\n\t\t\t\t\t\"weight\":    241,\n\t\t\t\t\t\"streamDep\": 0,\n\t\t\t\t\t\"exclusive\": false,\n\t\t\t\t},\n\t\t\t}]\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynodriver%2Ftlsproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynodriver%2Ftlsproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynodriver%2Ftlsproxy/lists"}