Update name and description

bug/bundler_fix
wchen-r7 2016-02-25 14:39:19 -06:00
parent 7e25c7b87b
commit aa7c3f01a8
1 changed files with 3 additions and 2 deletions

View File

@ -20,9 +20,10 @@ class Metasploit3 < Msf::Auxiliary
def initialize def initialize
super( super(
'Name' => 'Karaf Default Credential Scanner', 'Name' => 'Apache Karaf Login Utility',
'Description' => %q{ 'Description' => %q{
This module uses default Karaf credentials to login to the console via ssh. This module attempts to log into Apache Karaf's SSH. If the TRYDEFAULTCRED option is
set, then it will also try the default 'karaf' credential.
}, },
'Author' => [ 'Author' => [
'Samuel Huckins', 'Samuel Huckins',