The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Import jar in python program

John | Last updated: May 09, 2017 09:38PM UTC

Hello, I'm currently making a burp extension in Jython. I'm trying to import a jar file - I followed steps as outlined in http://www.jython.org/jythonbook/en/1.0/ModulesPackages.html. Using sys.path.append("path/module.jar") I observed that the jar file is in my CLASSPATH. However, I'm unable to call the package. Is there something I'm missing? I received the following error: No module named <package_name>

PortSwigger Agent | Last updated: May 10, 2017 08:11AM UTC

We'll investigate this and get back to you. This might be a missing capability in Burp, in which case we'll look into adding it.

PortSwigger Agent | Last updated: May 11, 2017 07:42AM UTC