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 f2cbbf4 commit d28db8aCopy full SHA for d28db8a
lib/msf/core/exploit/http/server.rb
@@ -800,7 +800,7 @@ def js_base64
800
# The "sprayHeap" JavaScript function supports the following arguments:
801
# shellcode => The shellcode to spray in JavaScript. Note: Avoid null bytes.
802
# objId => Optional. The ID for a <div> HTML tag.
803
- # offset => Optional. Number of bytes to align the shellcode, default: 0x104
+ # offset => Optional. Number of bytes to align the shellcode, default: 0x00
804
# heapBlockSize => Optional. Allocation size, default: 0x80000
805
# maxAllocs => Optional. Number of allocation calls, default: 0x350
806
#
0 commit comments