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

Minor suggestion for how-to-use guide #53

Open nomardt opened 1 year ago

nomardt commented 1 year ago

Hello! Thanks for wonderful repo! However, I believe that the how-to-use guide is a little misleading. I've changed URL to query : example.com/graphql?query={} to URL to query : https://example.com/graphql?query={} because the tool doesn't seem to work without schema and requests.exceptions.MissingSchema is raised