From 25b3cc685a2e8ae03f89855a0d934dda6fb71a9e Mon Sep 17 00:00:00 2001 From: Carter Date: Wed, 22 Feb 2017 11:36:52 -0500 Subject: [PATCH] Update netgear_r7000_cgibin_exec.rb --- modules/exploits/linux/http/netgear_r7000_cgibin_exec.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/exploits/linux/http/netgear_r7000_cgibin_exec.rb b/modules/exploits/linux/http/netgear_r7000_cgibin_exec.rb index 7d92a857de..60f506a603 100644 --- a/modules/exploits/linux/http/netgear_r7000_cgibin_exec.rb +++ b/modules/exploits/linux/http/netgear_r7000_cgibin_exec.rb @@ -40,7 +40,8 @@ class MetasploitModule < Msf::Exploit::Remote 'Space' => 1024, 'DisableNops' => true, 'BadChars' => "\x20" - } + }, + 'DefaultOptions' => { 'WfsDelay' => 10} )) register_options( @@ -97,8 +98,6 @@ class MetasploitModule < Msf::Exploit::Remote }) print_status('Giving the handler time to run...') - handler - sleep(10) end end