From a46d4ef0327b753d120108270371cf4c66a91c2e Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 15 Jun 2021 12:56:37 +0200 Subject: [PATCH] README.md: new jython exec guide Jython is broken on HTTP/2 requests. Specify a new workaround for running inql from command line. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34810c0..4e9639c 100644 --- a/README.md +++ b/README.md @@ -109,9 +109,13 @@ interactions such as "Send To Repeater" and automatic authorization header gener To use `inql` stand-alone UI: + Download and Install [Jython](https://www.jython.org/download). Jython can be obtained on macOS through brew `brew install jython` or on Ubuntu derivates through `apt-get install -y jython` -+ Install inql through pip with `jython -m pip install inql` ++ Download inql `git clone https://github.com/doyensec/inql` ++ Change directory to inql with `cd inql` + Start the UI through jython with `jython -m inql` +NDR: At the current stage Jython does not support HTTP/2. Any request to an HTTP/2 server will fail silently. +We advise to use the Burp to bypass this limitation temporarily. + ### Burp GraphQL Query Timer Since version 3.0.0, InQL has an integrated Query Timer.