We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1361e91 commit 3fb2477Copy full SHA for 3fb2477
modules/exploits/windows/misc/achat_bof.rb
@@ -34,7 +34,7 @@ def initialize(info = {})
34
},
35
'Payload' => {
36
'DisableNops' => true,
37
- 'Space' => 730,
+ 'Space' => 1200,
38
'BadChars' => "\x00" + (0x80..0xff).to_a.pack("C*"),
39
'StackAdjustment' => -3500,
40
'EncoderType' => Msf::Encoder::Type::AlphanumUnicodeMixed,
0 commit comments