Skip to content

Commit 10653fa

Browse files
committed
Land rapid7#7164, jira_collector_traversal COLLECTOR fix
2 parents 8bda3c6 + d46c3a1 commit 10653fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/http/jira_collector_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def initialize(info = {})
5353
[
5454
Opt::RPORT(8080),
5555
OptString.new('TARGETURI', [true, 'Path to JIRA', '/']),
56-
OptInt.new('COLLECTOR', [true, 'Collector ID'])
56+
OptString.new('COLLECTOR', [true, 'Collector ID'])
5757
], self.class)
5858

5959
register_advanced_options(

0 commit comments

Comments
 (0)