Change Unknown to Safe because it's just a banner check

This commit is contained in:
sinn3r 2014-01-23 15:36:19 -06:00
parent 81a3b2934e
commit 7faa41dac0
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ class Metasploit3 < Msf::Auxiliary
return Exploit::CheckCode::Detected
else
vprint_error "#{ip}:#{rport} - FTP - Skipping due to fingerprint mismatch"
Exploit::CheckCode::Unknown
end
return Exploit::CheckCode::Safe