We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534c2ee commit f28b8dbCopy full SHA for f28b8db
1 file changed
xml/banner/server.xml
@@ -10,8 +10,12 @@
10
<root>
11
<!-- Microsoft IIS -->
12
13
+ <regexp value="Microsoft-IIS/(8\.5)">
14
+ <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2012 R2|8.1"/>
15
+ </regexp>
16
+
17
<regexp value="Microsoft-IIS/(8\.0)">
- <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2012"/>
18
+ <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2012|8"/>
19
</regexp>
20
21
<regexp value="Microsoft-IIS/(7\.5)">
0 commit comments