GithubHelp home page GithubHelp logo

Not Catching HTTP Methods about autorize HOT 11 CLOSED

quitten avatar quitten commented on May 24, 2024
Not Catching HTTP Methods

from autorize.

Comments (11)

LegendBegins avatar LegendBegins commented on May 24, 2024 2

That was the problem. I noticed that the boxes were hidden on my end until I expanded the right pane, so I must have missed them entirely.

Thanks for helping me resolve this!

from autorize.

Quitten avatar Quitten commented on May 24, 2024

Thanks for the great feedback :)

image
It works perfectly fine for me, can you please check it again? are you working on the latest version?

from autorize.

LegendBegins avatar LegendBegins commented on May 24, 2024

Running through the same endpoints, it's catching PATCH now, but still missing DELETE. I'm not sure what's causing the inconsistency. To my knowledge, I'm on the latest version (1.4).

from autorize.

Quitten avatar Quitten commented on May 24, 2024

@LegendBegins - please provide steps to reproduce, it is all working properly for me on latest version, no other users reported this.

from autorize.

LegendBegins avatar LegendBegins commented on May 24, 2024

The endpoint I'm testing against isn't public, but I'll leave screenshots of the difference I'm seeing between Proxy and Autorize in a request block. The page itself is a DELETE request triggered whenever you click a button to remove a resource. But if I'm the only person experiencing this problem, it's probably something local to my system.

image
image

Feel free to close the issue. Again, I appreciate how much time your tool saves.

from autorize.

jpginc avatar jpginc commented on May 24, 2024

from autorize.

LegendBegins avatar LegendBegins commented on May 24, 2024

Is there any error messages in the output window in the output or errors tabs (go to extender -> extensions select autorize from the loaded extension list)

On Tue, 26 Jan 2021 at 12:00 pm Legend @.***> wrote: The endpoint I'm testing against isn't public, but I'll leave screenshots of the difference I'm seeing between Proxy and Autorize in a request block. The page itself is a DELETE request triggered whenever you click a button to remove a resource. But if I'm the only person experiencing this problem, it's probably something local to my system. [image: image] https://user-images.githubusercontent.com/10779959/105876330-7d93d080-5fc4-11eb-8091-3d3b3579d6d4.png [image: image] https://user-images.githubusercontent.com/10779959/105876951-0f034280-5fc5-11eb-9ea4-ff265513947a.png Feel free to close the issue. Again, I appreciate how much time your tool saves. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#63 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUSM6CWIULQGZADJGJILYLS33YL7ANCNFSM4WPFDBIA .

There are a few of them.

