Skip to content

Commit 18c0bb0

Browse files
committed
Updates description again
1 parent 8cb5da0 commit 18c0bb0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -805,13 +805,11 @@ def js_base64
805805
# maxAllocs => Optional. Number of allocation calls, default: 0x350
806806
#
807807
# Example of using the 'sprayHeap' function:
808-
# <div id="blah"></div>
809808
# <script>
810809
# #{spray}
811810
#
812811
# var s = unescape("%u4141%u4141%u4242%u4242%u4343%u4343%u4444%u4444");
813-
# var b = "ie9";
814-
# sprayHeap({shellcode:s, browser:b, objId:"blah", heapBlockSize:0x50000});
812+
# sprayHeap({shellcode:s, heapBlockSize:0x80000});
815813
# </script>
816814
#
817815
def js_property_spray

0 commit comments

Comments
 (0)