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
William Vu 2018-09-23 22:12:26 -05:00
parent a119465495
commit 81d020f810
1 changed files with 1 additions and 1 deletions

View File

@ -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']
))