Skip to content

Commit 2c013ca

Browse files
committed
Update documentation for default values
1 parent 86d7893 commit 2c013ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -803,8 +803,8 @@ def js_base64
803803
# 'ie8', 'ie9', 'ie10', and 'generic'.
804804
# objId => Optional. The ID for a <div> HTML tag.
805805
# 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
806+
# heapBlockSize => Optional. Allocation size, default: 0x80000
807+
# maxAllocs => Optional. Number of allocation calls, default: 0x350
808808
#
809809
# Example of using the 'sprayHeap' function:
810810
# <div id="blah"></div>

0 commit comments

Comments
 (0)