Skip to content

Commit 66fa1b4

Browse files
author
jvazquez-r7
committed
Fix logic to spray correctly IE9
1 parent f8d1d29 commit 66fa1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/browser/hp_loadrunner_writefilebinary.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def ie_heap_spray(my_target, p)
118118

119119
# Land the payload at 0x0c0c0c0c
120120
case my_target
121-
when targets[7]
121+
when targets[6]
122122
# IE 9 on Windows 7
123123
js = %Q|
124124
function randomblock(blocksize)

0 commit comments

Comments
 (0)