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
parent
9dc1b4dd86
commit
afd8315e1d
|
@ -58,7 +58,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
|
|
||||||
def exploit
|
def exploit
|
||||||
print_status('Injecting CmdStager payload...')
|
print_status('Injecting CmdStager payload...')
|
||||||
execute_cmdstager(flavor: :bourne)
|
execute_cmdstager
|
||||||
end
|
end
|
||||||
|
|
||||||
def execute_command(cmd, opts = {})
|
def execute_command(cmd, opts = {})
|
||||||
|
|
Loading…
Reference in New Issue