diff --git a/modules/exploits/multi/http/cve_2014_9390.rb b/modules/exploits/multi/http/cve_2014_9390.rb index 45487603db..cdc15703df 100644 --- a/modules/exploits/multi/http/cve_2014_9390.rb +++ b/modules/exploits/multi/http/cve_2014_9390.rb @@ -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]) ] )