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 bb02dc4 commit 9f35452Copy full SHA for 9f35452
lib/msf/core/exploit/http/server.rb
@@ -829,8 +829,8 @@ def js_property_spray
829
if (shellcode == undefined) { throw "Missing argument: shellcode"; }
830
if (objId == undefined) { throw "Missing argument: objId"; }
831
if (offset == undefined) { offset = 0x104; }
832
- if (heapBlockSize == undefined) { heapBlockSize = 0x40000; }
833
- if (maxAllocs == undefined) { maxAllocs = 0x250; }
+ if (heapBlockSize == undefined) { heapBlockSize = 0x80000; }
+ if (maxAllocs == undefined) { maxAllocs = 0x350; }
834
if (browser == undefined) { browser = 'generic'; }
835
836
if (offset > 0x800) { throw "Bad alignment"; }
0 commit comments