Remove apache_continuum_cmd_exec CmdStager flavor

It is inferred from the platform, and we don't want to override it
needlessly. :bourne is what worked during testing, but it won't always
work. Now we can override the flavor with CMDSTAGER::FLAVOR.
bug/bundler_fix
William Vu 2016-12-27 16:21:42 -06:00
parent 9dc1b4dd86
commit afd8315e1d
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class MetasploitModule < Msf::Exploit::Remote
def exploit
print_status('Injecting CmdStager payload...')
execute_cmdstager(flavor: :bourne)
execute_cmdstager
end
def execute_command(cmd, opts = {})