Skip to content

Commit 9828598

Browse files
author
tate
committed
removing timeout method and option
1 parent 57b04f9 commit 9828598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/dlsw/dlsw_leak_capture.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ def initialize
3838
register_options(
3939
[
4040
Opt::RPORT(2067),
41-
OptInt.new('LEAK_AMOUNT', [true, 'The number of bytes to store before shutting down.', 1024]),
42-
OptInt.new('RESPONSE_TIMEOUT', [true, 'Number of seconds to wait for a server response', 5])
41+
OptInt.new('LEAK_AMOUNT', [true, 'The number of bytes to store before shutting down.', 1024])
4342
], self.class)
4443
end
4544

@@ -106,3 +105,4 @@ def loot_and_report(dlsw_leak)
106105
print_status("#{peer}: DLSw leaked data stored in #{path}")
107106
end
108107
end
108+

0 commit comments

Comments
 (0)