{"id":25911401,"url":"https://github.com/copyleftdev/graphqlfuzz","last_synced_at":"2025-10-07T05:04:35.245Z","repository":{"id":214835333,"uuid":"737478672","full_name":"copyleftdev/graphqlfuzz","owner":"copyleftdev","description":"a simple go graphql fuzzing cli ","archived":false,"fork":false,"pushed_at":"2023-12-31T07:25:56.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-18T13:25:53.516Z","etag":null,"topics":["fuzzing","graphql","security","security-tools"],"latest_commit_sha":null,"homepage":"","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/copyleftdev.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2023-12-31T07:21:40.000Z","updated_at":"2024-06-22T15:51:44.000Z","dependencies_parsed_at":"2023-12-31T08:24:53.905Z","dependency_job_id":"c126f7c4-319e-4711-85e8-9ba0af7b2c4b","html_url":"https://github.com/copyleftdev/graphqlfuzz","commit_stats":null,"previous_names":["copyleftdev/graphqlfuzz"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copyleftdev%2Fgraphqlfuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copyleftdev%2Fgraphqlfuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copyleftdev%2Fgraphqlfuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copyleftdev%2Fgraphqlfuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/copyleftdev","download_url":"https://codeload.github.com/copyleftdev/graphqlfuzz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241637276,"owners_count":19994946,"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":["fuzzing","graphql","security","security-tools"],"created_at":"2025-03-03T09:17:24.849Z","updated_at":"2025-10-07T05:04:30.209Z","avatar_url":"https://github.com/copyleftdev.png","language":"Go","readme":"# GraphQL Fuzzing Tool\n\nThe GraphQL Fuzzing Tool is a command-line utility for testing and fuzzing GraphQL endpoints. It allows you to generate a variety of GraphQL queries with fuzzed input to test the robustness of your GraphQL server. This tool can be used to identify potential vulnerabilities and issues in your GraphQL API.\n\n## Features\n\n- Fuzz GraphQL queries with various input data.\n- Test different query types, including mutations and queries.\n- Specify a GraphQL schema in JSON format.\n- Optional wordlist support for custom fuzzing input.\n- Detailed response logging for analysis.\n\n## Usage\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/copyleftdev/graphqlfuzz.git\n   cd graphqlfuzz\n   ```\n\n2. Build the tool:\n\n   ```bash\n   go build\n   ```\n\n3. Run the tool with the following command:\n\n   ```bash\n   ./graphqlfuzz -endpoint \u003cGraphQL endpoint URL\u003e -gqlfile \u003cPath to GraphQL schema in JSON format\u003e -wordlist \u003cPath to wordlist file (optional)\u003e\n   ```\n\n   Replace `\u003cGraphQL endpoint URL\u003e` with the URL of your GraphQL endpoint, `\u003cPath to GraphQL schema in JSON format\u003e` with the path to your GraphQL schema file in JSON format, and `\u003cPath to wordlist file\u003e` with the path to an optional wordlist file for custom fuzzing input.\n\n## Example\n\n```bash\n./graphqlfuzz -endpoint http://localhost:8080/graphql -gqlfile schema.json -wordlist wordlist.txt\n```\n\n## Dependencies\n\n- Go (Golang)\n- External dependencies are managed using Go Modules.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopyleftdev%2Fgraphqlfuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcopyleftdev%2Fgraphqlfuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopyleftdev%2Fgraphqlfuzz/lists"}