Can someone help me with an issue I'm having with a java web app. It has a sql injection vulnerability and I am able to upload a reverse shell jsp file. When I try and browse to the file I get two errors, the first is
java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildListener)
and every other time after that I get
java.lang.NullPointerException
sun.misc.URLClassPath$3.run(Unknown Source)
java.security.AccessController.doPrivileged(Native Method)
My knowledge of java is limited but this looks like a security setting designed to prevent me from browsing to the jsp file, is there any way to get around this problem?
Any help with this would be greatly appreciated.


LinkBack URL
About LinkBacks


Reply With Quote