Print response fix

bug/bundler_fix
Lexus89 2016-03-22 18:50:25 +01:00
parent 4906327bc2
commit 8028a9b5ce
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ class MetasploitModule < Msf::Auxiliary
else
print_status("Auth successful, saving server response in database")
end
vprint_status(resp)
vprint_status(resp.to_s)
end
return [resp, ser_sock]
end