fix undefined method capitalize error for array
parent
41a5ac3d74
commit
970c164e06
|
@ -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]),
|
||||||
|
|
Loading…
Reference in New Issue