Remove unused and commented URIPATH

bug/bundler_fix
Jon Hart 2014-12-23 09:40:27 -08:00
parent 8e57688f04
commit 905f483915
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 2 deletions

View File

@ -84,8 +84,7 @@ class Metasploit4 < Msf::Exploit::Remote
register_options(
[
OptBool.new('GIT', [true, 'Exploit Git clients', true]),
OptBool.new('MERCURIAL', [true, 'Exploit Mercurial clients', false]),
#OptString.new('URIPATH', [true, 'The URI to display the malicious repositories in', '/'])
OptBool.new('MERCURIAL', [true, 'Exploit Mercurial clients', false])
]
)