The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

autorize -issue

olek | Last updated: Oct 21, 2024 09:16PM UTC

Hi Team I would like ask about some issue .The authorize extension do not want works in Burp .Any help. https://github.com/portswigger/autorize Traceback (most recent call last): File "C:\Users\John\Downloads\programy\autorize-master\autorize-master\Autorize.py", line 5, in <module> from authorization.authorization import handle_message File

Michelle, PortSwigger Agent | Last updated: Oct 22, 2024 09:08AM UTC

Hi I have been able to successfully load the Autorize extension from the BApp Store into Burp. Which version of Burp are you using? If you're using Burp Suite Professional, do you see the same errors if you try and load the extension into Burp Suite Community?

olek | Last updated: Oct 22, 2024 09:24AM UTC

I use community 2024.6.6 .I try manually but I can not .

olek | Last updated: Oct 22, 2024 09:26AM UTC

Traceback (most recent call last): File "C:\Users\John\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\Autorize.py", line 5, in <module> from authorization.authorization import handle_message File "C:\Users\John\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\authorization\authorization.py", line 9, in <module> sys.setdefaultencoding('utf8') LookupError: no codec search functions registered: can't find encoding 'utf8' at org.python.core.codecs$CodecState.lookup(codecs.java:1701) at org.python.core.codecs$CodecState.setDefaultEncoding(codecs.java:1675) at org.python.core.codecs.setDefaultEncoding(codecs.java:42) at org.python.core.PySystemState.setdefaultencoding(PySystemState.java:526) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)

Michelle, PortSwigger Agent | Last updated: Oct 22, 2024 02:29PM UTC

Hi Are you using the version of this extension from the BApp Store? At which stage do you see the error, do you see this as you install the BApp or as you are using it?

olek | Last updated: Oct 22, 2024 03:53PM UTC

I go to Manage Global settings next to python environment put C:\Program Files\jython2.7.3\jython.jar Next install from BApp Store also manually and not works .I receive error . I install again burp .But situation is the same .

olek | Last updated: Oct 22, 2024 03:53PM UTC

Traceback (most recent call last): File "C:\Users\John\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\Autorize.py", line 5, in <module> from authorization.authorization import handle_message File "C:\Users\John\AppData\Roaming\BurpSuite\bapps\f9bbac8c4acf4aefa4d7dc92a991af2f\authorization\authorization.py", line 9, in <module> sys.setdefaultencoding('utf8') LookupError: no codec search functions registered: can't find encoding 'utf8' at org.python.core.codecs$CodecState.lookup(codecs.java:1701) at org.python.core.codecs$CodecState.setDefaultEncoding(codecs.java:1675) at org.python.core.codecs.setDefaultEncoding(codecs.java:42) at org.python.core.PySystemState.setdefaultencoding(PySystemState.java:526) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) 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.f$0(C:/Users/John/AppData/Roaming/BurpSuite/bapps/f9bbac8c4acf4aefa4d7dc92a991af2f/authorization/authorization.py:329) at authorization.authorization$py.call_function(C:/Users/John/AppData/Roaming/BurpSuite/bapps/f9bbac8c4acf4aefa4d7dc92a991af2f/authorization/authorization.py) at org.python.core.PyTableCode.call(PyTableCode.java:173) at org.python.core.PyCode.call(PyCode.java:18) at org.python.core.imp.createFromCode(imp.java:632) at org.python.core.imp.createFromPyClass(imp.java:314) at org.python.core.imp.createFromPyClass(imp.java:257) at org.python.core.imp.loadFromSource(imp.java:931) at org.python.core.imp.find_module(imp.java:771) at org.python.core.PyModule.findSubModule(PyModule.java:140) at org.python.core.PyModule.impAttr(PyModule.java:107) at org.python.core.imp.import_next(imp.java:1163) at org.python.core.imp.import_logic(imp.java:1280) at org.python.core.imp.import_module_level(imp.java:1371) at org.python.core.imp.importName(imp.java:1544) at org.python.core.ImportFunction.__call__(__builtin__.java:1285) at org.python.core.PyObject.__call__(PyObject.java:433) at org.python.core.__builtin__.__import__(__builtin__.java:1232) at org.python.core.imp.importFromAs(imp.java:1636) at org.python.core.imp.importFrom(imp.java:1611) at org.python.pycode._pyx4.f$0(C:/Users/John/AppData/Roaming/BurpSuite/bapps/f9bbac8c4acf4aefa4d7dc92a991af2f/Autorize.py:9) at org.python.pycode._pyx4.call_function(C:/Users/John/AppData/Roaming/BurpSuite/bapps/f9bbac8c4acf4aefa4d7dc92a991af2f/Autorize.py) at org.python.core.PyTableCode.call(PyTableCode.java:173) at org.python.core.PyCode.call(PyCode.java:18) at org.python.core.Py.runCode(Py.java:1703) at org.python.core.__builtin__.execfile_flags(__builtin__.java:535) at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:287) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at burp.Zebc.Zu(Unknown Source) at burp.Zelf.Z_(Unknown Source) at burp.Zd45.Zd(Unknown Source) at burp.Zctl.lambda$panelLoaded$0(Unknown Source) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1583)

Michelle, PortSwigger Agent | Last updated: Oct 23, 2024 10:44AM UTC

Hi Is the error appearing at the point where you install the BApp from the BApp store or after it is installed and you try to use the BApp? Are you using the Jython standalone JAR file? Which version of the Jython standalone JAR file are you using (e.g. jython-standalone-2.7.4.jar or jython-standalone-2.7.3.jar)?

olek | Last updated: Oct 23, 2024 12:23PM UTC

1. This error is after .I try start it but not works . 2 .I use jython2.7.3 look screenshot https://ibb.co/hdc53Pw https://ibb.co/QK3rHY6

olek | Last updated: Oct 23, 2024 12:51PM UTC

Works the issue was with localization .I insert is in wrong place in C:\Program Files where probably burp do not have access . Also are 2 version .I point stalone and works jython-installer-2.7.4 jython-standalone-2.7.4 Sorry form my not smart think . I would like said forum an your Team help my e lot by this years I really regret that you are closing this forum The Burp Suite User Forum will be discontinued on the 1st November 2024. Discord this is crap .It is very difficult to communicate there and it is badly built. It is inconvenient to communicate. I am very sorry that you are closing this forum.

Michelle, PortSwigger Agent | Last updated: Oct 24, 2024 01:52PM UTC