From 2b7acf87e3219f3efd610ab4fe69a3e79b521578 Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 20 Nov 2009 04:51:20 +0000 Subject: [PATCH] Improve the description slightly --- scripts/http-headers.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-headers.nse b/scripts/http-headers.nse index 06630a10c..b189fea3d 100644 --- a/scripts/http-headers.nse +++ b/scripts/http-headers.nse @@ -1,5 +1,5 @@ description = [[ -Does a GET request for the root folder ("/"), and displays the HTTP headers returned. +Performs a GET request for the root folder ("/") of a web server, and displays the HTTP headers returned. ]] ---