Skip to content

Commit 3fb2477

Browse files
committed
Increase payload space
1 parent 1361e91 commit 3fb2477

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)