at java.base/java.lang.Thread.run(Thread.java:832) Traceback (most recent call last): File "C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\gui\tabs.py", line 221, in getResponse return self._extender._currentlyDisplayedItem.getResponse() AttributeError: 'MessageEditor' object has no attribute '_extender' Traceback (most recent call last): File "C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\gui\tabs.py", line 221, in getResponse return self._extender._currentlyDisplayedItem.getResponse() AttributeError: 'MessageEditor' object has no attribute '_extender' Traceback (most recent call last): File "C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\gui\tabs.py", line 221, in getResponse return self._extender._currentlyDisplayedItem.getResponse() AttributeError: 'MessageEditor' object has no attribute '_extender' Traceback (most recent call last): File "C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\gui\tabs.py", line 218, in getRequest return self._extender._currentlyDisplayedItem.getRequest() AttributeError: 'MessageEditor' object has no attribute '_extender' Traceback (most recent call last): File "C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\gui\tabs.py", line 221, in getResponse return self._extender._currentlyDisplayedItem.getResponse() AttributeError: 'MessageEditor' object has no attribute '_extender' Traceback (most recent call last): File "C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\gui\tabs.py", line 218, in getRequest return self._extender._currentlyDisplayedItem.getRequest() AttributeError: 'MessageEditor' object has no attribute '_extender' Traceback (most recent call last): File "C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\gui\tabs.py", line 218, in getRequest return self._extender._currentlyDisplayedItem.getRequest() AttributeError: 'MessageEditor' object has no attribute '_extender' Traceback (most recent call last): File "C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\gui\tabs.py", line 218, in getRequest return self._extender._currentlyDisplayedItem.getRequest() AttributeError: 'MessageEditor' object has no attribute '_extender' Traceback (most recent call last): File "C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\gui\tabs.py", line 221, in getResponse return self._extender._currentlyDisplayedItem.getResponse() AttributeError: 'MessageEditor' object has no attribute '_extender' Traceback (most recent call last): File "C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\gui\tabs.py", line 221, in getResponse return self._extender._currentlyDisplayedItem.getResponse() AttributeError: 'MessageEditor' object has no attribute '_extender' java.lang.NullPointerException: Response cannot be null at burp.ap3.analyzeResponse(Unknown Source) at burp.cg7.analyzeResponse(Unknown Source) at jdk.internal.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:190) at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:208) at org.python.core.PyObject.__call__(PyObject.java:477) at org.python.core.PyObject.__call__(PyObject.java:481) at org.python.core.PyMethod.__call__(PyMethod.java:141) at authorization.authorization$py.checkAuthorization$12(C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\authorization\authorization.py:289) at authorization.authorization$py.call_function(C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\authorization\authorization.py) at org.python.core.PyTableCode.call(PyTableCode.java:173) at org.python.core.PyBaseCode.call(PyBaseCode.java:187) at org.python.core.PyFunction.__call__(PyFunction.java:449) at authorization.authorization$py.handle_message$8(C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\authorization\authorization.py:128) at authorization.authorization$py.call_function(C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\authorization\authorization.py) at org.python.core.PyTableCode.call(PyTableCode.java:173) at org.python.core.PyBaseCode.call(PyBaseCode.java:187) at org.python.core.PyFunction.__call__(PyFunction.java:449) at org.python.pycode._pyx4.processHttpMessage$3(C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\Autorize.py:37) at org.python.pycode._pyx4.call_function(C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\Autorize.py) at org.python.core.PyTableCode.call(PyTableCode.java:173) at org.python.core.PyBaseCode.call(PyBaseCode.java:306) at org.python.core.PyBaseCode.call(PyBaseCode.java:197) at org.python.core.PyFunction.__call__(PyFunction.java:485) at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:237) at org.python.core.PyMethod.__call__(PyMethod.java:228) at org.python.core.PyMethod.__call__(PyMethod.java:218) at org.python.core.PyMethod.__call__(PyMethod.java:213) at org.python.core.PyObject._jcallexc(PyObject.java:3565) at org.python.core.PyObject._jcall(PyObject.java:3598) at org.python.proxies.__main__$BurpExtender$19.processHttpMessage(Unknown Source) at burp.bka.run(Unknown Source) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) at java.base/java.lang.Thread.run(Thread.java:832) java.lang.NullPointerException: Response cannot be null at burp.ap3.analyzeResponse(Unknown Source) at burp.cg7.analyzeResponse(Unknown Source) at jdk.internal.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:190) at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:208) at org.python.core.PyObject.__call__(PyObject.java:477) at org.python.core.PyObject.__call__(PyObject.java:481) at org.python.core.PyMethod.__call__(PyMethod.java:141) at authorization.authorization$py.checkAuthorization$12(C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\authorization\authorization.py:289) at authorization.authorization$py.call_function(C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\authorization\authorization.py) at org.python.core.PyTableCode.call(PyTableCode.java:173) at org.python.core.PyBaseCode.call(PyBaseCode.java:187) at org.python.core.PyFunction.__call__(PyFunction.java:449) at authorization.authorization$py.handle_message$8(C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\authorization\authorization.py:128) at authorization.authorization$py.call_function(C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\authorization\authorization.py) at org.python.core.PyTableCode.call(PyTableCode.java:173) at org.python.core.PyBaseCode.call(PyBaseCode.java:187) at org.python.core.PyFunction.__call__(PyFunction.java:449) at org.python.pycode._pyx4.processHttpMessage$3(C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\Autorize.py:37) at org.python.pycode._pyx4.call_function(C:\Users\Legend\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\Autorize.py) at org.python.core.PyTableCode.call(PyTableCode.java:173) at org.python.core.PyBaseCode.call(PyBaseCode.java:306) at org.python.core.PyBaseCode.call(PyBaseCode.java:197) at org.python.core.PyFunction.__call__(PyFunction.java:485) at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:237) at org.python.core.PyMethod.__call__(PyMethod.java:228) at org.python.core.PyMethod.__call__(PyMethod.java:218) at org.python.core.PyMethod.__call__(PyMethod.java:213) at org.python.core.PyObject._jcallexc(PyObject.java:3565) at org.python.core.PyObject._jcall(PyObject.java:3598) at org.python.proxies.__main__$BurpExtender$19.processHttpMessage(Unknown Source) at burp.bka.run(Unknown Source) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) at java.base/java.lang.Thread.run(Thread.java:832)

from autorize.

Quitten avatar Quitten commented on May 24, 2024

@LegendBegins - I just merged @jpginc PR that should resolve the errors you sent above, can you please pull the latest version and let us know if it is fixed?

from autorize.

LegendBegins avatar LegendBegins commented on May 24, 2024

@Quitten Thanks for looking into this for me. After updating, the errors are no longer being generated, but I'm still not seeing DELETE requests. It may be something specific to my system.

from autorize.

jpginc avatar jpginc commented on May 24, 2024

can you post an anonymize a missing request and response here. Have you tried un-checking the "ignore 304/204 status code responses" option?

from autorize.

Quitten avatar Quitten commented on May 24, 2024

Happy the issue has been resolved :) Enjoy!
Closed.

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.