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
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
When trying to load angrypuppy to cobalt strike 4.3 there is an error class jdk.internal.loader.classloaders$appclassloader cannot be cast to class java.net
To replicate the issue
setup cobalt strike 4.3
openjdk 1.14
run angrypuppy install.sh
checked correct path is placed at the import statement
load angrypuppy.cna
Error "class jdk.internal.loader.classloaders$appclassloader cannot be cast to class java.net"
How can this be fixed ?
The text was updated successfully, but these errors were encountered:
I found the solution to this, basically, the import is not supported on later than Java 8, the problem is Cobalt 4.3 needs higher that Java 9 or openJDK 11.
The ONLY workaround I found was to download Orcale Java 8 JRE from the official Oracle website. You need to sign up but this is the only package which works.
Edit your CS start.sh to include the downloaded java binary.
I found the solution to this, basically, the import is not supported on later than Java 8, the problem is Cobalt 4.3 needs higher that Java 9 or openJDK 11.
The ONLY workaround I found was to download Orcale Java 8 JRE from the official Oracle website. You need to sign up but this is the only package which works.
Edit your CS start.sh to include the downloaded java binary.
When trying to load angrypuppy to cobalt strike 4.3 there is an error class jdk.internal.loader.classloaders$appclassloader cannot be cast to class java.net
To replicate the issue
How can this be fixed ?
The text was updated successfully, but these errors were encountered: