Results 32 comments of Josh Bery

It is "Stop" by the way. The only way to start anything is either in the API start/stop tab, or the scan start/stop tab.

I feel your pain, but I haven't had time to update the layout to work for low and hi-res monitors (I have a high res monitor and just change the...

@glira did you ever figure this out? I can compile it but can't get the x64bit version to work with any payload.

You are trying to run a proxy on the same port as you are running sqlmapapi. That won't work, you can't have Burp listen on the same ports as sqlmapapi...

interestingly it actually looks like it really is running since the logs show it starting up. have you run netstat to see if anything is listening on port 9090? the...

FYI, you can still use the extension without starting the API from within the extension. It looks like starting from the command line works, so you would just manually set...

I don't have Windows 11, but I am using Python 2.7.18, with Burp Pro v2022.8.5, and starting it from Windows 10 using those versions works fine. I can't reproduce this...

What version of Java are you using? Unfortunately, the extension was written in Python so it relies on Jython. Last I checked, Jython requires Java 1.7 or 1.8 (not the...

Actually, it does appear to work with newer versions. I had a VM that I didn't realize was using jdk-11.0.7 and it works on that version. I don't think that...

The connecting directly is curious as the extension doesn't require that sqlmapapi be started by the extension. Using the right IP/port should be fine. It definitely will not work with...