We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28b8db commit b83d531Copy full SHA for b83d531
1 file changed
xml/banner/server.xml
@@ -19,15 +19,15 @@
19
</regexp>
20
21
<regexp value="Microsoft-IIS/(7\.5)">
22
- <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2008"/>
+ <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2008 R2|7"/>
23
24
25
<regexp value="Microsoft-IIS/(7\.0)">
26
- <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="Vista"/>
+ <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2008|Vista"/>
27
28
29
<regexp value="Microsoft-IIS/(6\.0)">
30
- <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2003"/>
+ <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2003|XP"/>
31
32
33
<regexp value="Microsoft-IIS/(5\.2)">
0 commit comments