From a3641729781ceaa5598352b277cd94fa0eb17bd3 Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Tue, 8 Jul 2014 16:25:50 -0500 Subject: [PATCH] Add meterpreter as session type --- modules/post/linux/gather/enum_protections.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/post/linux/gather/enum_protections.rb b/modules/post/linux/gather/enum_protections.rb index e8f89decdd..cc173d100c 100644 --- a/modules/post/linux/gather/enum_protections.rb +++ b/modules/post/linux/gather/enum_protections.rb @@ -29,7 +29,7 @@ class Metasploit3 < Msf::Post 'ohdae ' ], 'Platform' => ['linux'], - 'SessionTypes' => ['shell'] + 'SessionTypes' => ['shell', 'meterpreter'] )) end