Spelling and correct description
parent
ccdf814688
commit
eac4f02b66
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue