headless-burp
headless-burp copied to clipboard
Automate security tests using Burp Suite.
Hi, team! I faced with next issue: after `headless-burp-scanner` finished its work and terminated there wasn't generated report in project folder. Scan which had 17 urls in scope took approximately...
java.lang.NoClassDefFoundError: javax/xml/bind/JAXBContext at eu.nets.burp.BurpConfiguration.loadConfiguration(BurpConfiguration.java:31) at eu.nets.burp.BurpConfiguration.(BurpConfiguration.java:26) at burp.BurpExtender.processCommandLineArguments(BurpExtender.java:138) at burp.BurpExtender.registerExtenderCallbacks(BurpExtender.java:55) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at burp.ab5.lambda$registerExtenderCallbacks$0(Unknown Source) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.run(Unknown...
Hi Team, I have Burp pro version with headless burp extension, I saw the documentation and downloaded code and build and copied the snapshot jar file to burp installation directory....
Hi, Burp Suite Professional (v2020.2.1) does not start in Headless mode and showing error as below: Deleting temporary files - please wait ... Failed to delete temp directory: C:\Users\ue\AppData\Local\Temp\burp3660195510523471222.tmp and...
Bumps [guava](https://github.com/google/guava) from 28.0-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...
Hi, please add a LICENSE.txt file specifying under what license you are publishing this headless-burp work as. > You're under no obligation to choose a license. However, without a license,...
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Hi, I would ask if the Headless Burp Scanner has been tested with Burp Pro 2.1.x. because in different testing that I have run these always show "**Extender: Headless Burp...
Hi, while running the below command using headless burp, only proxy service is getting started and scan is not running. root@ubuntu-s-1vcpu-1gb-blr1-02:/home/infosec/BurpSuitePro# java -Xmx1G -Djava.awt.headless=true \ > -classpath headless-burp-scanner-master-SNAPSHOT-jar-with-dependencies.jar:burpsuite_pro.jar burp.StartBurp \...