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']
|
||||
begin
|
||||
res = sock.get_once(-1, 20)
|
||||
rescue EOFError # happens when using the Powershell method
|
||||
rescue EOFError
|
||||
disconnect
|
||||
return
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue