GovTech-CSG / Autowasp

BurpSuite Extension: A one-stop pen testing checklist and logger tool
MIT License
74 stars 45 forks source link

Unable to load without Collaborator #8

Open rewardone opened 3 years ago

rewardone commented 3 years ago

Perceived Issue: Autowasp is unable to be loaded without Collaborator

Burp Version: Professional v2021.3.1 Error message: java.lang.IllegalStateException: Burp Collaborator is disabled in the Project options at burp.b8i.a(Unknown Source) at burp.b8i.generatePayload(Unknown Source) at burp.aq8.generatePayload(Unknown Source) at autowasp.logger.TrafficLogic.<init>(TrafficLogic.java:69) at autowasp.Autowasp.registerExtenderCallbacks(Autowasp.java:98) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at burp.bza.lambda$registerExtenderCallbacks$0(Unknown Source) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630) at java.base/java.lang.Thread.run(Thread.java:832)

Needing Collaborator for some features is known via Dev response

Desired/Expected State: Able to load and use Autowasp without Collaborator

imthomas93 commented 3 years ago

Hello, can i check if you are using Burp Community version?

rewardone commented 3 years ago

Hello, can i check if you are using Burp Community version?

I am not using Community. Using the latest version of Professional, 2021.3.1

I am using project preferences to launch Burp with Collaborator disabled.

imthomas93 commented 3 years ago

Hi @rewardone,

Thanks for your feedback.

Noted that your project preferences is to launch Burp with Collaborator disabled. Our current implementation with one of our test case require the use of Burp Collaborator.

We are checking out with PortSwigger to see if there are any workaround and will support Burp Community and BurpSuite Pro with collaborator feature disabled.

@imthomas93