Land #9734, Remove unwanted 'pop RAX' from windows/x64/reverse_(win)http

GSoC/Meterpreter_Web_Console
bwatters-r7 2018-04-03 14:23:41 -05:00
commit d9039d43ef
No known key found for this signature in database
GPG Key ID: ECC0F0A52E65F268
6 changed files with 4 additions and 6 deletions

View File

@ -481,7 +481,6 @@ module Payload::Windows::ReverseHttp_x64
test eax, eax ; are we done? test eax, eax ; are we done?
jnz download_more ; keep going jnz download_more ; keep going
pop rax ; clear up reserved space pop rax ; clear up reserved space
pop rax ; realign again
execute_stage: execute_stage:
ret ; return to the stored stage address ret ; return to the stored stage address

View File

@ -602,7 +602,6 @@ module Payload::Windows::ReverseWinHttp_x64
test eax, eax ; are we done? test eax, eax ; are we done?
jnz download_more ; keep going jnz download_more ; keep going
pop rax ; clear up reserved space pop rax ; clear up reserved space
pop rax ; realign again
execute_stage: execute_stage:
ret ; return to the stored stage address ret ; return to the stored stage address

View File

@ -8,7 +8,7 @@ require 'msf/core/payload/windows/x64/reverse_http'
module MetasploitModule module MetasploitModule
CachedSize = 529 CachedSize = 528
include Msf::Payload::Stager include Msf::Payload::Stager
include Msf::Payload::Windows include Msf::Payload::Windows

View File

@ -8,7 +8,7 @@ require 'msf/core/payload/windows/x64/reverse_https'
module MetasploitModule module MetasploitModule
CachedSize = 563 CachedSize = 562
include Msf::Payload::Stager include Msf::Payload::Stager
include Msf::Payload::Windows include Msf::Payload::Windows

View File

@ -8,7 +8,7 @@ require 'msf/core/payload/windows/x64/reverse_winhttp'
module MetasploitModule module MetasploitModule
CachedSize = 746 CachedSize = 745
include Msf::Payload::Stager include Msf::Payload::Stager
include Msf::Payload::Windows include Msf::Payload::Windows

View File

@ -8,7 +8,7 @@ require 'msf/core/payload/windows/x64/reverse_winhttps'
module MetasploitModule module MetasploitModule
CachedSize = 782 CachedSize = 781
include Msf::Payload::Stager include Msf::Payload::Stager
include Msf::Payload::Windows include Msf::Payload::Windows