Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

导入burp有报错 #1

Open
littleheary opened this issue Feb 23, 2022 · 3 comments
Open

导入burp有报错 #1

littleheary opened this issue Feb 23, 2022 · 3 comments

Comments

@littleheary
Copy link

java.lang.ExceptionInInitializerError
at org.ctfcracktools.json.PluginsJson.isJson(PluginsJson.kt:70)
at org.ctfcracktools.json.PluginsJson.(PluginsJson.kt:15)
at burp.ui.DecodePanel.(DecodePanel.java:291)
at burp.ui.MainUi.initComponents(MainUi.java:38)
at burp.ui.MainUi.(MainUi.java:21)
at burp.BurpExtender.(BurpExtender.java:15)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
at burp.e60.a(Unknown Source)
at burp.e60.(Unknown Source)
at burp.fi8.a(Unknown Source)
at burp.clg.lambda$panelLoaded$0(Unknown Source)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make field private static final long java.lang.reflect.InaccessibleObjectException.serialVersionUID accessible: module java.base does not "opens java.lang.reflect" to unnamed module @39f6c6ba
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
at java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:178)
at java.base/java.lang.reflect.Field.setAccessible(Field.java:172)
at org.python.core.PyJavaType.init(PyJavaType.java:416)
at org.python.core.PyType.createType(PyType.java:1414)
at org.python.core.PyType.addFromClass(PyType.java:1350)
at org.python.core.PyType.fromClass(PyType.java:1441)
at org.python.core.PyJavaType.wrapJavaObject(PyJavaType.java:89)
at org.python.core.Py.JavaError(Py.java:547)
at org.python.core.Py.JavaError(Py.java:539)
at org.python.core.PyJavaType.init(PyJavaType.java:569)
at org.python.core.PyType.createType(PyType.java:1414)
at org.python.core.PyType.addFromClass(PyType.java:1350)
at org.python.core.PyType.fromClass(PyType.java:1441)
at org.python.core.PyType.fromClass(PyType.java:1425)
at org.python.core.imp.loadBuiltin(imp.java:562)
at org.python.core.imp.find_module(imp.java:518)
at org.python.core.imp.import_next(imp.java:823)
at org.python.core.imp.import_first(imp.java:843)
at org.python.core.imp.load(imp.java:706)
at org.python.core.Py.initClassExceptions(Py.java:837)
at org.python.core.PySystemState.doInitialize(PySystemState.java:1078)
at org.python.core.PySystemState.initialize(PySystemState.java:984)
at org.python.core.PySystemState.initialize(PySystemState.java:940)
at org.python.core.PySystemState.initialize(PySystemState.java:935)
at org.python.util.PythonInterpreter.initialize(PythonInterpreter.java:64)
at burp.fuction.PythonFunc.jythonLoad(PythonFunc.kt:30)
at burp.fuction.PythonFunc.(PythonFunc.kt:16)
at burp.Config.(Config.java:24)
... 20 more

@0Chencc
Copy link
Owner

0Chencc commented Feb 25, 2022

请问这个问题是在什么情况下触发的

@DatangST
Copy link

java.lang.Exception: Extension class is not a recognized type
at burp.qsp.G(Unknown Source)
at burp.qsp.G(Unknown Source)
at burp.ne1.a(Unknown Source)
at burp.q0n.v(Unknown Source)
at burp.qqv.lambda$panelLoaded$0(Unknown Source)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833)
导入burp插件出现问题

@DatangST
Copy link

似乎是java17启动的burp就会这样我也不清楚

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants