We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
搭了个ldap服务器,payload发过去之后返回了: java.lang.ClassCastException: com.sun.jndi.ldap.LdapCtx incompatible with javax.sql.DataSource ? 是因为java版本太高了吗?
The text was updated successfully, but these errors were encountered:
发送的json payload,ldap://ip改成ldap://ip/Exploit,之后变成了j ava.lang.ClassCastException: javax.naming.Reference incompatible with javax.sql.DataSource
Sorry, something went wrong.
你jdk版本高于jdk1.8 u181 后面客户端需要配置 System.setProperty("com.sun.jndi.ldap.object.trustURLCodebase", "true"); 才可访问
No branches or pull requests
搭了个ldap服务器,payload发过去之后返回了:
java.lang.ClassCastException: com.sun.jndi.ldap.LdapCtx incompatible with javax.sql.DataSource ?
是因为java版本太高了吗?
The text was updated successfully, but these errors were encountered: