Fix SessionTypes

GSoC/Meterpreter_Web_Console
William Vu 2019-01-24 11:22:19 -06:00
parent 006faa3d17
commit 8cdcba81fe
4 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ class MetasploitModule < Msf::Post
'Author' => 'Alberto Rafael Rodriguez Iglesias <albertocysec[at]gmail.com>',
'License' => MSF_LICENSE,
'Platform' => ['linux'],
'SessionTypes' => ['shell']
'SessionTypes' => ['shell', 'meterpreter']
)
register_options(
[

View File

@ -16,7 +16,7 @@ class MetasploitModule < Msf::Post
'Author' => 'Alberto Rafael Rodriguez Iglesias <albertocysec[at]gmail.com>',
'License' => MSF_LICENSE,
'Platform' => ['linux'],
'SessionTypes' => ['shell']
'SessionTypes' => ['shell', 'meterpreter']
)
register_options(
[

View File

@ -16,7 +16,7 @@ class MetasploitModule < Msf::Post
'Author' => 'Alberto Rafael Rodriguez Iglesias <albertocysec[at]gmail.com>',
'License' => MSF_LICENSE,
'Platform' => ['linux'],
'SessionTypes' => ['shell']
'SessionTypes' => ['shell', 'meterpreter']
)
end

View File

@ -47,7 +47,7 @@ end
'Author' => 'Alberto Rafael Rodriguez Iglesias <albertocysec[at]gmail.com>',
'License' => MSF_LICENSE,
'Platform' => ['linux'],
'SessionTypes' => ['shell']
'SessionTypes' => ['shell', 'meterpreter']
)
end