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.
1 parent be4f55a commit 96dbf62Copy full SHA for 96dbf62
modules/exploits/windows/browser/ms16_051_vbscript.rb
@@ -24,24 +24,10 @@ def initialize(info={})
24
'William Webb <william_webb[at]rapid7.com>' # Metasploit module
25
],
26
'Platform' => 'win',
27
- 'BrowserRequirements' =>
28
- {
29
- :source => /script|headers/i,
30
- :os_name => OperatingSystems::Match::WINDOWS,
31
- :ua_name => HttpClients::IE,
32
- :ua_ver => '11.0'
33
- },
34
'Targets' =>
35
[
36
[ 'Automatic', {} ],
37
- [
38
- 'Windows 10 with IE 11',
39
40
- 'os_flavor' => '10',
41
- 'ua_name' => 'MSIE',
42
- 'ua_ver' => '11.0'
43
- }
44
- ]
+ [ 'Windows 10 with IE 11', { } ]
45
46
'References' =>
47
0 commit comments