Kill meterpreter support.

* Meterpreter seems to fall over on the cmd escaping, and dies if you
try to pass it an array of args (python/java meterpreter on various versions
of osx).
This commit is contained in:
joev 2013-12-01 20:17:43 -06:00
parent 2de9a4f3c1
commit 040a629f34
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class Metasploit3 < Msf::Post
'joev'
],
'Platform' => [ 'osx' ],
'SessionTypes' => [ 'shell', 'meterpreter' ],
'SessionTypes' => [ 'shell' ],
'Actions' => [
[ 'LIST', { 'Description' => 'Show a list of stored network share credentials' } ],
[ 'MOUNT', { 'Description' => 'Mount a network shared volume using stored credentials' } ],