Skip to content

Commit

Permalink
Land #7164, jira_collector_traversal COLLECTOR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed Jul 30, 2016
2 parents 8bda3c6 + d46c3a1 commit 10653fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/windows/http/jira_collector_traversal.rb
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 10653fa

Please sign in to comment.