Changed check method

bug/bundler_fix
Christian Mehlmauer 2014-07-02 22:29:00 +02:00
parent 40175d3526
commit a58ff816c5
No known key found for this signature in database
GPG Key ID: BCFF4FA966BC32C7
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class Metasploit3 < Msf::Exploit::Remote
# readme present, but no version number
if version.nil?
return Msf::Exploit::CheckCode::Unknown
return Msf::Exploit::CheckCode::Detected
end
print_status("#{peer} - Found version #{version} of the plugin")