-
Notifications
You must be signed in to change notification settings - Fork 158
/
BappDescription.html
22 lines (17 loc) · 1.51 KB
/
BappDescription.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<p>This Burp extension is designed to assist in your GraphQL security testing efforts.</p>
<p>The main tool provided by InQL v5.0 is a customizable scanner to analyze a GraphQL endpoint or a local
introspection schema file. It generates all possible queries and mutations, presenting them in an organized view
for thorough analysis. Scanner results can be sent to Burp's Repeater or Intruder tools for further testing.</p>
<p>Here are some other features that make InQL v5.0 an indispensable tool for your auditing needs:</p>
<ul>
<li>Points of interest analysis for identification of PII, authentication, authorization, and other sensitive data in GraphQL schema.</li>
<li>The new Attacker component for batch GraphQL attacks, handy for testing rate limit bypasses and DoS vectors.</li>
<li>Identification of GraphQL endpoints and development console such as GraphiQL, GraphQL Playground, etc.</li>
<li>Integration of a custom GraphQL tab in Burp's native HTTP message editor, visualizing GraphQL payload.</li>
<li>Configuration of the tool via a custom settings tab for more precise control.</li>
</ul>
<p>InQL v5.0 introduces GQLSpection, a powerful successor to the standalone and CLI modes found in previous versions.
<a href="https://github.com/doyensec/gqlspection">GQLSpection</a> is a versatile CLI tool and a Python 2/3/Jython
compatible library that sends introspection queries, parses results, generates queries and runs Points of Interest
scans in a headless mode.</p>
<p>Happy testing and stay tuned for more updates!</p>