Re: [Plugins-writers] SSL-enabled Services

From: Renaud Deraison (deraison@private)
Date: Fri Oct 15 2004 - 06:54:14 PDT


On Fri, Oct 15, 2004 at 09:05:19AM -0400, George Theall wrote:
> Is there a way to get a list of SSL-enabled services / ports on a target
> short of iterating over each port and sending the SSL Client Hello
> message?

Yes :

	port = get_kb_item("Transport/SSL");
	if ( ! port ) exit(0);
	security_note(port:port, data:"SSL is running on this port");
_______________________________________________
Plugins-writers mailing list
Plugins-writers@private
http://mail.nessus.org/mailman/listinfo/plugins-writers



This archive was generated by hypermail 2.1.3 : Fri Oct 15 2004 - 06:55:34 PDT