Fix missing label, update payload sizes

unstable
OJ 2015-05-20 15:42:31 +10:00
parent d43e11f5af
commit 6859b24c1c
5 changed files with 5 additions and 4 deletions

View File

@ -327,6 +327,7 @@ module Payload::Windows::ReverseWinHttp_x64
^
else
asm << %Q^
failure:
; hard-coded to ExitProcess(whatever) for size
mov r10, #{Rex::Text.block_api_hash('kernel32.dll', 'ExitProcess')}
call rbp ; ExitProcess(whatever)

View File

@ -9,7 +9,7 @@ require 'msf/core/payload/windows/x64/reverse_http'
module Metasploit4
CachedSize = 487
CachedSize = 486
include Msf::Payload::Stager
include Msf::Payload::Windows

View File

@ -9,7 +9,7 @@ require 'msf/core/payload/windows/x64/reverse_https'
module Metasploit4
CachedSize = 521
CachedSize = 517
include Msf::Payload::Stager
include Msf::Payload::Windows

View File

@ -9,7 +9,7 @@ require 'msf/core/payload/windows/x64/reverse_winhttp'
module Metasploit4
CachedSize = 503
CachedSize = 510
include Msf::Payload::Stager
include Msf::Payload::Windows

View File

@ -9,7 +9,7 @@ require 'msf/core/payload/windows/x64/reverse_winhttps'
module Metasploit4
CachedSize = 540
CachedSize = 541
include Msf::Payload::Stager
include Msf::Payload::Windows