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 5668064 commit 0634cb9Copy full SHA for 0634cb9
lib/msf/core/exploit/http/server.rb
@@ -798,7 +798,7 @@ def js_base64
798
# publication on "DEPS – Precise Heap Spray on Firefox and IE10".
799
#
800
# The "sprayHeap" JavaScript function supports the following arguments:
801
- # shellcode => The shellcode to spray in JavaScript.
+ # 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
804
# heapBlockSize => Optional. Allocation size, default: 0x80000
0 commit comments