psexec_command - Unable to execute specified command: can't convert nil into Integer

Patched as described in Redmine bug #7680
bug/bundler_fix
lmercer 2013-01-14 15:54:40 -05:00
parent ad3ca3a6bb
commit a89db93891
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ class Metasploit3 < Msf::Auxiliary
end
select(nil, nil, nil, 1.0)
simple.disconnect("IPC$")
simple.disconnect("\\\\#{datastore['RHOST']}\\IPC$")
return true
end