Changeset 4963

Show
Ignore:
Timestamp:
05/23/07 09:51:32 (1 year ago)
Author:
hdm
Message:

Update from Jean-Baptiste Marchand

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework3/tags/framework-3.0/modules/auxiliary/scanner/smb/version.rb

    r4761 r4963  
    8181                                        os = 'Windows 2003' 
    8282                                        sp = 'Service Pack ' + $2 
     83                                when /Windows Server 2003 R2 (\d+) Service Pack (\d+)/ 
     84                                        os = 'Windows 2003 R2' 
     85                                        sp = 'Service Pack ' + $2 
    8386                                when /Windows Vista \(TM\) (\w+) (\d+)/ 
    8487                                        os = 'Windows Vista ' + $1