From a585fca827f3f73d4361f49433746e3f7f013444 Mon Sep 17 00:00:00 2001 From: James Lee Date: Wed, 19 Nov 2008 06:58:01 +0000 Subject: [PATCH] typo fix git-svn-id: file:///home/svn/framework3/trunk@5958 4d416f70-5f16-0410-b530-b9f4589650da --- modules/auxiliary/server/socks_unc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/auxiliary/server/socks_unc.rb b/modules/auxiliary/server/socks_unc.rb index 28d2883138..2a313b4cab 100644 --- a/modules/auxiliary/server/socks_unc.rb +++ b/modules/auxiliary/server/socks_unc.rb @@ -24,7 +24,7 @@ class Metasploit3 < Msf::Auxiliary 'Name' => 'SOCKS Proxy UNC Path Redirection', 'Version' => '$Revision$', 'Description' => %q{ - This module provides a Socks proxy service a + This module provides a Socks proxy service that redirects all HTTP requests to a web page that loads a UNC path. }, @@ -167,4 +167,4 @@ class Metasploit3 < Msf::Auxiliary -end \ No newline at end of file +end