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.51k stars 156 forks source link

Embed GraphiQL #111

Closed execveat closed 8 months ago

execveat commented 1 year ago

Embed GraphiQL editor. It should be served from http://inql/graphiql address which should be transparently intercepted by InQL. GraphiQL itself only needs to add a session header, but otherwise it should function as is (meaning the target address should be the real server's address).

ojensen5115 commented 11 months ago

This is the most important gap for me, and what I miss most acutely from 4.x. The Repeater tab is cool and all, but having the built-in autocompletion / schema magic of having a local GraphiQL that just appears whenever you need it is, to me, the 🎉-feature of this extension.

execveat commented 11 months ago

Thanks for the feedback! I'll start working on the next release soon and we should have GraphiQL & Co back by October, so stay tuned.

lokiuox commented 8 months ago

This feature is now complete in the dev branch