Remove unused and commented URIPATH
parent
8e57688f04
commit
905f483915
|
@ -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])
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue