Skip to content

Commit 27d5ed6

Browse files
fix for IE9 exploit config
1 parent 17ab0cf commit 27d5ed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/exploits/windows/browser/ie_setmousecapture_uaf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def initialize(info={})
6363
'Windows 7 with Office 2007|2010',
6464
{
6565
:os_name => /win/i,
66-
:ua_name => OperatingSystems::WINDOWS,
66+
:ua_name => HttpClients::IE,
6767
:ua_ver => "9.0",
6868
:os_flavor => "7",
6969
:office => /2007|2010/

0 commit comments

Comments
 (0)