Skip to content

Commit 333b527

Browse files
authored
Land #20428, fixes available payload space in exploits/windows/misc/achat_bof
Fix achat_bof by increasing the available payload space
2 parents 53c3396 + 3fb2477 commit 333b527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/misc/achat_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def initialize(info = {})
3434
},
3535
'Payload' => {
3636
'DisableNops' => true,
37-
'Space' => 730,
37+
'Space' => 1200,
3838
'BadChars' => "\x00" + (0x80..0xff).to_a.pack("C*"),
3939
'StackAdjustment' => -3500,
4040
'EncoderType' => Msf::Encoder::Type::AlphanumUnicodeMixed,

0 commit comments

Comments
 (0)