Skip to content

Commit d46c3a1

Browse files
committed
Collector looks like hex, store it as a string
1 parent 8bda3c6 commit d46c3a1

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)