You might want to get nessus 1.10 (latest stable) or even better, the
nexxus 1.1x (experimental)

Did you try running Omnihttpd_pro_source_disclosure.nasl direct from nasl
(command line):

nasl -t (target) Omnihttpd_pro_source_disclosure.nasl

>From the 1.1x version of the nasl, it looks like it checks 
regex_signature[0] = "^Server: OmniHTTPd.*$";

if (egrep(pattern:regex_signature[0], string:response)) return(1);

even before it checks:
Egg[0] = "%20 ";
signature[0] = "test.php";


-- 
Michael Scheidell
Secnap Network Security, LLC
(561) 368-9561 [EMAIL PROTECTED]
See updated IT Security News at http://www.secnap.net/

Reply via email to