Giter Club home page Giter Club logo

Comments (5)

codewatchorg avatar codewatchorg commented on July 28, 2024

So if you manually start the API, the extension definitely WILL NOT show that it is running but it will WORK JUST FINE. You just have to manually set the scanner tab to point to the right IP and port.

I just downloaded the latest kali, did an apt update and apt upgrade, used the latest version of Burp and tracked this down.

This appears to be a bug in Jython 2.7.3 - I have been using 2.7.2. When I used the latest Jython (2.7.3) I had the same error but when I used 2.7.2 it worked.

from sqlipy.

Chris1871 avatar Chris1871 commented on July 28, 2024

Thanks for doing all of that troubleshooting. I switched to jython 2.7.2 and still having the issues, this is the output I see. There's nothing in the error logs or other logs from what I can tell, so just posting what I've found

I will try and get a fresh copy of kali and do all the steps you did but in the mean time maybe you see something from this output?

image

from sqlipy.

codewatchorg avatar codewatchorg commented on July 28, 2024

Did you unload/reload the extension with Burp pointing to Jython 2.7.2? If not, I am unsure how to recreate since I just today installed and updated the latest version of Kali (Kali-rolling 2022.4), the latest version of Burp (2022.9.6), the version of the extension in the BApp store (0.8.2), same version of Python (2.7.18), and used Jython 2.7.2 (I'm using the standalone Jython JAR file).

I'm using Burp Pro, but that shouldn't matter since that only changes extension output, not task creation.

The only other difference is Java version. I didn't bother to figure out installing JDK 11, I just went with what Kali had, which is OpenJDK 17.0.5.

from sqlipy.

codewatchorg avatar codewatchorg commented on July 28, 2024

Sounds like you got the API started with the extension, so this is a new problem? I don't see in the above where the API has been started, either way (if started manually) then this would be a whole separate problem.

If you go to the SQLiPy.py file for the extension and add "import traceback" underneath "import os" (around line #60), then add the following before the "print 'SQLMap task creation failed\n'" lines at #1560 and #1563:
print(traceback.format_exc())

It should give errors that will help resolve.

from sqlipy.

Chris1871 avatar Chris1871 commented on July 28, 2024

I just started with a fresh kali install, upgraded it etc just like you did earlier and now it's working. Was able to get the UI to launch the API successfully, thanks for all your help!

image

from sqlipy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.