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 86d7893 commit 2c013caCopy full SHA for 2c013ca
lib/msf/core/exploit/http/server.rb
@@ -803,8 +803,8 @@ def js_base64
803
# 'ie8', 'ie9', 'ie10', and 'generic'.
804
# objId => Optional. The ID for a <div> HTML tag.
805
# offset => Optional. Number of bytes to align the shellcode, default: 0x104
806
- # heapBlockSize => Optional. Allocation size, default: 0x40000
807
- # maxAllocs => Optional. Number of allocation calls, default: 0x250
+ # heapBlockSize => Optional. Allocation size, default: 0x80000
+ # maxAllocs => Optional. Number of allocation calls, default: 0x350
808
#
809
# Example of using the 'sprayHeap' function:
810
# <div id="blah"></div>
0 commit comments