Add missed fix (formatting)

bug/bundler_fix
William Vu 2014-09-24 23:12:29 -05:00
commit fd34bdb22f
No known key found for this signature in database
GPG Key ID: E761DCB4C1629024
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ class Metasploit4 < Msf::Auxiliary
register_options([ register_options([
OptString.new('TARGETURI', [true, 'Path to CGI script']), OptString.new('TARGETURI', [true, 'Path to CGI script']),
OptEnum.new('METHOD', [true, 'HTTP method to use', 'GET', ['GET', 'POST']]), OptEnum.new('METHOD', [true, 'HTTP method to use', 'GET',
['GET', 'POST']]),
OptString.new('CMD', [true, 'Command to run (absolute paths required)', OptString.new('CMD', [true, 'Command to run (absolute paths required)',
'/usr/bin/id']) '/usr/bin/id'])
], self.class) ], self.class)