diff --git a/modules/auxiliary/server/capture/mysql.rb b/modules/auxiliary/server/capture/mysql.rb index 014cd0badd..dba3449c76 100644 --- a/modules/auxiliary/server/capture/mysql.rb +++ b/modules/auxiliary/server/capture/mysql.rb @@ -19,8 +19,7 @@ class Metasploit3 < Msf::Auxiliary 'Description' => %q{ This module provides a fake MySQL service that is designed to capture authentication credentials. It captures challenge and - response pairs that can be supplied to Cain or JtR (faster and - multi-core capable) for cracking. + response pairs that can be supplied to Cain or JtR for cracking. }, 'Author' => 'Patrik Karlsson ', 'License' => MSF_LICENSE,