Documentation
README
GraphQL Vulnerability Testing
Objective
Exploit GraphQL-specific vulnerabilities including schema exposure, query complexity abuse, and authorization bypass.
Testing Methodology
Phase 1: Automated Testing
# Full GraphQL test suite
attack_script graphql_tester "https://TARGET/graphql" \
-H "Authorization:Bearer TOKEN" \
--json-output
# Custom depth/batch
attack_script graphql_tester "https://TARGET/graphql" \
--depth 15 --batch-count 100
Phase 2: Introspection Query
This is the opening of the README. Read the full README on GitHub.