Skip to content

Commit 96dbf62

Browse files
committed
Remove unwanted metadata for HttpServer
1 parent be4f55a commit 96dbf62

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

modules/exploits/windows/browser/ms16_051_vbscript.rb

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,10 @@ def initialize(info={})
2424
'William Webb <william_webb[at]rapid7.com>' # Metasploit module
2525
],
2626
'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-
},
3427
'Targets' =>
3528
[
3629
[ 'Automatic', {} ],
37-
[
38-
'Windows 10 with IE 11',
39-
{
40-
'os_flavor' => '10',
41-
'ua_name' => 'MSIE',
42-
'ua_ver' => '11.0'
43-
}
44-
]
30+
[ 'Windows 10 with IE 11', { } ]
4531
],
4632
'References' =>
4733
[

0 commit comments

Comments
 (0)