From 45997b8dd4afa157e10aa79bca1e4c6e47f63ffd Mon Sep 17 00:00:00 2001 From: sinn3r Date: Thu, 19 Apr 2012 10:54:05 -0500 Subject: [PATCH] Fix typos --- modules/auxiliary/scanner/http/dolibarr_login.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/auxiliary/scanner/http/dolibarr_login.rb b/modules/auxiliary/scanner/http/dolibarr_login.rb index e339ecf692..d5d09465c3 100644 --- a/modules/auxiliary/scanner/http/dolibarr_login.rb +++ b/modules/auxiliary/scanner/http/dolibarr_login.rb @@ -17,10 +17,10 @@ class Metasploit3 < Msf::Auxiliary super(update_info(info, 'Name' => 'Dolibarr ERP & CRM 3 Login Utility', '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 - have any default protections against brute-forcing. - }, #' + have any default protections against bruteforcing. + }, 'Author' => [ 'sinn3r' ], 'License' => MSF_LICENSE ))