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

Auto-populate input arguments #113

Open execveat opened 1 year ago

execveat commented 1 year ago

Include functionality (perhaps integrated into session framework) to define the input arguments that should be auto-populated. E.g. if the schema has tendency to ask for user_id argument, there should be an option to define this once in settings, so that it gets added to all queries where it's necessary and where users haven't provided it explicitly).