Dear kingthorin,
thanks for the reply. i tried out this but it throw up an error,
`java.lang.RuntimeException: javax.naming.OperationNotSupportedException: DNS Operation not supported [response code 4]; remaining name
example.com`.
My code -
var iDirC = Java.type("javax.naming.directory.InitialDirContext");
var idi = new iDirC();
var attributex = idi.getAttributes("dns:/
example.com");
How to proceed with this?