Checkpoint error msg should use res.inspect

Otherwise your terminal will go all wonky.
This commit is contained in:
Tod Beardsley 2011-12-20 15:46:31 -06:00
parent 99556da7ef
commit 1429de6edc
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class Metasploit3 < Msf::Auxiliary
print_good("SmartCenter Host: #{sc_hostname}")
end
else
print_error("Unexpected response:\r\n#{res}")
print_error("Unexpected response:\r\n#{res.inspect}")
end
report_info(fw_hostname,sc_hostname)