Categorygithub.com/eikehacker1/qlscan
modulepackage
0.0.0-20231019230227-d01322062ae6
Repository: https://github.com/eikehacker1/qlscan.git
Documentation: pkg.go.dev

# README

qlscan

This script made in "GO" checks some initial series of graqphql APIs. It only performs a basic introspection query for you to begin your exploration.

Example:

'''
{
  __schema {
    types {
      name
      kind
      description
      fields {
        name
      }
    }
  }
}
'''

Example endpoints that may be consulted:

/graphql/v1
/graphql/v2
/graphql
/api/v1
/api
/api/graphql
/graphql/api
/graphql/graphql

These are just examples, you are the one who recognizes the endpoints

INSTALL:

go install -v github.com/eikehacker1/qlscan@50ab7c54e06539e4bf713c409f00019841af9214

USE:

cat urls.txt | qlscan 

OR:

qlscan --url https://exemplo.com/v1 

exemplo

# Structs

No description provided by the author
No description provided by the author
No description provided by the author