modules/exploits/windows/misc/hp_dataprotector_dll_cmd_exec.rb

bug/bundler_fix
Matthew Hall 2014-12-17 15:25:13 +00:00
parent ea08fc0767
commit e7da23e8e5
1 changed files with 1 additions and 1 deletions

View File

@ -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