-
Notifications
You must be signed in to change notification settings - Fork 45
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
Could not load the translet class 'Pwnr' error #41
Comments
Hi @seeCURE 👋 I encountered the same error recently (well, already one month ago by now). Additional error handling was already added to the develop branch (fdd73a5). During the To resolve the problem, it is probably sufficient to run the command with Java 8 again. The beanshooter container image is using Java 8 and is probably the easiest way to achieve the desired result, if you do not have a Java 8 installation ready 🙃 If this resolves your problem, keep the issue open, as it probably helps other users that encounter this problem. I will close it once fdd73a5 is merged to master. If the problem persists, keep asking 😉 |
You're welcome 🙂 It is feedback like this that keeps me motivated 💪 Best regards |
─$ docker run -it ghcr.io/qtc-de/beanshooter/beanshooter:4.1.0 standard ip port tonka Hi I am still getting this error. |
Hello @qtc-de,
While executing
java -jar beanshooter-4.1.0-jar-with-dependencies.jar standard <taget ip port> tonka
I get the following errorMy knowledge related to java is very very limited therefore I would appreciate if you could guide me why this error occurs. I tried with couple of targets but unfortunately getting the same error.
Thanks for this amazing tool and I really appreciate your time!
Kind regards
The text was updated successfully, but these errors were encountered: