Skip to content

Commit f2cbbf4

Browse files
committed
Changes default offset
Points to the beginning of the block
1 parent 401532e commit f2cbbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/http/server.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ def js_property_spray
825825
objId = oArg.objId;
826826
827827
if (shellcode == undefined) { throw "Missing argument: shellcode"; }
828-
if (offset == undefined) { offset = 0x104; }
828+
if (offset == undefined) { offset = 0x00; }
829829
if (heapBlockSize == undefined) { heapBlockSize = 0x80000; }
830830
if (maxAllocs == undefined) { maxAllocs = 0x350; }
831831

0 commit comments

Comments
 (0)