Spelling and correct description

bug/bundler_fix
Jon Hart 2015-11-24 17:57:56 -08:00
parent ccdf814688
commit eac4f02b66
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 3 additions and 5 deletions

View File

@ -15,11 +15,9 @@ class Metasploit3 < Msf::Auxiliary
super( super(
'Name' => 'HTTP Git Scanner', 'Name' => 'HTTP Git Scanner',
'Description' => %q( 'Description' => %q(
This module can detect information disclosure vlnerabilities in This module can detect situations where there may be information
Git Repository. Git has some files that stores in Git Resitory, disclosure vulnerabilities that occur when a Git repository is made
ex: .git/config, .git/index. We can get a number of personal/ available over HTTP.
preferences settings from .git/config, and get source code,
account information from .git/index.
), ),
'Author' => [ 'Author' => [
'Nixawk', # module developer 'Nixawk', # module developer