From f6eba7c5f1cde2bc1ce59dfa8f2cc8e76f0f0a11 Mon Sep 17 00:00:00 2001 From: bmenrigh Date: Wed, 20 May 2009 00:05:37 +0000 Subject: [PATCH] Fixed Metasplit -> Metasploit typo --- scripts/http-webdav-unicode-bypass.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-webdav-unicode-bypass.nse b/scripts/http-webdav-unicode-bypass.nse index be79cd544..c7c1c9c04 100644 --- a/scripts/http-webdav-unicode-bypass.nse +++ b/scripts/http-webdav-unicode-bypass.nse @@ -3,7 +3,7 @@ Checks for a vulnerability in IIS6 that allows arbitrary users to access secured A list of well known folders (almost 900) is used by default. Each one is checked, and if returns an authentication request (401), another attempt is tried with the malicious encoding. If that attempt returns a successful result (207), -The module is based on the Metasplit modules/auxiliary/scanner/http/wmap_dir_webdav_unicode_bypass.rb auxiliary module. +The module is based on the Metasploit modules/auxiliary/scanner/http/wmap_dir_webdav_unicode_bypass.rb auxiliary module. ]] ---