doyensec / inql

InQL is a robust, open-source Burp Suite extension for advanced GraphQL testing, offering intuitive vulnerability detection, customizable scans, and seamless Burp integration.
https://doyensec.com/
Apache License 2.0
1.52k stars 156 forks source link

Fix loading schema from file in a standalone app #58

Closed execveat closed 1 year ago

execveat commented 1 year ago

Loading schema in a standalone mode didn't work, because InQL was unconditionally setting up a proxy resolver for introspection queries (_http_mutator.set_stub_response).