Collector looks like hex, store it as a string

bug/bundler_fix
James Lee 2016-07-29 21:57:51 -05:00
parent 8bda3c6382
commit d46c3a1d8c
No known key found for this signature in database
GPG Key ID: 2D6094C7CEA0A321
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class MetasploitModule < Msf::Exploit::Remote
[
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(