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

doesn't work in burp 1.7.19 with builtin jre #1

Open
kokanin opened this issue Mar 24, 2017 · 3 comments
Open

doesn't work in burp 1.7.19 with builtin jre #1

kokanin opened this issue Mar 24, 2017 · 3 comments
Assignees

Comments

@kokanin
Copy link

kokanin commented Mar 24, 2017

java.lang.ClassNotFoundException: burp.BurpExtender
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at burp.lqb.a(Unknown Source)
at burp.lqb.(Unknown Source)
at burp.uqg.a(Unknown Source)
at burp.xue.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)

@rtt-ncc rtt-ncc self-assigned this Mar 24, 2017
@rtt-ncc
Copy link
Collaborator

rtt-ncc commented Mar 24, 2017

Could you provide some further details?
Which version of Berserko? Or is it the 'Kerberos Authentication' extension from the BApp Store?
What OS are you running on?

Just checked and berserko-0.9beta.jar from the Releases tab of this repo loads fine in Burp 1.7.19 with builtin JRE on my Windows x64 box.

@kokanin
Copy link
Author

kokanin commented Mar 25, 2017

berserko-0.9beta.jar, windows 10 x64

@rtt-ncc
Copy link
Collaborator

rtt-ncc commented Mar 30, 2017

I've now tested this on Windows 10 x64 and can't reproduce the issue.
Can you load other Java-based Burp extensions? The exception trace above actually indicates that Burp is failing to load the extension in the first place. Is it possible that your JAR file is corrupted? SHA-256 should be b5db26c2f8d79dea0eea2c181ff5d5f3ceb09bd211ec6d4bf715cc3f095b2909.

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

2 participants