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 401532e commit f2cbbf4Copy full SHA for f2cbbf4
lib/msf/core/exploit/http/server.rb
@@ -825,7 +825,7 @@ def js_property_spray
825
objId = oArg.objId;
826
827
if (shellcode == undefined) { throw "Missing argument: shellcode"; }
828
- if (offset == undefined) { offset = 0x104; }
+ if (offset == undefined) { offset = 0x00; }
829
if (heapBlockSize == undefined) { heapBlockSize = 0x80000; }
830
if (maxAllocs == undefined) { maxAllocs = 0x350; }
831
0 commit comments