From f2bda05d427ef7c338f2a82e148adfea4e9777d0 Mon Sep 17 00:00:00 2001 From: Jon Hart Date: Thu, 11 Dec 2014 15:47:26 -0800 Subject: [PATCH] Correct last of the print_ --- modules/auxiliary/gather/bmc_trackit_passwd_reset.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/auxiliary/gather/bmc_trackit_passwd_reset.rb b/modules/auxiliary/gather/bmc_trackit_passwd_reset.rb index b5080ad496..0fbc05303e 100644 --- a/modules/auxiliary/gather/bmc_trackit_passwd_reset.rb +++ b/modules/auxiliary/gather/bmc_trackit_passwd_reset.rb @@ -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