From 46a819b034ee5b7f1d70aaec05e3d13da2df491a Mon Sep 17 00:00:00 2001 From: fyodor Date: Thu, 10 Jun 2010 05:36:39 +0000 Subject: [PATCH] changed a URL to use %28 and %29 rather than ( and ) to fix an nsedoc parsing issue noted by Jason DePriest --- scripts/http-methods.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-methods.nse b/scripts/http-methods.nse index 264c8ac10..650d86b68 100644 --- a/scripts/http-methods.nse +++ b/scripts/http-methods.nse @@ -9,7 +9,7 @@ HEAD, POST, and OPTIONS. If the script reports potentially risky methods, they may not all be security risks, but you should check to make sure. This page lists the dangers of some common methods: -http://www.owasp.org/index.php/Testing_for_HTTP_Methods_and_XST_(OWASP-CM-008) +http://www.owasp.org/index.php/Testing_for_HTTP_Methods_and_XST_%28OWASP-CM-008%29 The list of supported methods comes from the contents of the Allow and Public header fields. In verbose mode, a list of all methods is printed,