Skip to content

Commit 6859b24

Browse files
committed
Fix missing label, update payload sizes
1 parent d43e11f commit 6859b24

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

lib/msf/core/payload/windows/x64/reverse_winhttp.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ def asm_reverse_winhttp(opts={})
327327
^
328328
else
329329
asm << %Q^
330+
failure:
330331
; hard-coded to ExitProcess(whatever) for size
331332
mov r10, #{Rex::Text.block_api_hash('kernel32.dll', 'ExitProcess')}
332333
call rbp ; ExitProcess(whatever)

modules/payloads/stagers/windows/x64/reverse_http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
module Metasploit4
1111

12-
CachedSize = 487
12+
CachedSize = 486
1313

1414
include Msf::Payload::Stager
1515
include Msf::Payload::Windows

modules/payloads/stagers/windows/x64/reverse_https.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
module Metasploit4
1111

12-
CachedSize = 521
12+
CachedSize = 517
1313

1414
include Msf::Payload::Stager
1515
include Msf::Payload::Windows

modules/payloads/stagers/windows/x64/reverse_winhttp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
module Metasploit4
1111

12-
CachedSize = 503
12+
CachedSize = 510
1313

1414
include Msf::Payload::Stager
1515
include Msf::Payload::Windows

modules/payloads/stagers/windows/x64/reverse_winhttps.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
module Metasploit4
1111

12-
CachedSize = 540
12+
CachedSize = 541
1313

1414
include Msf::Payload::Stager
1515
include Msf::Payload::Windows

0 commit comments

Comments
 (0)