Update netgear_r7000_cgibin_exec.rb

bug/bundler_fix
Carter 2017-02-22 11:36:52 -05:00 committed by GitHub
parent e99ba0ea86
commit 25b3cc685a
1 changed files with 2 additions and 3 deletions

View File

@ -40,7 +40,8 @@ class MetasploitModule < Msf::Exploit::Remote
'Space' => 1024, 'Space' => 1024,
'DisableNops' => true, 'DisableNops' => true,
'BadChars' => "\x20" 'BadChars' => "\x20"
} },
'DefaultOptions' => { 'WfsDelay' => 10}
)) ))
register_options( register_options(
@ -97,8 +98,6 @@ class MetasploitModule < Msf::Exploit::Remote
}) })
print_status('Giving the handler time to run...') print_status('Giving the handler time to run...')
handler
sleep(10)
end end
end end