cyberneticlibrary

Test GraphQL for security flaws

offensive-graphqlskillsetup L22,144
SnailSploit/Claude-Red
What it does

Exploit GraphQL security misconfigurations

Best for

Bypassing GraphQL authorization when individual resolvers don't check permissions uniformly

Inputs
  • · GraphQL endpoint (URL)
  • · Introspection query or schema
Outputs
  • · Unauthorized field access, auth bypass, or data leak
  • · Exploitation transcript with queries
Requires
  • · GraphQL client (curl, Insomnia, Apollo)
  • · Introspection schema dump
Preconditions
  • · GraphQL endpoint identified
  • · Introspection enabled or schema available
Failure modes
  • · Field-level auth blocks unauthorized access
  • · Query depth limits prevent DoS
  • · Alias cycling limits prevent brute-force
Trust signals
  • · Covers introspection abuse, alias cycling, query complexity DoS
  • · Demonstrates auth bypass chains
  • · Real GraphQL exploitation examples