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

Burp Suite User Forum

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

SUPPORT CENTRE DISCORD

Create new post

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)

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.