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