Forgot to change the output variable
Because the original script used match()unstable
parent
cc303665e8
commit
cedcace1a7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue