Burp Suite User Forum

Create new post

Unable to load JAR file

Hardik | Last updated: Jun 25, 2020 10:49AM UTC

command to initialise burp: java -Xmx1G -Djava.awt.headless=true -classpath "headless-burp-proxy-master-SNAPSHOT-jar-with-dependencies.jar;burpsuite_pro.jar" burp.StartBurp burp version: 2020.5 java.io.FileNotFoundException: Unable to load JAR file at burp.eek.<init>(Unknown Source) at burp.fae.a(Unknown Source) at burp.c0e.lambda$load$0(Unknown Source)

Ben, PortSwigger Agent | Last updated: Jun 25, 2020 05:51PM UTC

Hi, According to the instructions on the github page for this extension here: https://github.com/NetsOSS/headless-burp You need to provide project-file and configuration file parameters in your command. Have you read the instructions for this extension and tried to set this up?

Hardik | Last updated: Jun 25, 2020 07:17PM UTC

I tried with java -Xmx1G -Djava.awt.headless=true -classpath "headless-burp-proxy-master-SNAPSHOT-jar-with-dependencies.jar;burpsuite_pro.jar" burp.StartBurp --project-file=project.burp -c config.xml Still facing same error

Ben, PortSwigger Agent | Last updated: Jun 26, 2020 08:49AM UTC

Are you running this command in the location where both the headless jar and burpsuite_pro jar are located? Can you also remove the enclosing " symbols from your command? The command that worked for me is this: java -Xmx1G -Djava.awt.headless=true \ -classpath headless-burp-scanner-master-SNAPSHOT-jar-with-dependencies.jar:burpsuite_pro.jar burp.StartBurp \ --unpause-spider-and-scanner \ --project-file=project.burp -c config.xml

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.