Change default HTTP_DELAY

bug/bundler_fix
jvazquez-r7 2015-07-10 12:50:26 -05:00
parent c9d2ab58d3
commit bed3257a3f
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class Metasploit3 < Msf::Exploit::Remote
register_options(
[
Opt::RPORT(617),
OptInt.new('HTTP_DELAY', [true, 'Time that the HTTP Server will wait for the payload request', 10])
OptInt.new('HTTP_DELAY', [true, 'Time that the HTTP Server will wait for the payload request', 15])
], self.class)
end