All,
How does one go about getting plug-in functionality upgrades. I ran
across a situation where the ldap_detect.nasl (plug-in id 20870)
detected multiple LDAP directories on alternative ports, I am assuming
wit this code:
if (thorough_tests) {
port = get_kb_item("Services/unknown");
if (!port) port = 389;
}
else port = 389;
if (!get_tcp_port_state(port)) exit(0);
HOWEVER, the ldap_null_bind.nasl (10723) only checks for port 389. How
does one go about getting the nasl updated to do the same checks as the
ldap_detect? Or feed off the ldap_detect results?
Thanks,
Phil
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus