Land #9734, Remove unwanted 'pop RAX' from windows/x64/reverse_(win)http
commit
d9039d43ef
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue