Fix typos

This commit is contained in:
sinn3r 2012-04-19 10:54:05 -05:00
parent 37f4e7b3b9
commit 45997b8dd4
1 changed files with 3 additions and 3 deletions

View File

@ -17,10 +17,10 @@ class Metasploit3 < Msf::Auxiliary
super(update_info(info, super(update_info(info,
'Name' => 'Dolibarr ERP & CRM 3 Login Utility', 'Name' => 'Dolibarr ERP & CRM 3 Login Utility',
'Description' => %q{ 'Description' => %q{
This module attempts to authenticate to a Dolibarr ERP/CRM's admin web intarface, This module attempts to authenticate to a Dolibarr ERP/CRM's admin web interface,
and should only work against version 3.1.1 or older, because these versions do not and should only work against version 3.1.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
)) ))