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. ]] ---