Skip to content

Commit d2f350f

Browse files
authored
Merge pull request rapid7#21290 from dledda-r7/fix/payload-cached-size-debug
Fix annoying bug for payload cached size
2 parents e2dff5c + b13b669 commit d2f350f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/msf/util/payload_cached_size.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ class PayloadCachedSize
3131
'PEXEC' => '/bin/sh',
3232
'HttpUserAgent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0',
3333
'StagerURILength' => 5,
34-
'FD' => 100
34+
'FD' => 100,
35+
'MeterpreterDebugBuild' => false
3536
},
3637
'Encoder' => nil,
3738
'DisableNops' => true

0 commit comments

Comments
 (0)