Skip to content

Commit ae94fbd

Browse files
committed
Updates documentation
1 parent 9cc6244 commit ae94fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ def js_ajax_download
868868
# <script>
869869
# #{js_mstime_malloc}
870870
#
871-
# shellcode = "\u4141\u4141\u4141\u4141";
871+
# shellcode = unescape("%u4141%u4141%u4141%u4141%u4141");
872872
# offset = 3;
873873
# s = 0x58;
874874
# mstime_malloc({shellcode:shellcode,offset:offset,heapBlockSize:s,objId:oId});

0 commit comments

Comments
 (0)