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.53k stars 158 forks source link

All installation failed but have to go with pip install #55

Closed A1vinSmith closed 2 years ago

A1vinSmith commented 2 years ago

Describe the bug ModuleNotFoundError: No module named 'inql'

To Reproduce

  1. pip3 install -r requirements.txt no errors
  2. jython install it failed
  3. run standalone cli failed too

Expected behavior I'm little confused tho.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

thypon commented 2 years ago

Hi, standard pip3 will install the modules in the python3 executables directory. Instead it's enough to move in the repo directory, after download and execute 'jython -m inql'

A1vinSmith commented 2 years ago

will try that, thank you!