bugcrowd / HUNT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error loading the extension in Burp Pro

b-u-g-s opened this issue · comments

commented

Hi,

I wanted to try your plugin, having the latest version of BURP PRO (as of today: 1.7.34).
I did install jython a few months ago and have other extensions installed (usually through the BAapp Store).

Downloaded your 2x .py files
Added a python extension for both of the files...
but getting the following error on loading them:
java.lang.Exception: Failed to load Python interpreter from Jython JAR file
at burp.l5.(Unknown Source)
at burp.i7i.a(Unknown Source)
at burp.hrb.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)

Some security warnings I need to disable somewhere? any change of having your extension on the BAapp store?

Thanks!
Bugs.

commented

Just in case you ask... I am using jython 2.7.1 from brew

Got same issue, pro vs. 1.7.37

commented

Actually, got it working.
First problem, what that I was actually not using a standalone jython. I thought I was, but nope.
I followed the instructions from there:
https://support.portswigger.net/customer/portal/questions/17097263-burp-extension-python-import-error

Second problem, I actually needed to do a git clone of that branch, as it is important to have the conf and lib folder along the two python files. If you don't have those folders/files then it won't find the lib required.

Hope it helps.

commented

I had this error when I did not have the lib folder with all its content in the same directory as the hunt burp extension

Seems like the issue was solved so I'll go ahead and close this.