Skip to content

Tags: doyensec/inql

Tags

v5.0.2

Toggle v5.0.2's commit message
Remove internal headers during Repeater -> GraphQL Editor -> InQL Sca…

…nner right-click menu action

v5.0.1

Toggle v5.0.1's commit message
Avoid incorrect assumption that Burp version always has minor release…

… number

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change release date badge to show published_at date

v4.0.7

Toggle v4.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #88 from mathdeziel/fix_pep_440_compliance

Fix setuptools error due to non-compliant version number

v4.0.6

Toggle v4.0.6's commit message
Mark code listings as GraphQL

v4.0.5

Toggle v4.0.5's commit message
inql.burp_ext.generator_tab: disable HTTP/2 if bogus

In some occasion HTTP/1.* were responded with HTTP/2.
This broke any extension creating HTTP/1.* traffic and expecting
HTTP/1.* responses. Since burp 2021.8 this bug has been fixed,
don't disable HTTP/2 on Burp higher than 2021.8.

v4.0.4

Toggle v4.0.4's commit message
inql.actions.browser: fix the Windows file opener

Windows file opener needs path normalization to open the url.
Pass each and every path to File.toURI to create an always valid file URI.

Fixes #40

v4.0.3

Toggle v4.0.3's commit message
inql.burp_ext.generator_tab: flush stdout eagerly

print HTTP/2 is disabled as soon as possible.

v4.0.2

Toggle v4.0.2's commit message
inql.*: stop GraphiQL server on extension unload

- inql.actions.sendto: stop server included in this class
- inql.burp_ext.generator_tab: forward a stop message to the http_mutator
included in the tab
- inql.burp_ext.extender: forward a stop message to the generator_tab on
extension unload

v4.0.1

Toggle v4.0.1's commit message
inql.burp_ext.generator_tab: catch error on missing HTTP/2 options

HTTP/2 options may be not present in older Burp.
Catch that case before it crushes the Burp Extension.