Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with installation of Autowasp in Burp CE #7

Closed
kibelous opened this issue Mar 27, 2021 · 6 comments
Closed

Issue with installation of Autowasp in Burp CE #7

kibelous opened this issue Mar 27, 2021 · 6 comments

Comments

@kibelous
Copy link

Hello,

I faced with issue while installing the extension. The error is

java.lang.NullPointerException: Cannot invoke "burp.IBurpCollaboratorClientContext.generatePayload(boolean)" because "this.extender.iBurpCollaboratorClientContext" is null
	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.amj.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)

How can I fix it? I've tried to install extension through BApp Store, compiling and adding compiled file and adding pre-compiled file.

image

@kibelous
Copy link
Author

My bad, I used incorrect version

@kibelous
Copy link
Author

kibelous commented Mar 27, 2021

I got a new error in Burp Suite 1.7.13

java.lang.NullPointerException
	at autowasp.logger.TrafficLogic.<init>(TrafficLogic.java:69)
	at autowasp.Autowasp.registerExtenderCallbacks(Autowasp.java:98)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at burp.p1c.run(Unknown Source)
	at java.lang.Thread.run(Thread.java:745)

image

@vay3t
Copy link

vay3t commented Mar 28, 2021

i have the same error in CE v2021.3.1

@kibelous
Copy link
Author

I guess the extension doesn't work in Burp CE because my college checked in Pro version and everything is OK.

@vay3t
Copy link

vay3t commented Mar 28, 2021

but

image

@imthomas93
Copy link
Collaborator

Hi all!

Thank you for leaving dropping letting us know about this issue. I have checked and we did was advised by PortSwigger to incorporate IBurpCollaboratorClientContext APIs before we publish this tool. Because we are using Burp Collaborator features which is a Pro only feature, Autowasp will not work in Burp Community issue for now.

I will follow up with PortSwigger to see if they would recommend any alternative workaround for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants