Bug#383677: nikto: Incorrect reg.expr. for mod_ssl in server_msgs.db

2006-08-18 Thread Igor Belyi
Package: nikto Version: 1.35-1 Severity: normal The incorrect reg.expr. for mod_ssl makes nikto report a warning for mod_ssl/2.8.2 when mod_ssl/2.8.25 is used. The fix is to add EOL symbol ($) in the matching reg.expr.: < "mod_ssl\/(1.*|2\.([0-7].*|8\.[0-6]))" --- > "mod_ssl\/(1.*|2\.([0-7].*|8\.[

Bug#383677: nikto: Incorrect reg.expr. for mod_ssl in server_msgs.db

2006-08-18 Thread Igor Belyi
There's a similar problem with mod_python reg.expr.: < "mod_python\/(1.*|2\.([0-6]\..*|7\.[0-6]))" --- > "mod_python\/(1.*|2\.([0-6]\..*|7\.[0-6]$))" Cheers, Igor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]