Correct last of the print_

bug/bundler_fix
Jon Hart 2014-12-11 15:47:26 -08:00
parent 9486f67fbc
commit f2bda05d42
1 changed files with 2 additions and 2 deletions

View File

@ -81,11 +81,11 @@ class Metasploit4 < Msf::Auxiliary
return Exploit::CheckCode::Safe
end
else
vprint_error("#{peer} unable to get Track-It! version")
vprint_error("#{peer}: unable to get Track-It! version")
return Exploit::CheckCode::Unknown
end
else
vprint_status("#{peer} does not appear to be running Track-It!")
vprint_status("#{peer}: does not appear to be running Track-It!")
return Exploit::CheckCode::Safe
end
end