You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Berserko doesn't seem to work in latest Burp - no headers are added, and the following exception appears in error output:
java.lang.ClassNotFoundException: com.sun.security.jgss.ExtendedGSSContext
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, I have been able to reproduce.
Looks like some Kerberos-related classes may have been removed again from the JRE shipped with Burp, as happened before - see #5.
Investigating further now...
Have tracked this down to the jdk.security.jgss module not being present in Burp's OpenJDK JRE, and reported this to Portswigger. As it says in the updated README, Berserko should work if Burp is launched with a full JRE rather than the bundled version.
Berserko doesn't seem to work in latest Burp - no headers are added, and the following exception appears in error output:
java.lang.ClassNotFoundException: com.sun.security.jgss.ExtendedGSSContext
The text was updated successfully, but these errors were encountered: