Skip to content

Commit e19f2d2

Browse files
David MaloneyDavid Maloney
authored andcommitted
Actually use the timeout in winrm cmd
1 parent 2335c58 commit e19f2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/winrm.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def winrm_poke(timeout = 20)
4949
'method' => 'POST',
5050
'ctype' => ctype,
5151
'data' => opts['data']
52-
}))
52+
}), to)
5353
return resp
5454
end
5555

0 commit comments

Comments
 (0)