Skip to content

Commit

Permalink
update cache size and fix an assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
bwatters-r7 committed Jun 4, 2019
1 parent ff1630a commit bee013a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/msf/core/payload/windows/x64/bind_tcp.rb
Expand Up @@ -210,7 +210,7 @@ def asm_bind_tcp(opts={})

def asm_block_recv(opts={})

asm << %Q^
asm = %Q^
recv:
; Receive the size of the incoming second stage...
sub rsp, 16 ; alloc some space (16 bytes) on stack for to hold the second stage length
Expand Down
2 changes: 1 addition & 1 deletion modules/payloads/stagers/windows/x64/bind_tcp_rc4.rb
Expand Up @@ -10,7 +10,7 @@

module MetasploitModule

CachedSize = 585
CachedSize = 616

include Msf::Payload::Stager
include Msf::Payload::Windows::BindTcpRc4_x64
Expand Down

0 comments on commit bee013a

Please sign in to comment.