Skip to content

Commit

Permalink
Collector looks like hex, store it as a string
Browse files Browse the repository at this point in the history
  • Loading branch information
egypt committed Jul 30, 2016
1 parent 8bda3c6 commit d46c3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/windows/http/jira_collector_traversal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def initialize(info = {})
[
Opt::RPORT(8080),
OptString.new('TARGETURI', [true, 'Path to JIRA', '/']),
OptInt.new('COLLECTOR', [true, 'Collector ID'])
OptString.new('COLLECTOR', [true, 'Collector ID'])
], self.class)

register_advanced_options(
Expand Down

0 comments on commit d46c3a1

Please sign in to comment.