|
10 | 10 | <root> |
11 | 11 | <!-- Microsoft IIS --> |
12 | 12 |
|
| 13 | + <regexp value="Microsoft-IIS/(8\.0)"> |
| 14 | + <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2012"/> |
| 15 | + </regexp> |
| 16 | + |
13 | 17 | <regexp value="Microsoft-IIS/(7\.5)"> |
14 | 18 | <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2008"/> |
15 | 19 | </regexp> |
|
63 | 67 | <!-- Apache: CentOS --> |
64 | 68 |
|
65 | 69 | <regexp value="Apache/2\.0\.46 \(CentOS\)"> |
66 | | - <info type="Linux" distrib="CentOS" release="3"/> |
| 70 | + <info type="Linux" distrib="CentOS" release="3.9"/> |
67 | 71 | </regexp> |
68 | 72 |
|
69 | 73 | <regexp value="Apache/2\.0\.52 \(CentOS\)"> |
70 | | - <info type="Linux" distrib="CentOS" release="4"/> |
| 74 | + <info type="Linux" distrib="CentOS" release="4.9"/> |
71 | 75 | </regexp> |
72 | 76 |
|
73 | 77 | <regexp value="Apache/2\.2\.3 \(CentOS\)"> |
74 | | - <info type="Linux" distrib="CentOS" release="5"/> |
| 78 | + <info type="Linux" distrib="CentOS" release="5.8"/> |
| 79 | + </regexp> |
| 80 | + |
| 81 | + <regexp value="Apache/2\.2\.15 \(CentOS\)"> |
| 82 | + <info type="Linux" distrib="CentOS" release="6.3"/> |
75 | 83 | </regexp> |
76 | 84 |
|
77 | 85 | <!-- Apache: Debian --> |
|
214 | 222 | <info type="Linux" distrib="Fedora" release="15" codename="Lovelock"/> |
215 | 223 | </regexp> |
216 | 224 |
|
| 225 | + <regexp value="Apache/2\.2\.21 \(Fedora\)"> |
| 226 | + <info type="Linux" distrib="Fedora" release="16" codename="Verne"/> |
| 227 | + </regexp> |
| 228 | + |
| 229 | + <regexp value="Apache/2\.2\.22 \(Fedora\)"> |
| 230 | + <info type="Linux" distrib="Fedora" release="17" codename="Beefy"/> |
| 231 | + </regexp> |
| 232 | + |
217 | 233 | <!-- Apache: FreeBSD --> |
218 | 234 |
|
219 | 235 | <regexp value="Apache/2\.0\.16 \(FreeBSD\)"> |
|
304 | 320 | <info type="Linux" distrib="FreeBSD" release="8.2"/> |
305 | 321 | </regexp> |
306 | 322 |
|
307 | | - <regexp value="Apache/2\.2\.18 \(FreeBSD\)"> |
308 | | - <info type="Linux" distrib="FreeBSD" release="8 stable|9 current"/> |
| 323 | + <regexp value="Apache/2\.2\.21 \(FreeBSD\)"> |
| 324 | + <info type="Linux" distrib="FreeBSD" release="9.0"/> |
309 | 325 | </regexp> |
310 | 326 |
|
311 | 327 | <!-- Apache: Mandrake / Mandriva --> |
|
591 | 607 | <info type="Linux" distrib="SuSE" release="11.4"/> |
592 | 608 | </regexp> |
593 | 609 |
|
| 610 | + <regexp value="Apache/2\.2\.21 \(Linux/SuSE\)"> |
| 611 | + <info type="Linux" distrib="SuSE" release="12.1"/> |
| 612 | + </regexp> |
| 613 | + |
594 | 614 | <!-- Apache: Ubuntu --> |
595 | 615 |
|
596 | 616 | <regexp value="Apache/2\.0\.50 \(Ubuntu\)"> |
|
645 | 665 | <info type="Linux" distrib="Ubuntu" release="11.04" codename="Natty Narwhal"/> |
646 | 666 | </regexp> |
647 | 667 |
|
| 668 | + <regexp value="Apache/2\.2\.20 \(Ubuntu\)"> |
| 669 | + <info type="Linux" distrib="Ubuntu" release="11.10" codename="Oneiric Ocelot"/> |
| 670 | + </regexp> |
| 671 | + |
| 672 | + <regexp value="Apache/2\.2\.22 \(Ubuntu\)"> |
| 673 | + <info type="Linux" distrib="Ubuntu" release="12.04" codename="Precise Pangolin"/> |
| 674 | + </regexp> |
| 675 | + |
648 | 676 | <!-- Nginx --> |
649 | 677 |
|
650 | 678 | <regexp value="nginx/([\w\.]+)"> |
|
0 commit comments