Update SessionTypes command to describe why shell is not listed

This commit is contained in:
Jon Hart 2015-12-08 12:06:47 -08:00
parent 3890961155
commit 2177b979fd
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ class Metasploit3 < Msf::Post
'Jon Hart <jon_hart[at]rapid7.com>' # improved metasploit module
],
'Platform' => [ 'win' ],
# XXX: this will work with 'shell' when the sysinfo parts are removed
# and https://github.com/rapid7/metasploit-framework/issues/6328 and
# perhaps https://github.com/rapid7/metasploit-framework/issues/6316
# are fixed
'SessionTypes' => [ 'meterpreter' ]
)
)