Fixed, Thanks !

Nicolas

On Aug 8, 2005, at 11:16 AM, anon anon wrote:

Hello,
  Am running phpBB 2.0.17.
phpbb_detect.nasl (15779) creates kb key:
www/xx/phpBB=2.0.x under /phpBB2

Which when parsed by 16200 to equal "2.0.x"

The problem line in 16200 is:

if ( ereg(pattern:"([01]\..*|2\.0\.([0-9]|1[01])[^0-9])", string:version))

This portion of the regex:
[01]\..*

Matches this portion of the version string:
0.x

The pattern should read:
"(^[01]\..*|2\.0\.([0-9]|1[01])[^0-9])"

Anybody see a problem doing that?

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


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

Reply via email to