Autorize icon indicating copy to clipboard operation
Autorize copied to clipboard

Getting error in installation

Open Redteamer0101 opened this issue 5 months ago • 1 comments

java.lang.Exception: Failed to load Python interpreter from Jython JAR file at burp.Zgpw.Z_(Unknown Source) at burp.Zgpi.ZI(Unknown Source) at burp.Zpl4.ZR(Unknown Source) at burp.Zpda.lambda$load$2(Unknown Source) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:545) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:328) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1095) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:619) at java.base/java.lang.Thread.run(Thread.java:1447)

Burpsuite professional V2025.8.3 Build 41863

Redteamer0101 avatar Sep 30 '25 06:09 Redteamer0101

~~Same here~~

Edit fixed it: Install jython properly and the plugin will be installed successfully:

wget https://repo1.maven.org/maven2/org/python/jython-installer/2.7.4/jython-installer-2.7.4.jar
java -jar jython-installer-2.7.4.jar

Expected output:

java -jar jython-installer-2.7.4.jar 
DEPRECATION: A future version of pip will drop support for Python 2.7.
Looking in links: /tmp/tmptb05F3
Collecting setuptools
Collecting pip
Installing collected packages: setuptools, pip
Successfully installed pip-19.1 setuptools-41.0.1

Then go to Extension settings in Burp and add the "jython.jar" binary located at ~/jython2.7.4/. Now add the extension with Python extension type and the .py file from the repo, and you should be good to go

Am0rphous avatar Sep 30 '25 13:09 Am0rphous