vcms_login.rb description
parent
5fde6b759f
commit
ce3d98bc88
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue