modules/exploits/windows/misc/hp_dataprotector_dll_cmd_exec.rb
parent
ea08fc0767
commit
e7da23e8e5
|
@ -123,7 +123,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
if datastore['CMD']
|
if datastore['CMD']
|
||||||
begin
|
begin
|
||||||
res = sock.get_once(-1, 20)
|
res = sock.get_once(-1, 20)
|
||||||
rescue EOFError # happens when using the Powershell method
|
rescue EOFError
|
||||||
disconnect
|
disconnect
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue