Thanks to visit codestin.com Credit goes to github.com
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 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