nccgroup / blackboxprotobuf

Blackbox Protobuf is a set of tools for working with encoded Protocol Buffers (protobuf) without the matching protobuf definition.
MIT License
480 stars 82 forks source link

java.lang.Exception: Failed to load Python interpreter from Jython JAR file in Burp v2020.7 #4

Closed jonluca closed 3 years ago

jonluca commented 3 years ago
Screen Shot 2020-07-22 at 9 20 28 PM

I get the above error. I have jython installed through brew, and it works normally

jonluca commented 3 years ago

Fixed it, changed my path from /usr/local/bin/jython to the actual jython path (for me it was /usr/local/Cellar/jython/2.7.2/libexec/jython.jar).

blockchainguard commented 3 years ago

ImportError: No module named six

Numenorean commented 3 years ago

ImportError: No module named six

i have the same

rwinkelmaier-ncc commented 3 years ago

It sounds like the Python interpreter isn't able to find one of the dependencies. If it's the Burp plugin w/ Jython, then you need to run git submodule update --init, if you're running python, then you need to run pip install -r lib-requirements.txt.

This doesn't sound like it's related to the original issue, if the above does not work, could you open a new issue?