nikitastupin / clairvoyance

Obtain GraphQL API schema even if the introspection is disabled
Apache License 2.0
960 stars 87 forks source link

JSON Requests are not formulating correctly #59

Open OctaviusRexx opened 1 year ago

OctaviusRexx commented 1 year ago

Most JSON Requests are not formulating correctly when sent. I tried to overcome this using a regex inserting closing brackets and a quote for the incorrect JSON but ultimately it is not consistent and the fix cause errors in other queries. You can see this by sending the tool through a web proxy tool (an added cli option for a proxy would be nice too EDIT: just saw this in a pull request). The tool also errors out very quickly getting rid of all data discovered.

nikitastupin commented 1 year ago

Hey @OctaviusRexx! Could you check this with the latest (2.5.1) version of Clairvoyance and see whether it solved the problem? Thanks!