From 9d24e6e783d265600117f7ac8013d1eef682c994 Mon Sep 17 00:00:00 2001 From: diman Date: Thu, 14 Jun 2007 08:28:28 +0000 Subject: [PATCH] fixed GET / bug --- scripts/showHTMLTitle.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/showHTMLTitle.nse b/scripts/showHTMLTitle.nse index a452afd65..e3d75c6ed 100644 --- a/scripts/showHTMLTitle.nse +++ b/scripts/showHTMLTitle.nse @@ -34,7 +34,7 @@ action = function(host, port) socket = nmap.new_socket() socket:connect(host.ip, port.number) - request = "GET / HTTP/1.0\r\n\r\n" + request = "GET / HTTP/1.0\r\n\r\n" socket:send(request) result = ""