Skip to content

Commit

Permalink
README.md: new jython exec guide
Browse files Browse the repository at this point in the history
Jython is broken on HTTP/2 requests.
Specify a new workaround for running inql from command line.
  • Loading branch information
thypon committed Jun 15, 2021
1 parent 9c924e9 commit a46d4ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -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.
Expand Down

0 comments on commit a46d4ef

Please sign in to comment.