From 06e2994b7ef676a709303a2c8488d636c2d96e01 Mon Sep 17 00:00:00 2001 From: sinn3r Date: Mon, 8 Oct 2012 15:13:27 -0500 Subject: [PATCH] connectiontype to find and python payload support --- modules/exploits/multi/http/phptax_exec.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/exploits/multi/http/phptax_exec.rb b/modules/exploits/multi/http/phptax_exec.rb index 35ea4c529a..0f7412a6d3 100644 --- a/modules/exploits/multi/http/phptax_exec.rb +++ b/modules/exploits/multi/http/phptax_exec.rb @@ -37,8 +37,9 @@ class Metasploit3 < Msf::Exploit::Remote { 'Compat' => { - 'PayloadType' => 'cmd', - 'RequiredCmd' => 'generic perl ruby bash telnet', + 'ConnectionType' => 'find', + 'PayloadType' => 'cmd', + 'RequiredCmd' => 'generic perl ruby bash telnet python' } }, 'Platform' => ['unix', 'linux'],