Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Nessus-Users
[Top] [All Lists]

LDAP anonymous binds ...

Subject: LDAP anonymous binds ...
Date: Mon, 27 Feb 2006 09:00:32 -0800
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
Nessus@list.nessus.org
http://mail.nessus.org/mailman/listinfo/nessus

<Prev in Thread] Current Thread [Next in Thread>