vcms_login.rb description

unstable
Tod Beardsley 2012-04-19 07:44:28 -05:00
parent 5fde6b759f
commit ce3d98bc88
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ class Metasploit3 < Msf::Auxiliary
'Description' => %q{ 'Description' => %q{
This module attempts to authenticate to an English-based V-CMS login interface. 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 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' ], 'Author' => [ 'sinn3r' ],
'License' => MSF_LICENSE 'License' => MSF_LICENSE
@ -118,4 +118,4 @@ class Metasploit3 < Msf::Auxiliary
do_login(user, pass) do_login(user, pass)
} }
end end
end end