No Automatic target.

bug/bundler_fix
Tod Beardsley 2016-06-23 12:50:23 -05:00
parent 7a36d03fe3
commit ffabf26593
No known key found for this signature in database
GPG Key ID: BD63D0A3EA19CAAC
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ class MetasploitModule < Msf::Exploit::Remote
'Platform' => %w{ nodejs php java ruby },
'Arch' => %w{ ARCH_NODEJS ARCH_RUBY ARCH_JAVA ARCH_RUBY },
'Targets' => [
['Automatic', {}],
['NodeJS', { 'Platform' => 'nodejs', 'Arch' => ARCH_NODEJS } ],
['PHP', { 'Platform' => 'php', 'Arch' => ARCH_PHP } ],
['Java', { 'Platform' => 'java', 'Arch' => ARCH_JAVA } ],