Fix SessionTypes
parent
006faa3d17
commit
8cdcba81fe
|
@ -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(
|
||||
[
|
||||
|
|
|
@ -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(
|
||||
[
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue