From a33a6dc79d014f31201e4b30477810f6e96de1af Mon Sep 17 00:00:00 2001 From: Brandon Perry Date: Thu, 3 Jul 2014 16:52:52 -0500 Subject: [PATCH] add bash to requiredcmd --- modules/exploits/linux/http/gitlist_exec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/linux/http/gitlist_exec.rb b/modules/exploits/linux/http/gitlist_exec.rb index 225c9f0ac5..9f3017efab 100644 --- a/modules/exploits/linux/http/gitlist_exec.rb +++ b/modules/exploits/linux/http/gitlist_exec.rb @@ -40,7 +40,7 @@ class Metasploit3 < Msf::Exploit::Remote 'Compat' => { 'PayloadType' => 'cmd', - 'RequiredCmd' => 'generic netcat netcat-e python perl', + 'RequiredCmd' => 'generic telnet python perl bash', } }, 'Targets' =>