fix undefined method capitalize error for array

GSoC/Meterpreter_Web_Console
thesubtlety 2018-07-05 14:33:51 -07:00
parent 41a5ac3d74
commit 970c164e06
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class MetasploitModule < Msf::Post
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,
'Author' => [ 'thesubtlety' ], 'Author' => [ 'thesubtlety' ],
'Platform' => [ 'linux', 'win' ], 'Platform' => [ 'linux', 'win' ],
'SessionTypes' => [ %w[shell meterpreter] ] 'SessionTypes' => %w[shell meterpreter]
)) ))
register_options( register_options(
[ OptBool.new('STORE_LOOT', [false, 'Store files in loot (will simply output file to console if set to false).', true]), [ OptBool.new('STORE_LOOT', [false, 'Store files in loot (will simply output file to console if set to false).', true]),