Skip to content

eikehacker1/qlscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

one scan of graphql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages