From 2177b979fd6facecd0a4533cecee7441eaf61289 Mon Sep 17 00:00:00 2001 From: Jon Hart Date: Tue, 8 Dec 2015 12:06:47 -0800 Subject: [PATCH] Update SessionTypes command to describe why shell is not listed --- modules/post/windows/gather/enum_av_excluded.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/post/windows/gather/enum_av_excluded.rb b/modules/post/windows/gather/enum_av_excluded.rb index 9c8af550c6..0aa167b783 100644 --- a/modules/post/windows/gather/enum_av_excluded.rb +++ b/modules/post/windows/gather/enum_av_excluded.rb @@ -26,6 +26,10 @@ class Metasploit3 < Msf::Post 'Jon Hart ' # 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' ] ) )