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

Handle subscriptions #73

Open execveat opened 1 year ago

execveat commented 1 year ago

Right now GraphQL subscriptions are not handled at all. They are defined in: https://spec.graphql.org/draft/#sec-Subscription and we should find a way to parse & present them.