Skip to content

Commit afd8315

Browse files
committed
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.
1 parent 9dc1b4d commit afd8315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/apache_continuum_cmd_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def check
5858

5959
def exploit
6060
print_status('Injecting CmdStager payload...')
61-
execute_cmdstager(flavor: :bourne)
61+
execute_cmdstager
6262
end
6363

6464
def execute_command(cmd, opts = {})

0 commit comments

Comments
 (0)