On Thu, Dec 14, 2006 at 12:04:05PM +0100, oskar wrote:

One more question, we're trying to reproduce this finding with :
Via the normal nessus command we do get the finding, but running the individual .nasl script we don't

nasl -t 10.0.0.1 http_url_format_string.nasl

The problem is that the commandline NASL interpreter doesn't know that it needs to speak SSL. If you have Nessus 3.x, you can do get around this by specifying the KB file with the "-k" option; eg:

  nasl -k /opt/nessus/var/nessus/users/{user}/kbs/10.0.0.1 \
    -t 10.0.0.1 \
    http_url_format_string.nasl

provided that the KB has information about the appropriate transport layer.


George
--
[EMAIL PROTECTED]
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to