Forgot to change the output variable

Because the original script used match()
unstable
sinn3r 2012-10-14 11:43:33 -05:00
parent cc303665e8
commit cedcace1a7
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class Metasploit3 < Msf::Exploit::Remote
print_error("#{peer} - This server may not be vulnerable")
else
print_status("#{peer} - Command output from the server:")
print_line(m[1])
print_line(m)
end
end
end