BurpSuite-Xkeys
BurpSuite-Xkeys copied to clipboard
错误处理
ImportError: Cannot import site module and its dependencies: No module named site Determine if the following attributes are correct:
- sys.path: [G:\激活\Lib, classpath, pyclasspath/] This attribute might be including the wrong directories, such as from CPython
- sys.prefix: G:\激活 This attribute is set by the system property python.home, although it can be often automatically determined by the location of the Jython jar file
You can use the -S option or python.import.site=false to not import the site module
at org.python.core.Py.ImportError(Py.java:334)
at org.python.core.Py.importSiteIfSelected(Py.java:1803)
at org.python.util.PythonInterpreter.<init>(PythonInterpreter.java:116)
at org.python.util.PythonInterpreter.<init>(PythonInterpreter.java:94)
at org.python.util.PythonInterpreter.<init>(PythonInterpreter.java:71)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at burp.fo7.<init>(Unknown Source)
at burp.b91.a(Unknown Source)
at burp.bb1.lambda$panelLoaded$0(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)