Skip to content

Commit 0f5ff6e

Browse files
committed
Added bytes to required size
1 parent add26ca commit 0f5ff6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/payload/windows/reverse_tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def required_space
8888
space = cached_size
8989

9090
# Bind port bytes, adds 35 bytes.
91-
space += 35
91+
space += 50
9292

9393
# EXITFUNK 'thread' is the biggest by far, adds 29 bytes.
9494
space += 29

0 commit comments

Comments
 (0)