Add a couple more Unix platforms
This is so we don't trigger the session compatibility warning. These platforms have been worked on most recently.GSoC/Meterpreter_Web_Console
parent
a119465495
commit
81d020f810
|
@ -12,7 +12,7 @@ class MetasploitModule < Msf::Post
|
|||
'Description' => %q{Push a file and execute it.},
|
||||
'Author' => 'egypt',
|
||||
'License' => MSF_LICENSE,
|
||||
'Platform' => ['win', 'unix', 'linux', 'osx'],
|
||||
'Platform' => ['win', 'unix', 'linux', 'osx', 'bsd', 'solaris'],
|
||||
'SessionTypes' => ['meterpreter', 'shell']
|
||||
))
|
||||
|
||||
|
|
Loading…
Reference in New Issue