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

Introduce sessions #112

Closed execveat closed 8 months ago

execveat commented 1 year ago

Introduce a session concept. A session should be associated with the particular scan result and the headers used during that scan. Session names should be predictable and easy to handle - this needs a bit of brainstorming. Tools proxying their traffic through Burp (including embedded tools such as GraphiQL) could use session by adding a special header X-InQL-Session: session-name, which would have the following impact:

lokiuox commented 8 months ago

Implemented in 777b339b4b18dfb1a798aaaeb1d2a464ec20c5e0