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.
2 parents 2a6225c + 8e2de6d commit 4edceeaCopy full SHA for 4edceea
lib/msf/core/exploit/http/server.rb
@@ -924,7 +924,9 @@ def js_mstime_malloc
924
#
925
# This heap spray technique takes advantage of MSHTML's SetStringProperty (or SetProperty)
926
# function to trigger allocations by ntdll!RtlAllocateHeap. It is based on Corelan's
927
- # publication on "DEPS – Precise Heap Spray on Firefox and IE10".
+ # publication on "DEPS – Precise Heap Spray on Firefox and IE10". In IE, the shellcode
928
+ # should land at address 0x0c0d2020, as this is the most consistent location across
929
+ # various versions.
930
931
# The "sprayHeap" JavaScript function supports the following arguments:
932
# shellcode => The shellcode to spray in JavaScript. Note: Avoid null bytes.
0 commit comments