GithubHelp home page GithubHelp logo

Extensions should not make HTTP requests in the Swing event dispatch thread on burp 1.6.17 when send request to autorize about autorize HOT 5 CLOSED

quitten avatar quitten commented on June 6, 2024
Extensions should not make HTTP requests in the Swing event dispatch thread on burp 1.6.17 when send request to autorize

from autorize.

Comments (5)

johnniesong avatar johnniesong commented on June 6, 2024

I check api documents of makeHttpRequest(), the third parameter should be str(requestURL.getProtocol())?

return self._callbacks.makeHttpRequest(self._helpers.buildHttpService(str(requestURL.getHost()), int(requestURL.getPort()), requestURL.getProtocol() == "https"), message)

from autorize.

johnniesong avatar johnniesong commented on June 6, 2024

I have up-to-date file but get same error.

java.lang.RuntimeException: java.lang.RuntimeException: Extensions should not make HTTP requests in the Swing event dispatch thread
at burp.my.a(Unknown Source)
at burp.tyg.makeHttpRequest(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.python.core.PyReflectedFunction.call(PyReflectedFunction.java:186)
at org.python.core.PyReflectedFunction.call(PyReflectedFunction.java:204)
at org.python.core.PyObject.call(PyObject.java:496)
at org.python.core.PyObject.call(PyObject.java:500)
at org.python.core.PyMethod.call(PyMethod.java:156)
at org.python.pycode.pyx1.makeRequest$27(D:\Project\burp extension\Autorize1.py:539)
at org.python.pycode.pyx1.call_function(D:\Project\burp extension\Autorize1.py)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
at org.python.core.PyBaseCode.call(PyBaseCode.java:170)
at org.python.core.PyFunction.call(PyFunction.java:434)
at org.python.core.PyMethod.call(PyMethod.java:156)
at org.python.pycode.pyx1.checkAuthorization$29(D:\Project\burp extension\Autorize1.py:591)
at org.python.pycode.pyx1.call_function(D:\Project\burp extension\Autorize1.py)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
at org.python.core.PyBaseCode.call(PyBaseCode.java:170)
at org.python.core.PyFunction.call(PyFunction.java:434)
at org.python.core.PyMethod.call(PyMethod.java:156)
at org.python.pycode.pyx1.actionPerformed$49(D:\Project\burp extension\Autorize1.py:693)
at org.python.pycode.pyx1.call_function(D:\Project\burp extension\Autorize1.py)

from autorize.

federicodotta avatar federicodotta commented on June 6, 2024

Fixed with commit 355e58d

from autorize.

Quitten avatar Quitten commented on June 6, 2024

Jhon, can you verify it? It is impossible for me to do so right now.

from autorize.

johnniesong avatar johnniesong commented on June 6, 2024

The bug is fix, thank you.

from autorize.

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.