Restore required option

bug/bundler_fix
jvazquez-r7 2015-09-25 13:41:27 -05:00
parent e4e9609bc2
commit 80c9cd4e6f
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class Metasploit3 < Msf::Auxiliary
[
OptString.new('TARGETURI', [true, 'UPnP control URL', '/' ]),
OptAddress.new('INTERNAL_CLIENT', [false, 'Internal client hostname/IP']),
OptAddress.new('EXTERNAL_CLIENT', [true, 'External client hostname/IP']),
OptAddress.new('EXTERNAL_CLIENT', [false, 'External client hostname/IP']),
OptEnum.new('PROTOCOL', [true, 'Transport level protocol to map', 'TCP', %w(TCP UDP)]),
OptInt.new('INTERNAL_PORT', [false, 'Internal port']),
OptInt.new('EXTERNAL_PORT', [true, 'External port']),