Add legit git UserAgent

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

View File

@ -35,7 +35,8 @@ class Metasploit3 < Msf::Auxiliary
[
OptString.new('TARGETURI', [true, 'The test path to .git directory', '/.git/']),
OptBool.new('GIT_INDEX', [true, 'Check index file in .git directory', true]),
OptBool.new('GIT_CONFIG', [true, 'Check config file in .git directory', true])
OptBool.new('GIT_CONFIG', [true, 'Check config file in .git directory', true]),
OptString.new('UserAgent', [ true, 'The HTTP User-Agent sent in the request', 'git/1.7.9.5' ])
]
)
end