removing timeout method and option

bug/bundler_fix
tate 2014-11-22 00:28:56 -07:00
parent 57b04f96a7
commit 9828598cb7
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,7 @@ class Metasploit3 < Msf::Auxiliary
register_options(
[
Opt::RPORT(2067),
OptInt.new('LEAK_AMOUNT', [true, 'The number of bytes to store before shutting down.', 1024]),
OptInt.new('RESPONSE_TIMEOUT', [true, 'Number of seconds to wait for a server response', 5])
OptInt.new('LEAK_AMOUNT', [true, 'The number of bytes to store before shutting down.', 1024])
], self.class)
end
@ -106,3 +105,4 @@ class Metasploit3 < Msf::Auxiliary
print_status("#{peer}: DLSw leaked data stored in #{path}")
end
end