{"id":21509557,"url":"https://github.com/4444tensei/endpointjoiner","last_synced_at":"2025-09-13T14:09:30.970Z","repository":{"id":256456877,"uuid":"855378394","full_name":"4444TENSEI/EndpointJoiner","owner":"4444TENSEI","description":"通过自定义关键词，模拟生成一切可能存在的接口端点，并进行HTTP端点爆破（测试工具）","archived":false,"fork":false,"pushed_at":"2024-10-18T15:42:02.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T01:09:25.840Z","etag":null,"topics":["brute-force","endpoint-testing","go","penetration-testing","security"],"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/4444TENSEI.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":"2024-09-10T19:10:29.000Z","updated_at":"2024-11-10T18:05:31.000Z","dependencies_parsed_at":"2024-09-10T21:05:28.946Z","dependency_job_id":"baf41586-0bff-4305-888f-0d522cb4c29d","html_url":"https://github.com/4444TENSEI/EndpointJoiner","commit_stats":null,"previous_names":["4444tensei/endpointjoiner"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4444TENSEI%2FEndpointJoiner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4444TENSEI%2FEndpointJoiner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4444TENSEI%2FEndpointJoiner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4444TENSEI%2FEndpointJoiner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4444TENSEI","download_url":"https://codeload.github.com/4444TENSEI/EndpointJoiner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244056425,"owners_count":20390719,"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":["brute-force","endpoint-testing","go","penetration-testing","security"],"created_at":"2024-11-23T21:28:34.375Z","updated_at":"2025-03-17T15:15:29.617Z","avatar_url":"https://github.com/4444TENSEI.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://testingcf.jsdelivr.net/gh/4444TENSEI/CDN/img/avatar/AngelDog/AngelDog-rounded.png\" alt=\"Logo\"\n    width=\"200\" height=\"200\"/\u003e\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eEndpointJoiner\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003eHTTP端点爆破(测试工具)\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Go-00ADD8?style=for-the-badge\u0026logo=go\u0026logoColor=white\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/json-5E5C5C?style=for-the-badge\u0026logo=json\u0026logoColor=white\" /\u003e\n\u003c/p\u003e\n\n\n\u003cbr/\u003e\n\n\n\n\u003chr/\u003e\n\n# 部署\n\n### 拉取项目\n\n```\ngit clone https://github.com/4444TENSEI/EndpointJoiner\n```\n\n### 启动\n\n```\ngo run main.go\n```\n\n\n\n\u003chr/\u003e\n\n# 修改配置文件\n\n### `config.json`示例:\n\n```json\n{\n    \"constituentWord\": [\n        \"song\",\n        \"songs\",\n        \"rank\",\n        \"user\"\n    ],\n    \"endWord\": [\n        \"/\",\n        \"/666666\",\n        \"/rank?id=666666\"\n    ],\n    \"mutexGroups\": {\n        \"song\": [\n            \"songs\"\n        ]\n    },\n    \"baseDomains\": [\n        \"https://xxx.xxx.com/api\",\n        \"https://xxx.xxx.com/api/v1\",\n        \"https://xxx.xxx.com/api/v6\"\n    ],\n    \"concurrency\": 1000\n}\n```\n\n# 参数说明\n\n|       参数       | 值                                                           |\n| :--------------: | :----------------------------------------------------------- |\n|      constituentWord      | `字符串`，多个随机值，生成时自动算出所有可能的组合顺序 |\n|   endWord   | `字符串`，必定生成在尾部的自定义部分 |\n| mutexGroups | `键值对`，定义冲突词，键名与值不会同时出现在最后生成的随机端点中。 |\n|     baseDomains     | `字符串`，根域名，尾部不要带``/``斜杠 |\n| concurrency | `数值`，并发数，越大越快 |\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4444tensei%2Fendpointjoiner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4444tensei%2Fendpointjoiner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4444tensei%2Fendpointjoiner/lists"}