Skip to content

Commit 905f483

Browse files
committed
Remove unused and commented URIPATH
1 parent 8e57688 commit 905f483

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/exploits/multi/http/cve_2014_9390.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ def initialize(info = {})
8484
register_options(
8585
[
8686
OptBool.new('GIT', [true, 'Exploit Git clients', true]),
87-
OptBool.new('MERCURIAL', [true, 'Exploit Mercurial clients', false]),
88-
#OptString.new('URIPATH', [true, 'The URI to display the malicious repositories in', '/'])
87+
OptBool.new('MERCURIAL', [true, 'Exploit Mercurial clients', false])
8988
]
9089
)
9190

0 commit comments

Comments
 (0)