More Accurate Vulnerability Check

unstable
David Maloney 2011-11-29 18:38:00 -08:00
parent 0dda948265
commit be88f483a3
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class Metasploit3 < Msf::Exploit::Remote
connect connect
disconnect disconnect
if (banner =~ /Serv-U FTP Server/) if (banner =~ /Serv-U FTP Server v((4.(0|1))|3.\d)/)
return Exploit::CheckCode::Vulnerable return Exploit::CheckCode::Vulnerable
end end
return Exploit::CheckCode::Safe return Exploit::CheckCode::Safe