diff --git a/scripts/ajp-headers.nse b/scripts/ajp-headers.nse index 7f8a86425..980cce07b 100644 --- a/scripts/ajp-headers.nse +++ b/scripts/ajp-headers.nse @@ -4,7 +4,7 @@ local stdnse = require "stdnse" description = [[ Performs a HEAD or GET request against either the root directory or any -optional directory of an Apache JServe Protocol server and returns the server response headers. +optional directory of an Apache JServ Protocol server and returns the server response headers. ]] ---