|
11 | 11 | <!-- Microsoft IIS --> |
12 | 12 |
|
13 | 13 | <regexp value="Microsoft-IIS/(7\.5)"> |
14 | | - <info technology="Microsoft IIS" tech_version="1"/> |
| 14 | + <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2008"/> |
15 | 15 | </regexp> |
16 | 16 |
|
17 | 17 | <regexp value="Microsoft-IIS/(7\.0)"> |
18 | | - <info technology="Microsoft IIS" tech_version="1"/> |
| 18 | + <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="Vista"/> |
19 | 19 | </regexp> |
20 | 20 |
|
21 | 21 | <regexp value="Microsoft-IIS/(6\.0)"> |
22 | | - <info technology="Microsoft IIS" tech_version="1"/> |
| 22 | + <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2003"/> |
| 23 | + </regexp> |
| 24 | + |
| 25 | + <regexp value="Microsoft-IIS/(5\.2)"> |
| 26 | + <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2003"/> |
23 | 27 | </regexp> |
24 | 28 |
|
25 | 29 | <regexp value="Microsoft-IIS/(5\.1)"> |
26 | | - <info technology="Microsoft IIS" tech_version="1"/> |
| 30 | + <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="XP"/> |
27 | 31 | </regexp> |
28 | 32 |
|
29 | 33 | <regexp value="Microsoft-IIS/(5\.0)"> |
30 | | - <info technology="Microsoft IIS" tech_version="1"/> |
| 34 | + <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="2000"/> |
31 | 35 | </regexp> |
32 | 36 |
|
33 | 37 | <regexp value="Microsoft-IIS/(4\.0)"> |
34 | | - <info technology="Microsoft IIS" tech_version="1"/> |
| 38 | + <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="NT 4.0"/> |
35 | 39 | </regexp> |
36 | 40 |
|
37 | 41 | <regexp value="Microsoft-IIS/(3\.0)"> |
38 | | - <info technology="Microsoft IIS" tech_version="1"/> |
| 42 | + <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="NT 4.0"/> |
39 | 43 | </regexp> |
40 | 44 |
|
41 | 45 | <regexp value="Microsoft-IIS/(2\.0)"> |
42 | | - <info technology="Microsoft IIS" tech_version="1"/> |
| 46 | + <info technology="Microsoft IIS" tech_version="1" type="Windows" distrib="NT 4.0"/> |
43 | 47 | </regexp> |
44 | 48 |
|
45 | 49 | <!-- Apache --> |
|
108 | 112 | <info type="Linux" distrib="Debian" release="3.1" codename="sarge"/> |
109 | 113 | </regexp> |
110 | 114 |
|
| 115 | + <regexp value="Apache/1\.3\.34 \(Debian GNU\/Linux\)"> |
| 116 | + <info type="Linux" distrib="Debian" release="4.0" codename="etch"/> |
| 117 | + </regexp> |
| 118 | + |
111 | 119 | <regexp value="Apache/2\.2\.3 \(Debian\)"> |
112 | 120 | <info type="Linux" distrib="Debian" release="4.0" codename="etch"/> |
113 | 121 | </regexp> |
|
391 | 399 | </regexp> |
392 | 400 |
|
393 | 401 | <!-- Apache: Red Hat --> |
394 | | - <!-- TODO: add Red Hat 5, 5.1, 5.2 and 5.3 --> |
| 402 | + |
| 403 | + <regexp value="Apache/1\.1\.3 Red Hat"> |
| 404 | + <info type="Linux" distrib="Red Hat" release="4.2" codename="Biltmore"/> |
| 405 | + </regexp> |
| 406 | + |
| 407 | + <regexp value="Apache/1\.2\.4 Red Hat"> |
| 408 | + <info type="Linux" distrib="Red Hat" release="5.0" codename="Hurricane"/> |
| 409 | + </regexp> |
395 | 410 |
|
396 | 411 | <regexp value="Apache/1\.2\.6 Red Hat"> |
397 | 412 | <info type="Linux" distrib="Red Hat" release="5.1" codename="Manhattan"/> |
|
410 | 425 | </regexp> |
411 | 426 |
|
412 | 427 | <regexp value="Apache/1\.3\.12 \(Unix\) \(Red Hat/Linux\)"> |
413 | | - <info type="Linux" distrib="Red Hat" release="7.0" codename="Guinness"/> |
| 428 | + <info type="Linux" distrib="Red Hat" release="6.2|7.0" codename="Zoot|Guinness"/> |
414 | 429 | </regexp> |
415 | 430 |
|
416 | 431 | <regexp value="Apache/1\.3\.19 \(Unix\) \(Red-Hat/Linux\)"> |
|
0 commit comments