Skip to content

Commit

Permalink
Updates description again
Browse files Browse the repository at this point in the history
  • Loading branch information
sinn3r committed Feb 28, 2013
1 parent 8cb5da0 commit 18c0bb0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/msf/core/exploit/http/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -805,13 +805,11 @@ def js_base64
# maxAllocs => Optional. Number of allocation calls, default: 0x350
#
# Example of using the 'sprayHeap' function:
# <div id="blah"></div>
# <script>
# #{spray}
#
# var s = unescape("%u4141%u4141%u4242%u4242%u4343%u4343%u4444%u4444");
# var b = "ie9";
# sprayHeap({shellcode:s, browser:b, objId:"blah", heapBlockSize:0x50000});
# sprayHeap({shellcode:s, heapBlockSize:0x80000});
# </script>
#
def js_property_spray
Expand Down

0 comments on commit 18c0bb0

Please sign in to comment.