From ce3d98bc88215e18f5f10d5c8763572796260387 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Thu, 19 Apr 2012 07:44:28 -0500 Subject: [PATCH] vcms_login.rb description --- modules/auxiliary/scanner/http/vcms_login.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/auxiliary/scanner/http/vcms_login.rb b/modules/auxiliary/scanner/http/vcms_login.rb index d0d68bbd64..d94eb3ff30 100644 --- a/modules/auxiliary/scanner/http/vcms_login.rb +++ b/modules/auxiliary/scanner/http/vcms_login.rb @@ -19,7 +19,7 @@ class Metasploit3 < Msf::Auxiliary 'Description' => %q{ This module attempts to authenticate to an English-based V-CMS login interface. It should only work against version v1.1 or older, because these versions do not - have any default protections against brute-forcing. + have any default protections against bruteforcing. }, 'Author' => [ 'sinn3r' ], 'License' => MSF_LICENSE @@ -118,4 +118,4 @@ class Metasploit3 < Msf::Auxiliary do_login(user, pass) } end -end \ No newline at end of file +end