Burp Extension can't be installed
See original GitHub issueI’ve cloned full repository and build it. All missed packages was downloaded, and my jython version is 2.7.0 But despite this I can not install an extension and got following error trace:
Traceback (most recent call last):
File "/Users/igor/DevelPython/jython/lightBulb/lightbulb-framework/BurpExtension.py", line 44, in <module>
from lightbulb.api.api import LightBulb
File "/Users/igor/DevelPython/jython/lightBulb/lightbulb-framework/lightbulb/api/api.py", line 11, in <module>
from cliff.app import App
ImportError: No module named cliff
at org.python.core.Py.ImportError(Py.java:328)
at org.python.core.imp.import_first(imp.java:877)
at org.python.core.imp.import_module_level(imp.java:972)
at org.python.core.imp.importName(imp.java:1062)
at org.python.core.ImportFunction.__call__(__builtin__.java:1280)
at org.python.core.PyObject.__call__(PyObject.java:431)
at org.python.core.__builtin__.__import__(__builtin__.java:1232)
at org.python.core.imp.importFromAs(imp.java:1156)
at org.python.core.imp.importFrom(imp.java:1132)
at lightbulb.api.api$py.f$0(/Users/igor/DevelPython/jython/lightBulb/lightbulb-framework/lightbulb/api/api.py:33)
at lightbulb.api.api$py.call_function(/Users/igor/DevelPython/jython/lightBulb/lightbulb-framework/lightbulb/api/api.py)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
at org.python.core.PyCode.call(PyCode.java:18)
at org.python.core.imp.createFromCode(imp.java:436)
at org.python.core.imp.createFromPyClass(imp.java:236)
at org.python.core.imp.createFromPyClass(imp.java:205)
at org.python.core.imp.loadFromSource(imp.java:651)
at org.python.core.imp.find_module(imp.java:543)
at org.python.core.PyModule.impAttr(PyModule.java:106)
at org.python.core.imp.import_next(imp.java:842)
at org.python.core.imp.import_logic(imp.java:904)
at org.python.core.imp.import_module_level(imp.java:978)
at org.python.core.imp.importName(imp.java:1062)
at org.python.core.ImportFunction.__call__(__builtin__.java:1280)
at org.python.core.PyObject.__call__(PyObject.java:431)
at org.python.core.__builtin__.__import__(__builtin__.java:1232)
at org.python.core.imp.importFromAs(imp.java:1156)
at org.python.core.imp.importFrom(imp.java:1132)
at org.python.pycode._pyx5.f$0(/Users/igor/DevelPython/jython/lightBulb/lightbulb-framework/BurpExtension.py:121)
at org.python.pycode._pyx5.call_function(/Users/igor/DevelPython/jython/lightBulb/lightbulb-framework/BurpExtension.py)
at org.python.core.PyTableCode.call(PyTableCode.java:167)
at org.python.core.PyCode.call(PyCode.java:18)
at org.python.core.Py.runCode(Py.java:1386)
at org.python.core.__builtin__.execfile_flags(__builtin__.java:535)
at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:286)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at burp.f6e.<init>(Unknown Source)
at burp.h2e.a(Unknown Source)
at burp.mzg.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
P.S. i’ve installed module named cliff manually. It’s doesn’t solve my problem
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Cannot install burp extensions in 2021.5.1 of Burp Pro
I get the following error when I manually install *any* extension: java.lang.ClassNotFoundException: burp.BurpExtender at java.base/java.net ...
Read more >Unable to install extension via BApp Store · Issue #19 - GitHub
I am trying to install the extension in Burp Suite running on Windows 10 32 bit, but the status remains as "Installing" but...
Read more >Loading and installing a Burp Extension manually - O'Reilly
Loading and installing a Burp Extension manually Not all extensions are present in the BApp Store. In such a case, we need to...
Read more >Developing and Debugging Java Burp Extensions with Visual ...
You need to install a JDK version that is compatible with the version Burp was built with. To figure it out, you can...
Read more >01 - Starting, Upgrading, and Installing Burp Suite - YouTube
This is the first video of a multi-part series that will explore the basics of Burp Suite. In this video, we'll discuss how...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Standalone version is good for me, thanks
@Os3r3um I had created the Dockerfile in the past, so it supports only the CLI version. However, I just noticed that it is possible to run the burp suite in a docker instance. I think that it can be combined with the old docker files in order to add support for GUI. I will check it out and maybe add this in the following days