swisskyrepo / GraphQLmap

GraphQLmap is a scripting engine to interact with a graphql endpoint for pentesting purposes. - Do not use for illegal testing ;)
MIT License
1.37k stars 193 forks source link

[!] Expecting value: line 1 column 1 (char 0) #49

Closed k4amos closed 1 year ago

k4amos commented 1 year ago

image

Tanguy-Boisset commented 1 year ago

The url you are using doesn't look like a GraphQL endpoint. Are you sure it's the right path ? It's most of the time something like http://example.com/graphql

k4amos commented 1 year ago

Thanks a lot @Tanguy-Boisset !