diff --git a/scripts/http-headers.nse b/scripts/http-headers.nse index 891e64798..7696b6ab2 100644 --- a/scripts/http-headers.nse +++ b/scripts/http-headers.nse @@ -5,7 +5,7 @@ local stdnse = require "stdnse" local table = require "table" description = [[ -Performs a GET request for the root folder ("/") of a web server and displays the HTTP headers returned. +Performs a HEAD request for the root folder ("/") of a web server and displays the HTTP headers returned. ]] ---