recog 0.01
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +3 -0
- data/.rspec +2 -0
- data/Gemfile +9 -0
- data/Gemfile.lock +42 -0
- data/LICENSE +23 -0
- data/README.md +63 -0
- data/bin/recog_export.rb +81 -0
- data/bin/recog_match.rb +51 -0
- data/bin/recog_verify.rb +45 -0
- data/features/match.feature +16 -0
- data/features/support/env.rb +5 -0
- data/features/verify.feature +31 -0
- data/features/xml/banners.xml +2 -0
- data/features/xml/failing_banners_fingerprints.xml +20 -0
- data/features/xml/matching_banners_fingerprints.xml +22 -0
- data/features/xml/no_tests.xml +53 -0
- data/features/xml/successful_tests.xml +33 -0
- data/features/xml/tests_with_failures.xml +10 -0
- data/features/xml/tests_with_warnings.xml +10 -0
- data/lib/recog.rb +3 -0
- data/lib/recog/db.rb +38 -0
- data/lib/recog/db_manager.rb +27 -0
- data/lib/recog/fingerprint.rb +60 -0
- data/lib/recog/formatter.rb +51 -0
- data/lib/recog/match_reporter.rb +77 -0
- data/lib/recog/matcher.rb +60 -0
- data/lib/recog/matcher_factory.rb +14 -0
- data/lib/recog/nizer.rb +263 -0
- data/lib/recog/verifier.rb +46 -0
- data/lib/recog/verifier_factory.rb +13 -0
- data/lib/recog/verify_reporter.rb +85 -0
- data/lib/recog/version.rb +3 -0
- data/recog.gemspec +34 -0
- data/spec/data/best_os_match_1.yml +17 -0
- data/spec/data/best_os_match_2.yml +17 -0
- data/spec/data/best_service_match_1.yml +17 -0
- data/spec/data/smb_native_os.txt +31 -0
- data/spec/data/test_fingerprints.xml +24 -0
- data/spec/lib/db_spec.rb +89 -0
- data/spec/lib/formatter_spec.rb +69 -0
- data/spec/lib/match_reporter_spec.rb +90 -0
- data/spec/lib/nizer_spec.rb +124 -0
- data/spec/lib/verify_reporter_spec.rb +112 -0
- data/xml/apache_os.xml +295 -0
- data/xml/architecture.xml +45 -0
- data/xml/ftp_banners.xml +808 -0
- data/xml/h323_callresp.xml +701 -0
- data/xml/hp_pjl_id.xml +435 -0
- data/xml/http_cookies.xml +379 -0
- data/xml/http_servers.xml +3326 -0
- data/xml/http_wwwauth.xml +412 -0
- data/xml/imap_banners.xml +267 -0
- data/xml/nntp_banners.xml +51 -0
- data/xml/ntp_banners.xml +538 -0
- data/xml/pop_banners.xml +452 -0
- data/xml/rsh_resp.xml +90 -0
- data/xml/sip_banners.xml +14 -0
- data/xml/smb_native_os.xml +385 -0
- data/xml/smtp_banners.xml +1738 -0
- data/xml/smtp_debug.xml +45 -0
- data/xml/smtp_ehlo.xml +53 -0
- data/xml/smtp_expn.xml +95 -0
- data/xml/smtp_help.xml +212 -0
- data/xml/smtp_mailfrom.xml +24 -0
- data/xml/smtp_noop.xml +45 -0
- data/xml/smtp_quit.xml +31 -0
- data/xml/smtp_rcptto.xml +33 -0
- data/xml/smtp_rset.xml +23 -0
- data/xml/smtp_turn.xml +23 -0
- data/xml/smtp_vrfy.xml +109 -0
- data/xml/snmp_sysdescr.xml +8008 -0
- data/xml/snmp_sysobjid.xml +284 -0
- data/xml/ssh_banners.xml +790 -0
- data/xml/upnp_banners.xml +590 -0
- metadata +190 -0
@@ -0,0 +1,3326 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<!-- HTTP Server headers are matched against these patterns to fingerprint HTTP servers. -->
|
3
|
+
|
4
|
+
<fingerprints matches="http_header.server">
|
5
|
+
<fingerprint pattern="^Stronghold/(\d\.\d) Apache/([012][\d.]*)\s*(.*)$">
|
6
|
+
<example>Stronghold/3.0 Apache/1.3.19 RedHat/3014c</example>
|
7
|
+
<example>Stronghold/3.0 Apache/1.3.22 RedHat/3017c (Unix) PHP/4.1.2 mod_ssl/2.8.7 OpenSSL/0.9.6</example>
|
8
|
+
<example>Stronghold/3.0 Apache/1.3.22 RedHat/3017c (Unix) PHP/4.3.3 mod_ssl/2.8.7 OpenSSL/0.9.6 mod_perl/1.25</example>
|
9
|
+
<example>Stronghold/4.0 Apache/1.3.22</example>
|
10
|
+
<example>Stronghold/4.0 Apache/1.3.22 (Unix) mod_ssl/2.8.7 OpenSSL/0.9.6c mod_perl/1.26</example>
|
11
|
+
<description>Red Hat Stronghold Enterprise Apache</description>
|
12
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
13
|
+
<param pos="0" name="service.product" value="HTTPD"/>
|
14
|
+
<param pos="0" name="service.family" value="Apache"/>
|
15
|
+
<param pos="2" name="service.version"/>
|
16
|
+
<param pos="0" name="service.component.vendor" value="Red Hat"/>
|
17
|
+
<param pos="0" name="service.component.product" value="Stronghold"/>
|
18
|
+
<param pos="0" name="service.component.family" value="Stronghold"/>
|
19
|
+
<param pos="1" name="service.component.version"/>
|
20
|
+
<param pos="3" name="apache.info"/>
|
21
|
+
<param pos="0" name="os.vendor" value="Red Hat"/>
|
22
|
+
<param pos="0" name="os.device" value="General"/>
|
23
|
+
<param pos="0" name="os.product" value="Linux"/>
|
24
|
+
<param pos="0" name="os.family" value="Linux"/>
|
25
|
+
</fingerprint>
|
26
|
+
|
27
|
+
<fingerprint pattern="^Apache/\d$" flags="REG_ICASE">
|
28
|
+
<description>Apache returning only its major version number</description>
|
29
|
+
<example>Apache/1</example>
|
30
|
+
<example>Apache/2</example>
|
31
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
32
|
+
<param pos="0" name="service.product" value="HTTPD"/>
|
33
|
+
<param pos="0" name="service.family" value="Apache"/>
|
34
|
+
<!-- no version info as only the major version number is known -->
|
35
|
+
</fingerprint>
|
36
|
+
|
37
|
+
<fingerprint pattern="^Apache$" flags="REG_ICASE">
|
38
|
+
<description>Apache returning no version information</description>
|
39
|
+
<example>Apache</example>
|
40
|
+
<example>apache</example>
|
41
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
42
|
+
<param pos="0" name="service.product" value="HTTPD"/>
|
43
|
+
<param pos="0" name="service.family" value="Apache"/>
|
44
|
+
</fingerprint>
|
45
|
+
|
46
|
+
<fingerprint pattern="^Apache(?:-AdvancedExtranetServer)?(?:/([012][\d.]*)\s*(.*))?$" flags="REG_ICASE">
|
47
|
+
<example>Apache-AdvancedExtranetServer/2.0.44 (Mandrake Linux/11mdk) mod_perl/1.99_08 Perl/v5.8.0 mod_ssl/2.0.44 OpenSSL/0.9.7a PHP/4.3.1 mod_jk2/2.0.0</example>
|
48
|
+
<example>Apache-AdvancedExtranetServer/2.0.47 (Mandrake Linux/6.12.92mdk) mod_perl/1.99_09 Perl/v5.8.1 mod_ssl/2.0.47 OpenSSL/0.9.7b PHP/4.3.2</example>
|
49
|
+
<example>Apache-AdvancedExtranetServer/2.0.47 (Mandrake Linux/6.3.92mdk) mod_ssl/2.0.47 OpenSSL/0.9.7b PHP/4.3.2</example>
|
50
|
+
<example>Apache-AdvancedExtranetServer/2.0.48 (Mandrake Linux/6.8.100mdk) mod_perl/1.99_11 Perl/v5.8.3 mod_ssl/2.0.48 OpenSSL/0.9.7c PHP/4.3.4</example>
|
51
|
+
<example>Apache-AdvancedExtranetServer/2.0.48 (Mandrake Linux/6mdk) PHP/4.3.4</example>
|
52
|
+
<example>Apache-AdvancedExtranetServer/2.0.53 (Mandrakelinux/PREFORK-9mdk) mod_ssl/2.0.53 OpenSSL/0.9.7e PHP/4.3.10 mod_perl/1.999.21 Perl/v5.8.6</example>
|
53
|
+
<example>Apache/0.6.5</example>
|
54
|
+
<example>Apache/1.1.3</example>
|
55
|
+
<example>Apache/1.2.42 (PalmOS)</example>
|
56
|
+
<example>Apache/1.2.5</example>
|
57
|
+
<example>Apache/1.3 (SuSE)</example>
|
58
|
+
<example>Apache/1.3.12 (Unix)</example>
|
59
|
+
<example>Apache/1.3.12 (Unix) (Red Hat/Linux)</example>
|
60
|
+
<example>Apache/1.3.12 (Unix) (Red Hat/Linux) PHP/3.0.15 mod_perl/1.21</example>
|
61
|
+
<example>Apache/1.3.12 (Unix) (SuSE/Linux) balanced_by_mod_backhand/1.0.8 mod_perl/1.24 PHP/4.0.0</example>
|
62
|
+
<example>Apache/1.3.12 (Unix) (SuSE/Linux) mod_perl/1.21 PHP/3.0.15</example>
|
63
|
+
<example>Apache/1.3.12 (Unix) ApacheJServ/1.1 mod_fastcgi/2.2.6 Frontpage/4.0.4.4 PHP/3.0.11 mod_ssl/2.6.2 OpenSSL/0.9.5</example>
|
64
|
+
<example>Apache/1.3.12 (Unix) PHP/3.0.15</example>
|
65
|
+
<example>Apache/1.3.12 (Unix) PHP/4.0RC1 mod_ssl/2.6.2 OpenSSL/0.9.5</example>
|
66
|
+
<example>Apache/1.3.12 (Unix) PHP/4.1.2 ApacheJServ/1.1</example>
|
67
|
+
<example>Apache/1.3.12 (Unix) PHP/4.3.11 FrontPage/5.0.2.2634</example>
|
68
|
+
<example>Apache/1.3.12 Ben-SSL/1.41 (Unix) PHP/4.0.4pl1</example>
|
69
|
+
<example>Apache/1.3.12 Cobalt (Unix) mod_ssl/2.6.4 OpenSSL/0.9.5a PHP/4.0.1pl2 mod_auth_pam/1.0a FrontPage/4.0.4.3 mod_perl/1.24</example>
|
70
|
+
<example>Apache/1.3.12 Cobalt (Unix) mod_ssl/2.6.4 OpenSSL/0.9.5a PHP/4.1.2 mod_auth_pam/1.0a FrontPage/4.0.4.3 mod_perl/1.24</example>
|
71
|
+
<example>Apache/1.3.14 (Unix)</example>
|
72
|
+
<example>Apache/1.3.14 (Unix) mod_perl/1.24_01</example>
|
73
|
+
<example>Apache/1.3.14 Ben-SSL/1.41 (Unix) mod_jk/1.2.19 mod_throttle/2.11 mod_perl/1.24_01 PHP/4.0.3pl1 FrontPage/4.0.4.3 rus/PL30.0</example>
|
74
|
+
<example>Apache/1.3.19 (Unix) FrontPage/5.0.2.2510</example>
|
75
|
+
<example>Apache/1.3.19 (Unix) mod_ssl/2.8.2 OpenSSL/0.9.6 PHP/4.0.4pl1</example>
|
76
|
+
<example>Apache/1.3.19 (Unix) PHP/4.3.3RC4</example>
|
77
|
+
<example>Apache/1.3.20 (Unix)</example>
|
78
|
+
<example>Apache/1.3.20 (Unix) (Red-Hat/Linux) mod_ssl/2.8.4 OpenSSL/0.9.6b DAV/1.0.2 PHP/4.0.6 mod_perl/1.24_01</example>
|
79
|
+
<example>Apache/1.3.20 (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6a</example>
|
80
|
+
<example>Apache/1.3.20 (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b rus/PL30.5</example>
|
81
|
+
<example>Apache/1.3.20 (Unix) PHP/4.0.6 mod_ssl/2.8.4 OpenSSL/0.9.6a</example>
|
82
|
+
<example>Apache/1.3.20 (Unix) PHP/4.4.4 FrontPage/4.0.4.3 mod_perl/1.26</example>
|
83
|
+
<example>Apache/1.3.20 (Win32) mod_jk</example>
|
84
|
+
<example>Apache/1.3.20 Sun Cobalt (Unix) Chili!Soft-ASP/3.6.2 mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25</example>
|
85
|
+
<example>Apache/1.3.20 Sun Cobalt (Unix) Chili!Soft-ASP/3.6.2 mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.2.3 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25</example>
|
86
|
+
<example>Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6 PHP/4.0.6 FrontPage/5.0.2.2510 mod_perl/1.26</example>
|
87
|
+
<example>Apache/1.3.20 Sun Cobalt (Unix) mod_ssl/2.8.4 OpenSSL/0.9.6b PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25</example>
|
88
|
+
<example>Apache/1.3.22 (Unix) (Red-Hat/Linux) mod_jk mod_auth_pam/1.1.1 mod_python/2.7.6 Python/1.5.2 mod_ssl/2.8.5 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.3.5 mod_perl/1.24_01 mod_throttle/3.1.2</example>
|
89
|
+
<example>Apache/1.3.22 (Unix) (Reliablehosting.com)</example>
|
90
|
+
<example>Apache/1.3.22 (Unix) PHP/4.0.6 mod_perl/1.26 FrontPage/5.0.2.2623 AuthMySQL/2.20 mod_ssl/2.8.18 OpenSSL/0.9.7d</example>
|
91
|
+
<example>Apache/1.3.22 (Unix) PHP/4.1.0 PHP/3.0.18 mod_perl/1.26</example>
|
92
|
+
<example>Apache/1.3.22 (Unix) PHP/4.1.1</example>
|
93
|
+
<example>Apache/1.3.22 (Unix) PHP/4.2.3</example>
|
94
|
+
<example>Apache/1.3.23 (Unix)</example>
|
95
|
+
<example>Apache/1.3.23 (Unix) (Red-Hat/Linux) FrontPage/5.0.2.2510</example>
|
96
|
+
<example>Apache/1.3.23 (Unix) (Red-Hat/Linux) mod_python/2.7.8 Python/1.5.2 mod_ssl/2.8.7 OpenSSL/0.9.6b PHP/4.1.2 mod_perl/1.26 FrontPage/5.0.2.2510 mod_auth_pgsql/0.9.12</example>
|
97
|
+
<example>Apache/1.3.23 (Unix) (Red-Hat/Linux) mod_ssl/2.8.7 OpenSSL/0.9.6b PHP/4.1.2</example>
|
98
|
+
<example>Apache/1.3.23 (Unix) mod_fastcgi/2.2.10 PHP/4.1.2 mod_perl/1.26</example>
|
99
|
+
<example>Apache/1.3.23 Ben-SSL/1.45 (Unix) Debian GNU/Linux PHP/4.2.1 mod_fastcgi/2.2.12 mod_throttle/3.1.2 rus/PL30.11</example>
|
100
|
+
<example>Apache/1.3.24 (Unix)</example>
|
101
|
+
<example>Apache/1.3.24 (Unix) PHP/4.1.2 mod_ssl/2.8.8 OpenSSL/0.9.6a</example>
|
102
|
+
<example>Apache/1.3.24 (Unix) PHP/4.2.2 mod_perl/1.26</example>
|
103
|
+
<example>Apache/1.3.24 (Win32) PHP/4.3.10</example>
|
104
|
+
<example>Apache/1.3.26</example>
|
105
|
+
<example>Apache/1.3.26 (Darwin)</example>
|
106
|
+
<example>Apache/1.3.26 (Darwin) mod_ssl/2.8.10 OpenSSL/0.9.6b</example>
|
107
|
+
<example>Apache/1.3.26 (Linux/SuSE) PHP/4.3.2 mod_perl/1.27 mod_ssl/2.8.10 OpenSSL/0.9.6g</example>
|
108
|
+
<example>Apache/1.3.26 (UnitedLinux) mod_python/2.7.8 Python/2.2.1 PHP/4.2.2 mod_perl/1.27</example>
|
109
|
+
<example>Apache/1.3.26 (Unix)</example>
|
110
|
+
<example>Apache/1.3.26 (Unix) ApacheJServ/1.1.2 FrontPage/4.0.4.3</example>
|
111
|
+
<example>Apache/1.3.26 (Unix) AuthMySQL/2.20 PHP/4.1.2 mod_gzip/1.3.19.1a mod_ssl/2.8.9 OpenSSL/0.9.6g</example>
|
112
|
+
<example>Apache/1.3.26 (Unix) Debian GNU/Linux</example>
|
113
|
+
<example>Apache/1.3.26 (Unix) Debian GNU/Linux FrontPage/4.0.4.3 PHP/4.1.2</example>
|
114
|
+
<example>Apache/1.3.26 (Unix) Debian GNU/Linux mod_perl/1.26</example>
|
115
|
+
<example>Apache/1.3.26 (Unix) Debian GNU/Linux mod_perl/1.26 PHP/4.1.2</example>
|
116
|
+
<example>Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2</example>
|
117
|
+
<example>Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2 mod_auth_pam/1.0a mod_ssl/2.8.9 OpenSSL/0.9.6c</example>
|
118
|
+
<example>Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2 mod_jk/1.1.0</example>
|
119
|
+
<example>Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2 mod_perl/1.26</example>
|
120
|
+
<example>Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2 mod_ssl/2.8.9 OpenSSL/0.9.6g</example>
|
121
|
+
<example>Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.3.8</example>
|
122
|
+
<example>Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.4.1 AuthMySQL/3.1</example>
|
123
|
+
<example>Apache/1.3.26 (Unix) FrontPage/5.0.2.2510</example>
|
124
|
+
<example>Apache/1.3.26 (Unix) FrontPage/5.0.2.2510 mod_ssl/2.8.10 OpenSSL/0.9.6b</example>
|
125
|
+
<example>Apache/1.3.26 (Unix) FrontPage/5.0.2.2510 PHP/4.2.3</example>
|
126
|
+
<example>Apache/1.3.26 (Unix) FrontPage/5.0.2.2623</example>
|
127
|
+
<example>Apache/1.3.26 (Unix) mod_dtcl mod_ssl/2.8.10 OpenSSL/0.9.7</example>
|
128
|
+
<example>Apache/1.3.26 (Unix) mod_jk/1.2.1 mod_gzip/1.3.19.1a</example>
|
129
|
+
<example>Apache/1.3.26 (Unix) mod_jk/1.2.6-enetworks-1.1.0 mod_ssl/2.8.10 OpenSSL/0.9.6e</example>
|
130
|
+
<example>Apache/1.3.26 (Unix) mod_perl/1.24</example>
|
131
|
+
<example>Apache/1.3.26 (Unix) mod_perl/1.24 ApacheJserv/1.1.2</example>
|
132
|
+
<example>Apache/1.3.26 (Unix) mod_perl/1.24 PHP/4.0.0 FrontPage/4.0.4.3 mod_ssl/2.8.10 OpenSSL/0.9.5a</example>
|
133
|
+
<example>Apache/1.3.26 (Unix) mod_perl/1.25 AuthMySQL/2.20 mod_ssl/2.8.9 OpenSSL/0.9.6e</example>
|
134
|
+
<example>Apache/1.3.26 (Unix) mod_perl/1.26 FrontPage/5.0.2.2623 PHP/4.3.0</example>
|
135
|
+
<example>Apache/1.3.26 (Unix) mod_perl/1.27</example>
|
136
|
+
<example>Apache/1.3.26 (Unix) mod_pubcookie/3.0.0 rc1 ApacheJServ/1.1.2 PHP/4.3.10 mod_ssl/2.8.9 OpenSSL/0.9.6i</example>
|
137
|
+
<example>Apache/1.3.26 (Unix) mod_ssl/2.8.10 OpenSSL/0.9.6c</example>
|
138
|
+
<example>Apache/1.3.26 (Unix) mod_ssl/2.8.10 OpenSSL/0.9.6d</example>
|
139
|
+
<example>Apache/1.3.26 (Unix) mod_ssl/2.8.10 OpenSSL/0.9.6d PHP/4.1.2</example>
|
140
|
+
<example>Apache/1.3.26 (Unix) mod_ssl/2.8.10 OpenSSL/0.9.6e</example>
|
141
|
+
<example>Apache/1.3.26 (Unix) mod_ssl/2.8.23 OpenSSL/0.9.6g</example>
|
142
|
+
<example>Apache/1.3.26 (Unix) mod_throttle/3.1.2 PHP/4.2.2 FrontPage/4.0.4.3 mod_ssl/2.8.10 OpenSSL/0.9.6f</example>
|
143
|
+
<example>Apache/1.3.26 (Unix) mod_watch/3.14 PHP/4.3.10 FrontPage/5.0.2.2510 mod_ssl/2.8.10 OpenSSL/0.9.6a</example>
|
144
|
+
<example>Apache/1.3.26 (Unix) PHP/3.0.18 FrontPage/4.0.2.6920</example>
|
145
|
+
<example>Apache/1.3.26 (Unix) PHP/4.1.2</example>
|
146
|
+
<example>Apache/1.3.26 (Unix) PHP/4.1.2 mod_ssl/2.8.2 OpenSSL/0.9.6</example>
|
147
|
+
<example>Apache/1.3.26 (Unix) PHP/4.2.1</example>
|
148
|
+
<example>Apache/1.3.26 (Unix) PHP/4.2.2</example>
|
149
|
+
<example>Apache/1.3.26 (Unix) PHP/4.3.1</example>
|
150
|
+
<example>Apache/1.3.26 (Unix) PHP/4.3.11</example>
|
151
|
+
<example>Apache/1.3.26 (Unix) PHP/4.3.2</example>
|
152
|
+
<example>Apache/1.3.26 (Unix) PHP/4.3.9 mod_perl/1.27 DAV/1.0.3 FrontPage/4.0.4.3</example>
|
153
|
+
<example>Apache/1.3.26 (Unix) PHP/4.4.0 AuthMySQL/2.20</example>
|
154
|
+
<example>Apache/1.3.26 (Unix) PHP/4.4.2</example>
|
155
|
+
<example>Apache/1.3.26 (Unix) PHP/4.4.6</example>
|
156
|
+
<example>Apache/1.3.26 (Unix) Resin/2.1.2</example>
|
157
|
+
<example>Apache/1.3.26 Ben-SSL/1.48 (Unix) Debian GNU/Linux mod_perl/1.26 PHP/4.1.2 AuthMySQL/3.1 mod_jk/1.1.0</example>
|
158
|
+
<example>Apache/1.3.26 Ben-SSL/1.48 (Unix) Debian GNU/Linux PHP/4.1.2</example>
|
159
|
+
<example>Apache/1.3.27</example>
|
160
|
+
<example>Apache/1.3.27 (Linux/SuSE) mod_jk/1.2.2-dev mod_perl/1.27 mod_ssl/2.8.12 OpenSSL/0.9.6i mod_webapp/1.2.0-dev</example>
|
161
|
+
<example>Apache/1.3.27 (NETWARE) mod_jk/1.2.2-dev</example>
|
162
|
+
<example>Apache/1.3.27 (Unix)</example>
|
163
|
+
<example>Apache/1.3.27 (Unix) (PLD/Linux)</example>
|
164
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux)</example>
|
165
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) DAV/1.0.3 mod_perl/1.28</example>
|
166
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) DAV/1.0.3 PHP/4.1.2</example>
|
167
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) FrontPage/5.0.2.2623 mod_python/2.7.8 Python/1.5.2 mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.4.4 mod_perl/1.26 mod_webapp/1.2.0-dev</example>
|
168
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) FrontPage/5.0.2.2626 PHP/4.3.0</example>
|
169
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) JRun/4.0 mod_perl/1.26 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b</example>
|
170
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) JRun/4.0 mod_python/2.7.8 Python/1.5.2 mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26</example>
|
171
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_fastcgi/2.2.12 mod_jk/1.2.0 mod_perl/1.26 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b</example>
|
172
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_fastcgi/2.2.12 mod_ssl/2.8.12 OpenSSL/0.9.6b</example>
|
173
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_fastcgi/2.4.2</example>
|
174
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_fastcgi/2.4.2 PHP/5.1.2</example>
|
175
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_gzip/1.3.26.1a mod_ssl/2.8.12 OpenSSL/0.9.6b</example>
|
176
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_jk/1.2.1 mod_python/2.7.8 Python/1.5.2 mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26</example>
|
177
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_jk/1.2.6 mod_python/2.7.11 Python/2.3.4 mod_ssl/2.8.12 OpenSSL/0.9.7a mod_perl/1.29</example>
|
178
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_layout/3.2 mod_python/2.7.8 Python/1.5.2 mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.2 PHP/4.1.2 mod_perl/1.26 mod_throttle/3.1.2</example>
|
179
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_perl/1.26 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b</example>
|
180
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_perl/1.26 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b</example>
|
181
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_python/2.7.8 Python/1.5.2 mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 mod_perl/1.26</example>
|
182
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_python/2.7.8 Python/1.5.2 mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26 mod_throttle/3.1.2</example>
|
183
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_python/2.7.8 Python/2.3.3 mod_ssl/2.8.12 OpenSSL/0.9.7a</example>
|
184
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6 PHP/4.1.2 mod_perl/1.24 mod_throttle/3.1.2</example>
|
185
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6 PHP/4.1.2 mod_perl/1.27 FrontPage/5.0.2.2623</example>
|
186
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.2 PHP/4.1.2 mod_perl/1.26</example>
|
187
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 mod_perl/1.26</example>
|
188
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26</example>
|
189
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26 mod_throttle/3.1.2</example>
|
190
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.3.2 mod_perl/1.26</example>
|
191
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.12 OpenSSL/0.9.6b PHP/4.1.2 mod_perl/1.26</example>
|
192
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.7 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.0.6 mod_perl/1.26</example>
|
193
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) mod_ssl/2.8.7 OpenSSL/0.9.6b PHP/4.1.2</example>
|
194
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) PHP/3.0.15</example>
|
195
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) PHP/4.3.0</example>
|
196
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) PHP/4.3.10</example>
|
197
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) PHP/4.3.10 mod_perl/1.26</example>
|
198
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) PHP/4.4.4</example>
|
199
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) PHP/5.0.5</example>
|
200
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) PHP/5.1.2</example>
|
201
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) PHP/5.2.1</example>
|
202
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) Resin/2.1.9 mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26</example>
|
203
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) Sun-ONE-ASP/4.0.0 mod_perl/1.26 PHP/4.3.3 FrontPage/5.0.2 mod_ssl/2.8.12 OpenSSL/0.9.6b</example>
|
204
|
+
<example>Apache/1.3.27 (Unix) (Red-Hat/Linux) Sun-ONE-ASP/4.0.0 mod_ssl/2.8.12 OpenSSL/0.9.6b DAV/1.0.3 PHP/4.1.2 mod_perl/1.26</example>
|
205
|
+
<example>Apache/1.3.27 (Unix) (Reliablehosting.com) PHP/4.3.0</example>
|
206
|
+
<example>Apache/1.3.27 (Unix) Debian GNU/Linux mod_gzip/1.3.26.1a mod_python/2.7.8 Python/2.2.2</example>
|
207
|
+
<example>Apache/1.3.27 (Unix) FrontPage/4.0.4.3</example>
|
208
|
+
<example>Apache/1.3.27 (Unix) FrontPage/5.0.2.2510</example>
|
209
|
+
<example>Apache/1.3.27 (Unix) FrontPage/5.0.2.2510 mod_ssl/2.8.12 OpenSSL/0.9.6g</example>
|
210
|
+
<example>Apache/1.3.27 (Unix) FrontPage/5.0.2.2623 PHP/4.2.3 PHP/3.0.18 mod_perl/1.26</example>
|
211
|
+
<example>Apache/1.3.27 (Unix) JRun/4.0 PHP/4.3.3 mod_ssl/2.8.12 OpenSSL/0.9.6e DAV/1.0.3</example>
|
212
|
+
<example>Apache/1.3.27 (Unix) mod_gzip/1.3.26.1a PHP/4.3.0</example>
|
213
|
+
<example>Apache/1.3.27 (Unix) mod_gzip/1.3.26.1a PHP/4.3.2</example>
|
214
|
+
<example>Apache/1.3.27 (Unix) mod_jk PHP/4.3.4</example>
|
215
|
+
<example>Apache/1.3.27 (Unix) mod_jk/1.1.0</example>
|
216
|
+
<example>Apache/1.3.27 (Unix) mod_jk/1.2.15 mod_ssl/2.8.12 OpenSSL/0.9.6g</example>
|
217
|
+
<example>Apache/1.3.27 (Unix) mod_jk/1.2.15 PHP/4.3.8 mod_python/2.7.10 Python/2.3.3</example>
|
218
|
+
<example>Apache/1.3.27 (Unix) mod_jk/1.2.3-dev PHP/4.3.1</example>
|
219
|
+
<example>Apache/1.3.27 (Unix) mod_perl/1.26 mod_throttle/3.1.2 PHP/4.2.2 FrontPage/4.0.4.3 mod_ssl/2.8.11 OpenSSL/0.9.6h</example>
|
220
|
+
<example>Apache/1.3.27 (Unix) mod_perl/1.27 PHP/4.2.3 mod_fastcgi/2.2.12 FrontPage/5.0.2.2510 mod_jk/1.2.0 mod_ssl/2.8.11 OpenSSL/0.9.6g</example>
|
221
|
+
<example>Apache/1.3.27 (Unix) mod_perl/1.27 PHP/4.3.10</example>
|
222
|
+
<example>Apache/1.3.27 (Unix) mod_python/2.7.8 Python/2.2.2 mod_webapp/1.2.0-dev mod_perl/1.27 mod_throttle/3.1.2 PHP/4.3.2 FrontPage/5.0.2.2510 mod_ssl/2.8.14 OpenSSL/0.9.7c</example>
|
223
|
+
<example>Apache/1.3.27 (Unix) mod_ruby/0.9.7 Ruby/1.6.4 mod_python/2.7.8 Python/2.2.1 mod_perl/1.26 DAV/1.0.3 PHP/4.2.3 mod_jk/1.2.0</example>
|
224
|
+
<example>Apache/1.3.27 (Unix) mod_ssl/2.8.11 OpenSSL/0.9.6g mod_perl/1.27</example>
|
225
|
+
<example>Apache/1.3.27 (Unix) mod_ssl/2.8.12 OpenSSL/0.9.7c</example>
|
226
|
+
<example>Apache/1.3.27 (Unix) mod_ssl/2.8.14 OpenSSL/0.9.6b</example>
|
227
|
+
<example>Apache/1.3.27 (Unix) mod_ssl/2.8.14 OpenSSL/0.9.7a Resin/2.1.11</example>
|
228
|
+
<example>Apache/1.3.27 (Unix) mod_throttle/3.1.2 PHP/4.3.11 FrontPage/5.0.2.2623 mod_ssl/2.8.11 OpenSSL/0.9.6e</example>
|
229
|
+
<example>Apache/1.3.27 (Unix) mod_throttle/3.1.2 PHP/4.3.2 FrontPage/5.0.2.2623 mod_ssl/2.8.14 OpenSSL/0.9.7a</example>
|
230
|
+
<example>Apache/1.3.27 (Unix) mod_throttle/3.1.2 PHP/4.3.6 FrontPage/5.0.2.2623 mod_ssl/2.8.14 OpenSSL/0.9.7a</example>
|
231
|
+
<example>Apache/1.3.27 (Unix) PHP/4.0.3pl1</example>
|
232
|
+
<example>Apache/1.3.27 (Unix) PHP/4.1.2</example>
|
233
|
+
<example>Apache/1.3.27 (Unix) PHP/4.2.3</example>
|
234
|
+
<example>Apache/1.3.27 (Unix) PHP/4.2.3 FrontPage/5.0.2.2623 mod_ssl/2.8.11 OpenSSL/0.9.6b</example>
|
235
|
+
<example>Apache/1.3.27 (Unix) PHP/4.2.3 mod_ssl/2.8.14 OpenSSL/0.9.7c</example>
|
236
|
+
<example>Apache/1.3.27 (Unix) PHP/4.2.3 PHP/3.0.18 mod_perl/1.26</example>
|
237
|
+
<example>Apache/1.3.27 (Unix) PHP/4.3.1</example>
|
238
|
+
<example>Apache/1.3.27 (Unix) PHP/4.3.1 FrontPage/5.0.2.2623 mod_ssl/2.8.11 OpenSSL/0.9.6b</example>
|
239
|
+
<example>Apache/1.3.27 (Unix) PHP/4.3.1 mod_gzip/1.3.19.1a</example>
|
240
|
+
<example>Apache/1.3.27 (Unix) PHP/4.3.1 mod_ssl/2.8.12 OpenSSL/0.9.6b</example>
|
241
|
+
<example>Apache/1.3.27 (Unix) PHP/4.3.1 mod_ssl/2.8.12 OpenSSL/0.9.7a</example>
|
242
|
+
<example>Apache/1.3.27 (Unix) PHP/4.3.10</example>
|
243
|
+
<example>Apache/1.3.27 (Unix) PHP/4.3.10 mod_ssl/2.8.11 OpenSSL/0.9.6g rus/PL30.16</example>
|
244
|
+
<example>Apache/1.3.27 (Unix) PHP/4.3.11 mod_python/2.7.8 Python/2.2.1 mod_perl/1.26 DAV/1.0.3 mod_ssl/2.8.14 OpenSSL/0.9.6k mod_jk/1.2.0</example>
|
245
|
+
<example>Apache/1.3.27 (Unix) PHP/4.3.2</example>
|
246
|
+
<example>Apache/1.3.27 (Unix) PHP/4.3.2-RC1</example>
|
247
|
+
<example>Apache/1.3.27 (Unix) PHP/4.3.2 FrontPage/5.0.2.2510 mod_ssl/2.8.10 OpenSSL/0.9.7b</example>
|
248
|
+
<example>Apache/1.3.27 (Unix) PHP/4.3.3</example>
|
249
|
+
<example>Apache/1.3.27 (Unix) PHP/4.3.3 Resin/2.1.6 mod_perl/1.25 mod_ssl/2.8.11 OpenSSL/0.9.6g</example>
|
250
|
+
<example>Apache/1.3.27 (Unix) PHP/4.3.4</example>
|
251
|
+
<example>Apache/1.3.27 (Unix) PHP/4.3.6</example>
|
252
|
+
<example>Apache/1.3.27 (Unix) PHP/4.3.8</example>
|
253
|
+
<example>Apache/1.3.27 (Unix) PHP/4.4.0 mod_perl/1.27 mod_ssl/2.8.14 OpenSSL/0.9.7b</example>
|
254
|
+
<example>Apache/1.3.27 (Unix) PHP/4.4.2</example>
|
255
|
+
<example>Apache/1.3.27 (Unix) PHP/4.4.6</example>
|
256
|
+
<example>Apache/1.3.27 (Unix) PHP/5.2.3</example>
|
257
|
+
<example>Apache/1.3.27 (Win32)</example>
|
258
|
+
<example>Apache/1.3.27 (Win32) mod_ssl/2.8.11 OpenSSL/0.9.6g mod_perl/1.27_01-dev PHP/4.2.3</example>
|
259
|
+
<example>Apache/1.3.27 (Win32) PHP/4.2.3</example>
|
260
|
+
<example>Apache/1.3.27 (Win32) secured_by_Covalent/1.6.2 mod_jk</example>
|
261
|
+
<example>Apache/1.3.27km (Unix)</example>
|
262
|
+
<example>Apache/1.3.28</example>
|
263
|
+
<example>Apache/1.3.28 (Darwin) PHP/4.3.2</example>
|
264
|
+
<example>Apache/1.3.28 (Debian GNU/Linux) PHP/4.3.3</example>
|
265
|
+
<example>Apache/1.3.28 (Linux/SuSE)</example>
|
266
|
+
<example>Apache/1.3.28 (Linux/SuSE) mod_ssl/2.8.15 OpenSSL/0.9.7b mod_python/2.7.10 Python/2.3+ mod_perl/1.28</example>
|
267
|
+
<example>Apache/1.3.28 (Miracle) mod_ssl/2.8.15 OpenSSL/0.9.6b</example>
|
268
|
+
<example>Apache/1.3.28 (SolutionIP) mod_perl/1.28 mod_ssl/2.8.15 OpenSSL/0.9.7b</example>
|
269
|
+
<example>Apache/1.3.28 (Unix)</example>
|
270
|
+
<example>Apache/1.3.28 (Unix) mod_auth_pam/1.1.1</example>
|
271
|
+
<example>Apache/1.3.28 (Unix) mod_ssl/2.8.15 OpenSSL/0.9.7b PHP/4.4.1</example>
|
272
|
+
<example>Apache/1.3.28 (Unix) mod_ssl/2.8.15 OpenSSL/0.9.7c</example>
|
273
|
+
<example>Apache/1.3.28 (Unix) PHP/3.0.18 FrontPage/5.0.2.2510 PHP/3.0.18</example>
|
274
|
+
<example>Apache/1.3.28 (Unix) PHP/4.3.1</example>
|
275
|
+
<example>Apache/1.3.28 (Unix) PHP/4.3.11 mod_ssl/2.8.15 OpenSSL/0.9.7a</example>
|
276
|
+
<example>Apache/1.3.28 (Unix) PHP/4.3.2</example>
|
277
|
+
<example>Apache/1.3.28 (Unix) PHP/4.3.3</example>
|
278
|
+
<example>Apache/1.3.28 (Unix) PHP/4.3.3 mod_ssl/2.8.15 OpenSSL/0.9.7b</example>
|
279
|
+
<example>Apache/1.3.28 (Unix) PHP/4.3.6 mod_perl/1.28 mod_ssl/2.8.15 OpenSSL/0.9.7a</example>
|
280
|
+
<example>Apache/1.3.28 (Unix) PHP/4.4.1</example>
|
281
|
+
<example>Apache/1.3.28 (Win32)</example>
|
282
|
+
<example>Apache/1.3.28 Ben-SSL/1.52 (Unix)</example>
|
283
|
+
<example>Apache/1.3.29</example>
|
284
|
+
<example>Apache/1.3.29 (Darwin)</example>
|
285
|
+
<example>Apache/1.3.29 (Linux/SUSE) PHP/4.3.4 mod_ssl/2.8.16 OpenSSL/0.9.7d</example>
|
286
|
+
<example>Apache/1.3.29 (Unix)</example>
|
287
|
+
<example>Apache/1.3.29 (Unix) (PLD/Linux) mod_ssl/2.8.15 OpenSSL/0.9.6j PHP/4.2.3 mod_gzip/1.3.26.1a</example>
|
288
|
+
<example>Apache/1.3.29 (Unix) (Red-Hat/Linux) Chili!Soft-ASP/3.6.2 mod_ssl/2.8.14 OpenSSL/0.9.6b PHP/4.3.10 FrontPage/5.0.2.2510</example>
|
289
|
+
<example>Apache/1.3.29 (Unix) ApacheJServ/1.1.2 PHP/4.3.4</example>
|
290
|
+
<example>Apache/1.3.29 (Unix) AuthMySQL/2.20 PHP/4.4.4 with Suhosin-Patch mod_perl/1.24 mod_ssl/2.8.16 OpenSSL/0.9.7c</example>
|
291
|
+
<example>Apache/1.3.29 (Unix) DAV/1.0.3 mod_ssl/2.8.16 OpenSSL/0.9.7c PHP/4.3.10</example>
|
292
|
+
<example>Apache/1.3.29 (Unix) FrontPage/5.0.2.2510 mod_perl/1.29</example>
|
293
|
+
<example>Apache/1.3.29 (Unix) JRun/4.0 mod_ssl/2.8.16 OpenSSL/0.9.7c</example>
|
294
|
+
<example>Apache/1.3.29 (Unix) mod_auth_pgsql/0.9.12 PHP/4.3.4 mod_ssl/2.8.16 OpenSSL/0.9.7c</example>
|
295
|
+
<example>Apache/1.3.29 (Unix) mod_gzip/1.3.26.1a PHP/5.1.4 DAV/1.0.3 FrontPage/5.0.2.2623 mod_ssl/2.8.16 OpenSSL/0.9.7j</example>
|
296
|
+
<example>Apache/1.3.29 (Unix) mod_jk/1.2.5</example>
|
297
|
+
<example>Apache/1.3.29 (Unix) mod_layout/3.2.1 mod_ssl/2.8.16 OpenSSL/0.9.7c-p1</example>
|
298
|
+
<example>Apache/1.3.29 (Unix) mod_perl/1.25</example>
|
299
|
+
<example>Apache/1.3.29 (Unix) mod_perl/1.27 PHP/4.3.5RC3 mod_ssl/2.8.16 OpenSSL/0.9.7c</example>
|
300
|
+
<example>Apache/1.3.29 (Unix) mod_perl/1.29 AuthMySQL/2.20 PHP/4.3.3 mod_ssl/2.8.16 OpenSSL/0.9.7d</example>
|
301
|
+
<example>Apache/1.3.29 (Unix) mod_python/2.7.11 Python/2.3.2 PHP/4.3.4 DAV/1.0.3</example>
|
302
|
+
<example>Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.6m</example>
|
303
|
+
<example>Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7c</example>
|
304
|
+
<example>Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7c mod_jk/1.2.6-dev</example>
|
305
|
+
<example>Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7j</example>
|
306
|
+
<example>Apache/1.3.29 (Unix) PHP/4.0.6</example>
|
307
|
+
<example>Apache/1.3.29 (Unix) PHP/4.2.3 mod_ssl/2.8.16 OpenSSL/0.9.6b FrontPage/5.0.2.2510.sphera</example>
|
308
|
+
<example>Apache/1.3.29 (Unix) PHP/4.3.1</example>
|
309
|
+
<example>Apache/1.3.29 (Unix) PHP/4.3.10</example>
|
310
|
+
<example>Apache/1.3.29 (Unix) PHP/4.3.11-dev</example>
|
311
|
+
<example>Apache/1.3.29 (Unix) PHP/4.3.2 mod_ssl/2.8.16 OpenSSL/0.9.7b</example>
|
312
|
+
<example>Apache/1.3.29 (Unix) PHP/4.3.4</example>
|
313
|
+
<example>Apache/1.3.29 (Unix) PHP/4.3.4 mod_ssl/2.8.16 OpenSSL/0.9.7c</example>
|
314
|
+
<example>Apache/1.3.29 (Unix) PHP/4.3.4 mod_throttle/3.1.2</example>
|
315
|
+
<example>Apache/1.3.29 (Unix) PHP/4.3.6</example>
|
316
|
+
<example>Apache/1.3.29 (Unix) PHP/4.3.8</example>
|
317
|
+
<example>Apache/1.3.29 (Unix) PHP/4.3.8 mod_ssl/2.8.16 OpenSSL/0.9.7d</example>
|
318
|
+
<example>Apache/1.3.29 (Unix) PHP/4.4.1 mod_ssl/2.8.16 OpenSSL/0.9.7g</example>
|
319
|
+
<example>Apache/1.3.29 (Unix) PHP/4.4.6</example>
|
320
|
+
<example>Apache/1.3.29 (Unix) PHP/5.1.2 mod_ssl/2.8.16 OpenSSL/0.9.7d</example>
|
321
|
+
<example>Apache/1.3.29 (Unix) PHP/5.1.4 mod_ssl/2.8.16 OpenSSL/0.9.7j</example>
|
322
|
+
<example>Apache/1.3.29 (Unix) PHP/5.2.0</example>
|
323
|
+
<example>Apache/1.3.29 (Win32) PHP/4.4.1</example>
|
324
|
+
<example>Apache/1.3.29 Ben-SSL/1.52 (Unix) mod_perl/1.29 PHP/4.3.4 FrontPage/4.0.4.3</example>
|
325
|
+
<example>Apache/1.3.29 Sun Cobalt (Unix) Chili!Soft-ASP/3.6.2 mod_ssl/2.8.16 OpenSSL/0.9.6m PHP/4.1.2 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25</example>
|
326
|
+
<example>Apache/1.3.29 Sun Cobalt (Unix) mod_imode/1.0.5 PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_ssl/2.8.16 OpenSSL/0.9.6m mod_perl/1.25</example>
|
327
|
+
<example>Apache/1.3.29 Sun Cobalt (Unix) mod_ssl/2.8.16 OpenSSL/0.9.6m PHP/4.0.6 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25</example>
|
328
|
+
<example>Apache/1.3.29 Sun Cobalt (Unix) mod_ssl/2.8.16 OpenSSL/0.9.6m PHP/4.1.2 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.25</example>
|
329
|
+
<example>Apache/1.3.3 (Unix) FrontPage/4.0.4.3</example>
|
330
|
+
<example>Apache/1.3.3 Cobalt (Unix) (Red Hat/Linux)</example>
|
331
|
+
<example>Apache/1.3.3 Cobalt (Unix) (Red Hat/Linux) PHP/3.0.7</example>
|
332
|
+
<example>Apache/1.3.31</example>
|
333
|
+
<example>Apache/1.3.31 (Debian GNU/Linux) PHP/4.3.8-12 mod_ssl/2.8.19 OpenSSL/0.9.7d</example>
|
334
|
+
<example>Apache/1.3.31 (Debian GNU/Linux) PHP/4.3.8-5</example>
|
335
|
+
<example>Apache/1.3.31 (Debian GNU/Linux) PHP/4.3.9-1 mod_ssl/2.8.19 OpenSSL/0.9.7d</example>
|
336
|
+
<example>Apache/1.3.31 (NETWARE) mod_jk/1.2.5</example>
|
337
|
+
<example>Apache/1.3.31 (Unix)</example>
|
338
|
+
<example>Apache/1.3.31 (Unix) (Red-Hat/Linux) mod_jk/1.2.1-beta-1 mod_perl/1.29 PHP/4.3.8 FrontPage/5.0.2.2635 mod_ssl/2.8.18 OpenSSL/0.9.7a</example>
|
339
|
+
<example>Apache/1.3.31 (Unix) Chili!Soft-ASP/3.6.2 tomcat/1.0</example>
|
340
|
+
<example>Apache/1.3.31 (Unix) FrontPage/5.0.2.2635 PHP/4.0.6</example>
|
341
|
+
<example>Apache/1.3.31 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2634a mod_ssl/2.8.20 OpenSSL/0.9.6b PHP-CGI/0.1b</example>
|
342
|
+
<example>Apache/1.3.31 (Unix) mod_fastcgi/2.2.10 mod_ssl/2.8.19 OpenSSL/0.9.6b</example>
|
343
|
+
<example>Apache/1.3.31 (Unix) mod_jk/1.2.14 PHP/4.3.8</example>
|
344
|
+
<example>Apache/1.3.31 (Unix) mod_jk/1.2.5</example>
|
345
|
+
<example>Apache/1.3.31 (Unix) mod_jk/1.2.5 PHP/5.2.1 FrontPage/5.0.2.2635 mod_fastcgi/2.4.2 mod_throttle/3.1.2 mod_ssl/2.8.18 OpenSSL/0.9.7d</example>
|
346
|
+
<example>Apache/1.3.31 (Unix) mod_perl/1.25</example>
|
347
|
+
<example>Apache/1.3.31 (Unix) mod_perl/1.28 mod_ssl/2.8.20 OpenSSL/0.9.7d</example>
|
348
|
+
<example>Apache/1.3.31 (Unix) mod_perl/1.29</example>
|
349
|
+
<example>Apache/1.3.31 (Unix) mod_perl/1.29 PHP/4.3.8 mod_ssl/2.8.19 OpenSSL/0.9.7d</example>
|
350
|
+
<example>Apache/1.3.31 (Unix) mod_pubcookie/3.3.0a mod_ssl/2.8.18 OpenSSL/0.9.7d</example>
|
351
|
+
<example>Apache/1.3.31 (Unix) mod_python/2.7.10 Python/2.2.2 mod_perl/1.29 mod_throttle/3.1.2 PHP/4.3.10 FrontPage/5.0.2.2510 mod_ssl/2.8.18 OpenSSL/0.9.7d</example>
|
352
|
+
<example>Apache/1.3.31 (Unix) mod_ssl/2.8.18 OpenSSL/0.9.6e</example>
|
353
|
+
<example>Apache/1.3.31 (Unix) mod_ssl/2.8.18 OpenSSL/0.9.7b</example>
|
354
|
+
<example>Apache/1.3.31 (Unix) mod_ssl/2.8.18 OpenSSL/0.9.7d</example>
|
355
|
+
<example>Apache/1.3.31 (Unix) mod_ssl/2.8.27 OpenSSL/0.9.7i</example>
|
356
|
+
<example>Apache/1.3.31 (Unix) mod_throttle/3.1.2 PHP/4.3.10</example>
|
357
|
+
<example>Apache/1.3.31 (Unix) mod_throttle/3.1.2 PHP/4.3.10 FrontPage/5.0.2.2623 mod_ssl/2.8.18 OpenSSL/0.9.7d</example>
|
358
|
+
<example>Apache/1.3.31 (Unix) PHP/4.3.10</example>
|
359
|
+
<example>Apache/1.3.31 (Unix) PHP/4.3.10 mod_ssl/2.8.18 OpenSSL/0.9.7b</example>
|
360
|
+
<example>Apache/1.3.31 (Unix) PHP/4.3.11 mod_ssl/2.8.17 OpenSSL/0.9.7d</example>
|
361
|
+
<example>Apache/1.3.31 (Unix) PHP/4.3.11 mod_ssl/2.8.18 OpenSSL/0.9.6b FrontPage/5.0.2.2635 mod_throttle/3.1.2</example>
|
362
|
+
<example>Apache/1.3.31 (Unix) PHP/4.3.6</example>
|
363
|
+
<example>Apache/1.3.31 (Unix) PHP/4.3.6 mod_auth_ianus/3.5-1.3.33 mod_ssl/2.8.19 OpenSSL/0.9.7d</example>
|
364
|
+
<example>Apache/1.3.31 (Unix) PHP/4.3.6 mod_ssl/2.8.17 OpenSSL/0.9.7a FrontPage/5.0.2.2635 mod_throttle/3.1.2</example>
|
365
|
+
<example>Apache/1.3.31 (Unix) PHP/4.3.7</example>
|
366
|
+
<example>Apache/1.3.31 (Unix) PHP/4.3.8</example>
|
367
|
+
<example>Apache/1.3.31 (Unix) PHP/4.3.8 mod_ssl/2.8.18 OpenSSL/0.9.6e rus/PL30.20</example>
|
368
|
+
<example>Apache/1.3.31 (Unix) PHP/4.3.8 mod_ssl/2.8.19 OpenSSL/0.9.7d</example>
|
369
|
+
<example>Apache/1.3.31 (Unix) PHP/4.3.9 mod_ssl/2.8.19 OpenSSL/0.9.7d</example>
|
370
|
+
<example>Apache/1.3.31 (Unix) PHP/4.4.4 mod_throttle/3.1.2 mod_gzip/1.3.19.1a AuthMySQL/2.20 mod_fastcgi/2.4.2 mod_ssl/2.8.19 OpenSSL/0.9.7e</example>
|
371
|
+
<example>Apache/1.3.31 (Unix) PHP/4.4.7 mod_perl/1.29 mod_ssl/2.8.18 OpenSSL/0.9.7e-p1</example>
|
372
|
+
<example>Apache/1.3.31 (Unix) PHP/5.0.1</example>
|
373
|
+
<example>Apache/1.3.31 (Unix) PHP/5.0.2</example>
|
374
|
+
<example>Apache/1.3.31 (Unix) PHP/5.0.4</example>
|
375
|
+
<example>Apache/1.3.31 (Unix) Resin/2.1.4 DAV/1.0.3 mod_gzip/1.3.19.1a PHP/4.3.9</example>
|
376
|
+
<example>Apache/1.3.31 (Unix) Sun-ONE-ASP/4.0.0 mod_ssl/2.8.17 OpenSSL/0.9.7c</example>
|
377
|
+
<example>Apache/1.3.31 (Win32) JRun/4.0 mod_jk/1.2.6</example>
|
378
|
+
<example>Apache/1.3.31 (Win32) PHP/4.3.10 mod_ssl/2.8.18 OpenSSL/0.9.7d</example>
|
379
|
+
<example>Apache/1.3.31 (Win32) PHP/4.3.6</example>
|
380
|
+
<example>Apache/1.3.31 (Win32) PHP/4.3.8</example>
|
381
|
+
<example>Apache/1.3.31 (Win32) PHP/5.0.5 Enhydra-Director/4 ported by Rkoma</example>
|
382
|
+
<example>Apache/1.3.32</example>
|
383
|
+
<example>Apache/1.3.32 (Unix) PHP/4.3.10 mod_perl/1.29</example>
|
384
|
+
<example>Apache/1.3.32 (Unix) PHP/4.4.4</example>
|
385
|
+
<example>Apache/1.3.33</example>
|
386
|
+
<example>Apache/1.3.33 (Darwin)</example>
|
387
|
+
<example>Apache/1.3.33 (Darwin) DAV/1.0.3 mod_ssl/2.8.24 OpenSSL/0.9.7i PHP/4.4.1 mod_perl/1.29</example>
|
388
|
+
<example>Apache/1.3.33 (Darwin) DAV/1.0.3 mod_ssl/2.8.24 OpenSSL/0.9.7l</example>
|
389
|
+
<example>Apache/1.3.33 (Darwin) DAV/1.0.3 mod_ssl/2.8.24 OpenSSL/0.9.7l PHP/4.4.4 mod_perl/1.29</example>
|
390
|
+
<example>Apache/1.3.33 (Darwin) DAV/1.0.3 mod_ssl/2.8.24 OpenSSL/0.9.7l PHP/5.1.6 mod_perl/1.29</example>
|
391
|
+
<example>Apache/1.3.33 (Darwin) DAV/1.0.3 PHP/4.3.4</example>
|
392
|
+
<example>Apache/1.3.33 (Darwin) DAV/1.0.3 PHP/4.4.4</example>
|
393
|
+
<example>Apache/1.3.33 (Darwin) mod_fastcgi/2.4.2 mod_ssl/2.8.24 OpenSSL/0.9.7l PHP/4.4.4</example>
|
394
|
+
<example>Apache/1.3.33 (Darwin) mod_jk/1.2.2 DAV/1.0.3 mod_ssl/2.8.24 OpenSSL/0.9.7i</example>
|
395
|
+
<example>Apache/1.3.33 (Darwin) mod_jk/1.2.2 DAV/1.0.3 PHP/4.4.4</example>
|
396
|
+
<example>Apache/1.3.33 (Darwin) mod_jk/1.2.6 DAV/1.0.3 mod_ssl/2.8.24 OpenSSL/0.9.7l PHP/4.4.4</example>
|
397
|
+
<example>Apache/1.3.33 (Darwin) mod_jk/1.2.6 DAV/1.0.3 mod_ssl/2.8.24 OpenSSL/0.9.7l PHP/4.4.7</example>
|
398
|
+
<example>Apache/1.3.33 (Darwin) mod_jk/1.2.6 mod_ssl/2.8.24 OpenSSL/0.9.7l</example>
|
399
|
+
<example>Apache/1.3.33 (Darwin) mod_ssl/2.8.24 OpenSSL/0.9.7i PHP/4.3.11 mod_perl/1.26</example>
|
400
|
+
<example>Apache/1.3.33 (Darwin) mod_ssl/2.8.24 OpenSSL/0.9.7l</example>
|
401
|
+
<example>Apache/1.3.33 (Darwin) mod_ssl/2.8.24 OpenSSL/0.9.7l PHP/4.3.10</example>
|
402
|
+
<example>Apache/1.3.33 (Darwin) mod_ssl/2.8.24 OpenSSL/0.9.7l PHP/4.4.4</example>
|
403
|
+
<example>Apache/1.3.33 (Darwin) PHP/4.3.11 mod_ssl/2.8.24 OpenSSL/0.9.7l</example>
|
404
|
+
<example>Apache/1.3.33 (Darwin) PHP/4.3.4</example>
|
405
|
+
<example>Apache/1.3.33 (Darwin) PHP/4.4.4</example>
|
406
|
+
<example>Apache/1.3.33 (Darwin) PHP/4.4.4 mod_perl/1.26</example>
|
407
|
+
<example>Apache/1.3.33 (Darwin) PHP/5.0.4</example>
|
408
|
+
<example>Apache/1.3.33 (Darwin) PHP/5.0.4 mod_gzip/1.3.26.1a mod_ssl/2.8.24 OpenSSL/0.9.7l</example>
|
409
|
+
<example>Apache/1.3.33 (Darwin) PHP/5.1.6</example>
|
410
|
+
<example>Apache/1.3.33 (Darwin) PHP/5.1.6 DAV/1.0.3 mod_ssl/2.8.24 OpenSSL/0.9.7l</example>
|
411
|
+
<example>Apache/1.3.33 (Darwin) PHP/5.2.0</example>
|
412
|
+
<example>Apache/1.3.33 (Darwin) PHP/5.2.2 mod_fastcgi/2.4.2 mod_jk/1.2.6 mod_ssl/2.8.24 OpenSSL/0.9.7i</example>
|
413
|
+
<example>Apache/1.3.33 (Debian GNU/Linux)</example>
|
414
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) FrontPage/5.0.2.2623 mod_gzip/1.3.26.1a mod_perl/1.29 DAV/1.0.3</example>
|
415
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) FrontPage/5.0.2.2635 mod_gzip/1.3.26.1a PHP/4.3.10-16 mod_perl/1.29</example>
|
416
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) mod_jk/1.2.18 mod_perl/1.29</example>
|
417
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) mod_python/2.7.10 Python/2.3.4 mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
418
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) mod_ssl/2.8.22 OpenSSL/0.9.7e PHP/4.3.11</example>
|
419
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) mod_tsunami/3.0 PHP/4.3.10-19 mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
420
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) mod_tsunami/3.0 PHP/4.3.10-19 mod_ssl/2.8.22 OpenSSL/0.9.7e DAV/1.0.3</example>
|
421
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-15 mod_ssl/2.8.22 OpenSSL/0.9.7d</example>
|
422
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-15 mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
423
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-16</example>
|
424
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-16 mod_jk/1.2.5 mod_auth_pam/1.1.1 mod_perl/1.29</example>
|
425
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-16 mod_perl/1.29</example>
|
426
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-18</example>
|
427
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-18 mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
428
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-19</example>
|
429
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-19 mod_ssl/2.8.22 OpenSSL/0.9.7e mod_perl/1.29</example>
|
430
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-2</example>
|
431
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-21</example>
|
432
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-22</example>
|
433
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-22 mod_perl/1.29</example>
|
434
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-22 mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
435
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/4.3.10-22 mod_ssl/2.8.22 OpenSSL/0.9.7e mod_perl/1.29</example>
|
436
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/4.4.0-0.dotdeb.0 mod_perl/1.29 DAV/1.0.3</example>
|
437
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/4.4.7 mod_gzip/1.3.26.1a mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
438
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) PHP/5.2.0</example>
|
439
|
+
<example>Apache/1.3.33 (Debian GNU/Linux) Sun-ONE-ASP/4.0.2 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
440
|
+
<example>Apache/1.3.33 (NETWARE) mod_jk/1.2.5</example>
|
441
|
+
<example>Apache/1.3.33 (Unix)</example>
|
442
|
+
<example>Apache/1.3.33 (Unix) (Conectiva/Linux) PHP/4.3.11</example>
|
443
|
+
<example>Apache/1.3.33 (Unix) (Red-Hat/Linux) FrontPage/4.0.4.3 mod_python/2.7.6 Python/1.5.2 mod_ssl/2.8.22 OpenSSL/0.9.6b DAV/1.0.2 PHP/4.3.9 mod_perl/1.24_01 mod_throttle/3.1.2</example>
|
444
|
+
<example>Apache/1.3.33 (Unix) (Reliablehosting.com) PHP/4.3.10</example>
|
445
|
+
<example>Apache/1.3.33 (Unix) (Vine/Linux)</example>
|
446
|
+
<example>Apache/1.3.33 (Unix) (Vine/Linux) mod_ssl/2.8.22 OpenSSL/0.9.7d DAV/1.0.3 PHP/4.4.4</example>
|
447
|
+
<example>Apache/1.3.33 (Unix) ApacheJServ/1.1.2 PHP/4.3.11 Chili!Soft-ASP/3.6.2 FrontPage/5.0.2.2510</example>
|
448
|
+
<example>Apache/1.3.33 (Unix) FrontPage/5.0.2.2635</example>
|
449
|
+
<example>Apache/1.3.33 (Unix) FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7d mod_watch/3.12</example>
|
450
|
+
<example>Apache/1.3.33 (Unix) FrontPage/5.0.2.2635 PHP/4.4.0 mod_ssl/2.8.23 OpenSSL/0.9.8</example>
|
451
|
+
<example>Apache/1.3.33 (Unix) FrontPage/5.0.2.2635 PHP/4.4.2 mod_ssl/2.8.22 OpenSSL/0.9.7f</example>
|
452
|
+
<example>Apache/1.3.33 (Unix) mod_accel/1.0.32</example>
|
453
|
+
<example>Apache/1.3.33 (Unix) mod_auth_pam/1.1.1 FrontPage/5.0.2.2635 PHP/4.4.7</example>
|
454
|
+
<example>Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_bwlimited/1.4 mod_log_bytes/1.2 mod_ssl/2.8.22 OpenSSL/0.9.7e FrontPage/5.0.2.2635</example>
|
455
|
+
<example>Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
456
|
+
<example>Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.10 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a</example>
|
457
|
+
<example>Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.10 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
458
|
+
<example>Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.11 FrontPage/5.0.2.2634a mod_ssl/2.8.21 OpenSSL/0.9.7a</example>
|
459
|
+
<example>Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.11 FrontPage/5.0.2.2634a mod_ssl/2.8.22 OpenSSL/0.9.6</example>
|
460
|
+
<example>Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.11 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.6b</example>
|
461
|
+
<example>Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.11 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a</example>
|
462
|
+
<example>Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.9 FrontPage/5.0.2.2634a</example>
|
463
|
+
<example>Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.9 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a</example>
|
464
|
+
<example>Apache/1.3.33 (Unix) mod_fastcgi/2.4.2 ApacheJServ/1.1.2</example>
|
465
|
+
<example>Apache/1.3.33 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2634a mod_ssl/2.8.21 OpenSSL/0.9.7a</example>
|
466
|
+
<example>Apache/1.3.33 (Unix) mod_gzip/1.3.19.1a PHP/4.4.0 mod_ssl/2.8.24 OpenSSL/0.9.6m</example>
|
467
|
+
<example>Apache/1.3.33 (Unix) mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.11 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a</example>
|
468
|
+
<example>Apache/1.3.33 (Unix) mod_gzip/1.3.26.1a PHP/4.4.0</example>
|
469
|
+
<example>Apache/1.3.33 (Unix) mod_jk/1.1.0 PHP/4.4.0 mod_ssl/2.8.22 OpenSSL/0.9.6e</example>
|
470
|
+
<example>Apache/1.3.33 (Unix) mod_jk/1.2.14 mod_ssl/2.8.23 OpenSSL/0.9.7a PHP/4.4.0 FrontPage/5.0.2.2635</example>
|
471
|
+
<example>Apache/1.3.33 (Unix) mod_jk/1.2.14 PHP/4.4.0 FrontPage/5.0.2.2635</example>
|
472
|
+
<example>Apache/1.3.33 (Unix) mod_jk/1.2.14 PHP/4.4.0 mod_ssl/2.8.23 OpenSSL/0.9.7a FrontPage/5.0.2.2635</example>
|
473
|
+
<example>Apache/1.3.33 (Unix) mod_jk/1.2.15 PHP/4.4.0 mod_perl/1.29 mod_ssl/2.8.24 OpenSSL/0.9.7g</example>
|
474
|
+
<example>Apache/1.3.33 (Unix) mod_jk/1.2.21 mod_layout/3.2.1 mod_tsunami/2.0 mod_ssl/2.8.22 OpenSSL/0.9.7a</example>
|
475
|
+
<example>Apache/1.3.33 (Unix) mod_jk/1.2.6 PHP/4.3.11 mod_perl/1.29 DAV/1.0.3</example>
|
476
|
+
<example>Apache/1.3.33 (Unix) mod_jk/1.2.6 PHP/5.1.4 mod_ssl/2.8.22 OpenSSL/0.9.7f</example>
|
477
|
+
<example>Apache/1.3.33 (Unix) mod_perl/1.29</example>
|
478
|
+
<example>Apache/1.3.33 (Unix) mod_perl/1.29 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.11 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7a</example>
|
479
|
+
<example>Apache/1.3.33 (Unix) mod_perl/1.29 mod_ssl/2.8.22 OpenSSL/0.9.7e mod_jk/1.2.2</example>
|
480
|
+
<example>Apache/1.3.33 (Unix) mod_perl/1.29 mod_ssl/2.8.24 OpenSSL/0.9.7e</example>
|
481
|
+
<example>Apache/1.3.33 (Unix) mod_perl/1.29 PHP/4.3.10</example>
|
482
|
+
<example>Apache/1.3.33 (Unix) mod_perl/1.29 PHP/4.3.11</example>
|
483
|
+
<example>Apache/1.3.33 (Unix) mod_perl/1.29 PHP/4.3.11 Resin/2.1.6 mod_ssl/2.8.22 OpenSSL/0.9.7g</example>
|
484
|
+
<example>Apache/1.3.33 (Unix) mod_python/2.7.10 Python/2.2.2 mod_webapp/1.2.0-dev mod_perl/1.29 mod_throttle/3.1.2 PHP/4.4.1 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
485
|
+
<example>Apache/1.3.33 (Unix) mod_python/2.7.10 Python/2.2.2 mod_webapp/1.2.0-dev mod_perl/1.29 mod_throttle/3.1.2 PHP/4.4.2 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
486
|
+
<example>Apache/1.3.33 (Unix) mod_python/2.7.10 Python/2.2.2 mod_webapp/1.2.0-dev mod_perl/1.29 PHP/4.4.2 FrontPage/5.0.2.2635 mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
487
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.21 OpenSSL/0.9.7e mod_jk/1.2.4</example>
|
488
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.6m</example>
|
489
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7a mod_jk/1.2.3-dev</example>
|
490
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7a PHP/4.3.10 mod_perl/1.29 FrontPage/5.0.2.2510</example>
|
491
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7a PHP/4.3.11 mod_perl/1.29 FrontPage/5.0.2.2510</example>
|
492
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7b PHP/4.3.3</example>
|
493
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7c PHP/4.4.1</example>
|
494
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7d</example>
|
495
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7d VDB/1.1.0</example>
|
496
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
497
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7e PHP/4.4.5 FrontPage/5.0.2.2510</example>
|
498
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7g</example>
|
499
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7g PHP/4.3.8</example>
|
500
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.8d</example>
|
501
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.23 OpenSSL/0.9.7a PHP/4.4.0 FrontPage/5.0.2.2635</example>
|
502
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.24 OpenSSL/0.9.7a PHP/4.4.0 mod_perl/1.29 mod_gzip/1.3.26.1a mod_fastcgi/mod_fastcgi-SNAP-0404142202</example>
|
503
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.24 OpenSSL/0.9.7d PHP/4.3.11 mod_perl/1.29 FrontPage/5.0.2.2510</example>
|
504
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.24 OpenSSL/0.9.7e</example>
|
505
|
+
<example>Apache/1.3.33 (Unix) mod_ssl/2.8.24 OpenSSL/0.9.7g PHP/4.4.0</example>
|
506
|
+
<example>Apache/1.3.33 (Unix) mod_throttle/3.1.2 PHP/4.3.10</example>
|
507
|
+
<example>Apache/1.3.33 (Unix) mod_tsunami/3.0</example>
|
508
|
+
<example>Apache/1.3.33 (Unix) mod_webapp/1.2.0-dev PHP/4.4.4 FrontPage/5.0.2.2635 Rewrit/1.1a</example>
|
509
|
+
<example>Apache/1.3.33 (Unix) PHP/3.0.18</example>
|
510
|
+
<example>Apache/1.3.33 (Unix) PHP/4.0.6 mod_ssl/2.8.24 OpenSSL/0.9.7g</example>
|
511
|
+
<example>Apache/1.3.33 (Unix) PHP/4.3.10</example>
|
512
|
+
<example>Apache/1.3.33 (Unix) PHP/4.3.10 FrontPage/5.0.2.2510</example>
|
513
|
+
<example>Apache/1.3.33 (Unix) PHP/4.3.10 FrontPage/5.0.2.2623</example>
|
514
|
+
<example>Apache/1.3.33 (Unix) PHP/4.3.10 mod_perl/1.29</example>
|
515
|
+
<example>Apache/1.3.33 (Unix) PHP/4.3.10 mod_ssl/2.8.24 OpenSSL/0.9.7e</example>
|
516
|
+
<example>Apache/1.3.33 (Unix) PHP/4.3.10 mod_throttle/3.1.2 mod_become/1.2</example>
|
517
|
+
<example>Apache/1.3.33 (Unix) PHP/4.3.11</example>
|
518
|
+
<example>Apache/1.3.33 (Unix) PHP/4.3.11 FrontPage/5.0.2.2510</example>
|
519
|
+
<example>Apache/1.3.33 (Unix) PHP/4.3.11 mod_ssl/2.8.24 OpenSSL/0.9.8b</example>
|
520
|
+
<example>Apache/1.3.33 (Unix) PHP/4.3.3</example>
|
521
|
+
<example>Apache/1.3.33 (Unix) PHP/4.4.0</example>
|
522
|
+
<example>Apache/1.3.33 (Unix) PHP/4.4.0 FrontPage/5.0.2.2510</example>
|
523
|
+
<example>Apache/1.3.33 (Unix) PHP/4.4.0 mod_gzip/1.3.19.1a</example>
|
524
|
+
<example>Apache/1.3.33 (Unix) PHP/4.4.0 mod_ssl/2.8.23 OpenSSL/0.9.7a</example>
|
525
|
+
<example>Apache/1.3.33 (Unix) PHP/4.4.1</example>
|
526
|
+
<example>Apache/1.3.33 (Unix) PHP/4.4.1 FrontPage/5.0.2.2510 mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
527
|
+
<example>Apache/1.3.33 (Unix) PHP/4.4.2 FrontPage/5.0.2.2634</example>
|
528
|
+
<example>Apache/1.3.33 (Unix) PHP/4.4.4</example>
|
529
|
+
<example>Apache/1.3.33 (Unix) PHP/4.4.4 FrontPage/5.0.2.2623 mod_ssl/2.8.22 OpenSSL/0.9.7b</example>
|
530
|
+
<example>Apache/1.3.33 (Unix) PHP/4.4.4 mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
531
|
+
<example>Apache/1.3.33 (Unix) PHP/4.4.6</example>
|
532
|
+
<example>Apache/1.3.33 (Unix) PHP/4.4.6-dev FrontPage/5.0.2.2623 mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
533
|
+
<example>Apache/1.3.33 (Unix) PHP/5.0.3</example>
|
534
|
+
<example>Apache/1.3.33 (Unix) PHP/5.0.4 FrontPage/5.0.2.2623 mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
535
|
+
<example>Apache/1.3.33 (Unix) PHP/5.0.4 mod_ssl/2.8.22 OpenSSL/0.9.7d</example>
|
536
|
+
<example>Apache/1.3.33 (Unix) PHP/5.0.4 mod_ssl/2.8.23 OpenSSL/0.9.7g</example>
|
537
|
+
<example>Apache/1.3.33 (Unix) PHP/5.1.2</example>
|
538
|
+
<example>Apache/1.3.33 (Unix) PHP/5.1.2-dev</example>
|
539
|
+
<example>Apache/1.3.33 (Unix) Resin/2.1.14</example>
|
540
|
+
<example>Apache/1.3.33 (Unix) WS_filter/2.1.15 PHP/4.3.4</example>
|
541
|
+
<example>Apache/1.3.33 (Win32) ApacheJServ/1.1</example>
|
542
|
+
<example>Apache/1.3.33 (Win32) PHP/4.3.10</example>
|
543
|
+
<example>Apache/1.3.33 (Win32) PHP/4.3.11</example>
|
544
|
+
<example>Apache/1.3.33 (Win32) PHP/4.3.9 mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
545
|
+
<example>Apache/1.3.33 (Win32) PHP/4.4.0</example>
|
546
|
+
<example>Apache/1.3.33 (Win32) PHP/4.4.1</example>
|
547
|
+
<example>Apache/1.3.33 (Win32) PHP/4.4.2</example>
|
548
|
+
<example>Apache/1.3.33 (Win32) PHP/5.0.3</example>
|
549
|
+
<example>Apache/1.3.33 Ben-SSL/1.55 (Debian GNU/Linux) PHP/4.3.10-16 mod_auth_pam/1.1.1 mod_perl/1.29</example>
|
550
|
+
<example>Apache/1.3.33 Sun Cobalt (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7e PHP/4.3.10 mod_auth_pam_external/0.1 FrontPage/4.0.4.3 mod_perl/1.29</example>
|
551
|
+
<example>Apache/1.3.34</example>
|
552
|
+
<example>Apache/1.3.34 (Debian)</example>
|
553
|
+
<example>Apache/1.3.34 (Debian) mod_gzip/1.3.26.1a PHP/4.4.4-5 mod_ssl/2.8.25 OpenSSL/0.9.8a mod_perl/1.29</example>
|
554
|
+
<example>Apache/1.3.34 (Debian) mod_gzip/1.3.26.1a PHP/5.2.0-8+etch7</example>
|
555
|
+
<example>Apache/1.3.34 (Debian) mod_mp3/0.39 PHP/4.4.4-8+etch4 mod_ssl/2.8.25 OpenSSL/0.9.8c</example>
|
556
|
+
<example>Apache/1.3.34 (Debian) mod_perl/1.29 DAV/1.0.3</example>
|
557
|
+
<example>Apache/1.3.34 (Debian) mod_ssl/2.8.25 OpenSSL/0.9.8a</example>
|
558
|
+
<example>Apache/1.3.34 (Debian) mod_ssl/2.8.25 OpenSSL/0.9.8c</example>
|
559
|
+
<example>Apache/1.3.34 (Debian) PHP/4.3.10-18 mod_jk/1.2.18 mod_fastcgi/2.4.2 mod_ssl/2.8.25 OpenSSL/0.9.8c</example>
|
560
|
+
<example>Apache/1.3.34 (Debian) PHP/4.4.4-8</example>
|
561
|
+
<example>Apache/1.3.34 (Debian) PHP/4.4.4-8+etch1</example>
|
562
|
+
<example>Apache/1.3.34 (Debian) PHP/4.4.4-8+etch3</example>
|
563
|
+
<example>Apache/1.3.34 (Debian) PHP/4.4.4-8+etch3 mod_perl/1.29</example>
|
564
|
+
<example>Apache/1.3.34 (Debian) PHP/4.4.4-8+etch4</example>
|
565
|
+
<example>Apache/1.3.34 (Debian) PHP/4.4.4-8+etch4 mod_ssl/2.8.25 OpenSSL/0.9.8c mod_perl/1.29</example>
|
566
|
+
<example>Apache/1.3.34 (Debian) PHP/4.4.4-9</example>
|
567
|
+
<example>Apache/1.3.34 (Debian) PHP/5.2.0-8+etch7</example>
|
568
|
+
<example>Apache/1.3.34 (Debian) PHP/5.2.1-0.dotdeb.2 with Suhosin-Patch</example>
|
569
|
+
<example>Apache/1.3.34 (Ubuntu)</example>
|
570
|
+
<example>Apache/1.3.34 (Unix)</example>
|
571
|
+
<example>Apache/1.3.34 (Unix) (PLD/Linux) mod_ssl/2.8.25 OpenSSL/0.9.6m PHP/4.4.2</example>
|
572
|
+
<example>Apache/1.3.34 (Unix) filter/1.0 PHP/4.4.4</example>
|
573
|
+
<example>Apache/1.3.34 (Unix) FrontPage/5.0.2.2623</example>
|
574
|
+
<example>Apache/1.3.34 (Unix) FrontPage/5.0.2.2623 mod_ssl/2.8.25 OpenSSL/0.9.6c</example>
|
575
|
+
<example>Apache/1.3.34 (Unix) FrontPage/5.0.2.2623 PHP/4.4.2 mod_ssl/2.8.25 OpenSSL/0.9.8a</example>
|
576
|
+
<example>Apache/1.3.34 (Unix) JRun/4.0 mod_jk/1.2.23 mod_ssl/2.8.25 OpenSSL/0.9.7d</example>
|
577
|
+
<example>Apache/1.3.34 (Unix) mod_auth_passthrough/1.8 mod_bwlimited/1.4 PHP/4.4.1 mod_log_bytes/1.2 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7c</example>
|
578
|
+
<example>Apache/1.3.34 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.11 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7a</example>
|
579
|
+
<example>Apache/1.3.34 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.11 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7i</example>
|
580
|
+
<example>Apache/1.3.34 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.1 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7a</example>
|
581
|
+
<example>Apache/1.3.34 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.1 mod_ssl/2.8.25 OpenSSL/0.9.7a</example>
|
582
|
+
<example>Apache/1.3.34 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/5.0.5 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7a</example>
|
583
|
+
<example>Apache/1.3.34 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0404142202 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_ssl/2.8.25 OpenSSL/0.9.7f</example>
|
584
|
+
<example>Apache/1.3.34 (Unix) mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
585
|
+
<example>Apache/1.3.34 (Unix) mod_jk/1.2.14 mod_ssl/2.8.25 OpenSSL/0.9.8a</example>
|
586
|
+
<example>Apache/1.3.34 (Unix) mod_jk/1.2.15 PHP/4.4.1 mod_throttle/3.1.2 mod_fastcgi/2.4.2 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7g</example>
|
587
|
+
<example>Apache/1.3.34 (Unix) mod_jk/1.2.23</example>
|
588
|
+
<example>Apache/1.3.34 (Unix) mod_perl/1.29</example>
|
589
|
+
<example>Apache/1.3.34 (Unix) mod_ssl/2.8.25 OpenSSL/0.9.7a PHP/4.4.2 mod_perl/1.29 FrontPage/5.0.2.2510</example>
|
590
|
+
<example>Apache/1.3.34 (Unix) mod_ssl/2.8.25 OpenSSL/0.9.7c PHP/4.3.11 FrontPage/5.0.2.2634</example>
|
591
|
+
<example>Apache/1.3.34 (Unix) mod_ssl/2.8.25 OpenSSL/0.9.7e PHP/4.4.0</example>
|
592
|
+
<example>Apache/1.3.34 (Unix) mod_ssl/2.8.25 OpenSSL/0.9.7e PHP/4.4.2 FrontPage/5.0.2.2510</example>
|
593
|
+
<example>Apache/1.3.34 (Unix) mod_ssl/2.8.25 OpenSSL/0.9.8a PHP/4.3.11</example>
|
594
|
+
<example>Apache/1.3.34 (Unix) mod_ssl/2.8.25 OpenSSL/0.9.8a PHP/4.4.2</example>
|
595
|
+
<example>Apache/1.3.34 (Unix) mod_throttle/3.1.2 mod_ssl/2.8.25 OpenSSL/0.9.7d PHP/4.4.1</example>
|
596
|
+
<example>Apache/1.3.34 (Unix) mod_webapp/1.2.0-dev</example>
|
597
|
+
<example>Apache/1.3.34 (Unix) PHP/4.3.10</example>
|
598
|
+
<example>Apache/1.3.34 (Unix) PHP/4.3.11</example>
|
599
|
+
<example>Apache/1.3.34 (Unix) PHP/4.3.5</example>
|
600
|
+
<example>Apache/1.3.34 (Unix) PHP/4.4.0</example>
|
601
|
+
<example>Apache/1.3.34 (Unix) PHP/4.4.1</example>
|
602
|
+
<example>Apache/1.3.34 (Unix) PHP/4.4.1 FrontPage/5.0.2.2510</example>
|
603
|
+
<example>Apache/1.3.34 (Unix) PHP/4.4.1 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7a</example>
|
604
|
+
<example>Apache/1.3.34 (Unix) PHP/4.4.1 mod_perl/1.29</example>
|
605
|
+
<example>Apache/1.3.34 (Unix) PHP/4.4.1 mod_ssl/2.8.25 OpenSSL/0.9.7a FrontPage/5.0.2.2635</example>
|
606
|
+
<example>Apache/1.3.34 (Unix) PHP/4.4.1 mod_ssl/2.8.25 OpenSSL/0.9.7i</example>
|
607
|
+
<example>Apache/1.3.34 (Unix) PHP/4.4.1 mod_ssl/2.8.25 OpenSSL/0.9.8a</example>
|
608
|
+
<example>Apache/1.3.34 (Unix) PHP/4.4.2</example>
|
609
|
+
<example>Apache/1.3.34 (Unix) PHP/4.4.2 DAV/1.0.3 mod_auth_pgsql/0.9.12</example>
|
610
|
+
<example>Apache/1.3.34 (Unix) PHP/4.4.2 FrontPage/5.0.2.2510</example>
|
611
|
+
<example>Apache/1.3.34 (Unix) PHP/4.4.2 mod_gzip/1.3.26.1a mod_perl/1.29</example>
|
612
|
+
<example>Apache/1.3.34 (Unix) PHP/4.4.2 mod_ssl/2.8.25 OpenSSL/0.9.7a</example>
|
613
|
+
<example>Apache/1.3.34 (Unix) PHP/4.4.2 mod_ssl/2.8.25 OpenSSL/0.9.7i</example>
|
614
|
+
<example>Apache/1.3.34 (Unix) PHP/4.4.4</example>
|
615
|
+
<example>Apache/1.3.34 (Unix) PHP/4.4.5 mod_ssl/2.8.25 OpenSSL/0.9.7d</example>
|
616
|
+
<example>Apache/1.3.34 (Unix) PHP/5.0.5 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.25 OpenSSL/0.9.7a</example>
|
617
|
+
<example>Apache/1.3.34 (Unix) PHP/5.0.5 mod_ssl/2.8.25 OpenSSL/0.9.7i</example>
|
618
|
+
<example>Apache/1.3.34 (Unix) PHP/5.0.5 mod_ssl/2.8.25 OpenSSL/0.9.8a</example>
|
619
|
+
<example>Apache/1.3.34 (Unix) PHP/5.1.2</example>
|
620
|
+
<example>Apache/1.3.34 (Unix) PHP/5.1.2 mod_ssl/2.8.25 OpenSSL/0.9.7a-p1</example>
|
621
|
+
<example>Apache/1.3.34 (Unix) PHP/5.1.2 mod_ssl/2.8.25 OpenSSL/0.9.8a</example>
|
622
|
+
<example>Apache/1.3.34 (Unix) PHP/5.2.1</example>
|
623
|
+
<example>Apache/1.3.34 (Unix) Resin/3.0.19</example>
|
624
|
+
<example>Apache/1.3.34 (Win32) ApacheJServ/1.1.2</example>
|
625
|
+
<example>Apache/1.3.34 (Win32) PHP/4.3.3</example>
|
626
|
+
<example>Apache/1.3.34 (Win32) PHP/4.4.1</example>
|
627
|
+
<example>Apache/1.3.34 (Win32) PHP/4.4.4</example>
|
628
|
+
<example>Apache/1.3.34 (Win32) PHP/5.0.5</example>
|
629
|
+
<example>Apache/1.3.34 Ben-SSL/1.57 (Unix) mod_tsunami/2.0 mod_auth_pgsql/0.9.12 mod_perl/1.29 PHP/4.1.2 PHP/3.0.18-i18n-ja-3</example>
|
630
|
+
<example>Apache/1.3.34 Ben-SSL/1.57 (Unix) mod_tsunami/3.0 mod_auth_pgsql/0.9.12 mod_perl/1.29 PHP/4.1.2 PHP/3.0.18-i18n-ja-3</example>
|
631
|
+
<example>Apache/1.3.34 Ben-SSL/1.57 (Unix) PHP/5.1.0</example>
|
632
|
+
<example>Apache/1.3.35 (Unix)</example>
|
633
|
+
<example>Apache/1.3.35 (Unix) ApacheJServ/1.1.2 AuthMySQL/2.20 PHP/4.4.4 FrontPage/5.0.2.2635 Rewrit/1.1a</example>
|
634
|
+
<example>Apache/1.3.35 (Unix) ApacheJServ/1.1.2 PHP/4.4.4 FrontPage/5.0.2.2635 Rewrit/1.1a</example>
|
635
|
+
<example>Apache/1.3.35 (Unix) JRun/4.0 ApacheJServ/1.1.2 PHP/4.4.4 FrontPage/5.0.2.2635 Rewrit/1.1a</example>
|
636
|
+
<example>Apache/1.3.35 (Unix) JRun/4.0 PHP/4.4.4 FrontPage/5.0.2.2635 Rewrit/1.1a</example>
|
637
|
+
<example>Apache/1.3.35 (Unix) mod_webapp/1.2.0-dev PHP/4.4.4 FrontPage/5.0.2.2635 Rewrit/1.1a</example>
|
638
|
+
<example>Apache/1.3.35 (Unix) PHP/4.4.2</example>
|
639
|
+
<example>Apache/1.3.35 (Unix) PHP/4.4.4 FrontPage/5.0.2.2635 Rewrit/1.1a</example>
|
640
|
+
<example>Apache/1.3.35 (Unix) Sun-ONE-ASP/4.0.0 ApacheJServ/1.1.2 PHP/4.4.4 FrontPage/5.0.2.2635 Rewrit/1.1a</example>
|
641
|
+
<example>Apache/1.3.35 (Unix) Sun-ONE-ASP/4.0.0 PHP/4.4.4 FrontPage/5.0.2.2635 Rewrit/1.1a</example>
|
642
|
+
<example>Apache/1.3.36</example>
|
643
|
+
<example>Apache/1.3.36 (Unix)</example>
|
644
|
+
<example>Apache/1.3.36 (Unix) (Red-Hat/Linux) PHP/4.3.10 mod_ssl/2.8.27 OpenSSL/0.9.7a FrontPage/4.0.4.3</example>
|
645
|
+
<example>Apache/1.3.36 (Unix) mod_auth_passthrough/1.8 mod_bwlimited/1.4 mod_log_bytes/1.2 PHP/4.4.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7a</example>
|
646
|
+
<example>Apache/1.3.36 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.11 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.6b</example>
|
647
|
+
<example>Apache/1.3.36 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.1 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7a</example>
|
648
|
+
<example>Apache/1.3.36 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7a</example>
|
649
|
+
<example>Apache/1.3.36 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
650
|
+
<example>Apache/1.3.36 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7f</example>
|
651
|
+
<example>Apache/1.3.36 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 mod_ssl/2.8.27 OpenSSL/0.9.7a</example>
|
652
|
+
<example>Apache/1.3.36 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7a</example>
|
653
|
+
<example>Apache/1.3.36 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/5.1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7f</example>
|
654
|
+
<example>Apache/1.3.36 (Unix) mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.6b PHP-CGI/0.1b</example>
|
655
|
+
<example>Apache/1.3.36 (Unix) mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7f PHP-CGI/0.1b</example>
|
656
|
+
<example>Apache/1.3.36 (Unix) mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7f</example>
|
657
|
+
<example>Apache/1.3.36 (Unix) mod_perl/1.25</example>
|
658
|
+
<example>Apache/1.3.36 (Unix) mod_ssl/2.8.27 OpenSSL/0.9.7a PHP/4.4.2 mod_perl/1.29 FrontPage/5.0.2.2510</example>
|
659
|
+
<example>Apache/1.3.36 (Unix) mod_ssl/2.8.27 OpenSSL/0.9.7e PHP/4.4.2 FrontPage/5.0.2.2510</example>
|
660
|
+
<example>Apache/1.3.36 (Unix) mod_ssl/2.8.27 OpenSSL/0.9.7g</example>
|
661
|
+
<example>Apache/1.3.36 (Unix) PHP/4.4.2</example>
|
662
|
+
<example>Apache/1.3.36 (Unix) PHP/4.4.2 mod_perl/1.29 mod_ssl/2.8.27 OpenSSL/0.9.8b</example>
|
663
|
+
<example>Apache/1.3.36 (Unix) PHP/4.4.2 mod_ssl/2.8.27 OpenSSL/0.9.7e</example>
|
664
|
+
<example>Apache/1.3.36 (Unix) PHP/5.1.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7a</example>
|
665
|
+
<example>Apache/1.3.36 (Unix) PHP/5.1.4 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
666
|
+
<example>Apache/1.3.36 (Unix) PHP/5.1.4 mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7a</example>
|
667
|
+
<example>Apache/1.3.36 (Unix) Resin/3.0.19 mod_ssl/2.8.27 OpenSSL/0.9.8a</example>
|
668
|
+
<example>Apache/1.3.36 (Unix) Resin/3.0.9 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.27 OpenSSL/0.9.7a</example>
|
669
|
+
<example>Apache/1.3.37</example>
|
670
|
+
<example>Apache/1.3.37 ( [NORLUG Edition] Red Hat Linux ) mod_ssl/2.8.28 OpenSSL/0.9.6b PHP/4.4.4 mod_throttle/3.1.2</example>
|
671
|
+
<example>Apache/1.3.37 (Linux/ServControl) mod_ssl/2.8.28 OpenSSL/0.9.6m PHP/4.4.7 mod_perl/1.26</example>
|
672
|
+
<example>Apache/1.3.37 (Unix)</example>
|
673
|
+
<example>Apache/1.3.37 (Unix) (Patches uServers) FrontPage/5.0.2.2510 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP/5.2.2</example>
|
674
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.6c</example>
|
675
|
+
<example>Apache/1.3.37 (Unix) DAV/1.0.3 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
676
|
+
<example>Apache/1.3.37 (Unix) FrontPage/5.0.2.2510</example>
|
677
|
+
<example>Apache/1.3.37 (Unix) FrontPage/5.0.2.2623 mod_ssl/2.8.28 OpenSSL/0.9.7e-p1</example>
|
678
|
+
<example>Apache/1.3.37 (Unix) FrontPage/5.0.2.2635 mod_ssl/2.8.28 OpenSSL/0.9.7l</example>
|
679
|
+
<example>Apache/1.3.37 (Unix) FrontPage/5.0.2.2635 PHP/4.4.1</example>
|
680
|
+
<example>Apache/1.3.37 (Unix) FrontPage/5.0.2.2635 PHP/4.4.4 with Suhosin-Patch</example>
|
681
|
+
<example>Apache/1.3.37 (Unix) FrontPage/5.0.2.2635 PHP/4.4.7 mod_ssl/2.8.28 OpenSSL/0.9.7e-p1</example>
|
682
|
+
<example>Apache/1.3.37 (Unix) JRun/4.0 mod_ssl/2.8.28 OpenSSL/0.9.8b</example>
|
683
|
+
<example>Apache/1.3.37 (Unix) mod_accel/1.0.34</example>
|
684
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_bwlimited/1.4 mod_fastcgi/2.4.2 mod_log_bytes/1.2 PHP/5.2.3 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
685
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_bwlimited/1.4 mod_log_bytes/1.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
686
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_jk2/2.0.0 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.6 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
687
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
688
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
689
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7f PHP-CGI/0.1b</example>
|
690
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.8b PHP-CGI/0.1b</example>
|
691
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 PHP-CGI/0.1b</example>
|
692
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_gzip/1.3.26.1a FrontPage/5.0.2.2635.SR1.2 mod_perl/1.29 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
693
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
694
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_ssl/2.8.28 OpenSSL/0.9.8b</example>
|
695
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.1 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
696
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.6b</example>
|
697
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
698
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7f</example>
|
699
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.3 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.6i</example>
|
700
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.3 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
701
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.3 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
702
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
703
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7e PHP-CGI/0.1b</example>
|
704
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7f</example>
|
705
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.5 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
706
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.6 FrontPage/5.0.2.2634a mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
707
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.6 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
708
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.6 mod_ssl/2.8.28 OpenSSL/0.9.8a</example>
|
709
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.7 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
710
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.7 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7d</example>
|
711
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.7 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7e-p1</example>
|
712
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.7 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.8a</example>
|
713
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.7 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
714
|
+
<example>Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.7 mod_ssl/2.8.28 OpenSSL/0.9.8a</example>
|
715
|
+
<example>Apache/1.3.37 (Unix) mod_backhand/1.2.2 mod_perl/1.29</example>
|
716
|
+
<example>Apache/1.3.37 (Unix) mod_deflate/1.0.21 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.7 FrontPage/5.0.2.2634a mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
717
|
+
<example>Apache/1.3.37 (Unix) mod_deflate/1.0.21 mod_fastcgi/2.4.2 PHP/5.2.1 mod_auth_passthrough/1.8 mod_jk/1.2.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.6 FrontPage/5.0.2.2634a mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
718
|
+
<example>Apache/1.3.37 (Unix) mod_deflate/1.0.21 mod_fastcgi/2.4.2 PHP/5.2.1 mod_jk/1.2.0 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.6 FrontPage/5.0.2.2634a mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
719
|
+
<example>Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 FrontPage/5.0.2.2635 PHP/4.4.4 with Suhosin-Patch</example>
|
720
|
+
<example>Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 FrontPage/5.0.2.2635 PHP/4.4.7 with Suhosin-Patch mod_ssl/2.8.28 OpenSSL/0.9.7e-p1</example>
|
721
|
+
<example>Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
722
|
+
<example>Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_gzip/1.3.26.1a FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
723
|
+
<example>Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.3 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
724
|
+
<example>Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.6 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7e-p1</example>
|
725
|
+
<example>Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.7 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
726
|
+
<example>Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
727
|
+
<example>Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
728
|
+
<example>Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.7 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
729
|
+
<example>Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_python/2.7.11 Python/2.4 mod_ssl/2.8.28 OpenSSL/0.9.7a mod_perl/1.29 FrontPage/5.0.2.2510</example>
|
730
|
+
<example>Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_ssl/2.8.25 OpenSSL/0.9.8d</example>
|
731
|
+
<example>Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 PHP/4.4.7 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
732
|
+
<example>Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 PHP/5.1.6 mod_auth_passthrough/1.8 mod_jk/1.2.0 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2634a mod_ssl/2.8.28 OpenSSL/0.9.6b</example>
|
733
|
+
<example>Apache/1.3.37 (Unix) mod_gzip/1.3.26.1a DAV/1.0.3 FrontPage/5.0.2.2635 PHP/4.4.5 mod_perl/1.29 mod_throttle/3.1.2 mod_ssl/2.8.28 OpenSSL/0.9.7k mod_auth_pam/1.1.1</example>
|
734
|
+
<example>Apache/1.3.37 (Unix) mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
735
|
+
<example>Apache/1.3.37 (Unix) mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
736
|
+
<example>Apache/1.3.37 (Unix) mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.3 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
737
|
+
<example>Apache/1.3.37 (Unix) mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.5 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
738
|
+
<example>Apache/1.3.37 (Unix) mod_gzip/1.3.26.1a mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
739
|
+
<example>Apache/1.3.37 (Unix) mod_gzip/1.3.26.1a mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
740
|
+
<example>Apache/1.3.37 (Unix) mod_gzip/1.3.26.1a PHP/4.3.10</example>
|
741
|
+
<example>Apache/1.3.37 (Unix) mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
742
|
+
<example>Apache/1.3.37 (Unix) mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7f PHP-CGI/0.1b</example>
|
743
|
+
<example>Apache/1.3.37 (Unix) mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.8a PHP-CGI/0.1b</example>
|
744
|
+
<example>Apache/1.3.37 (Unix) mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 PHP-CGI/0.1b</example>
|
745
|
+
<example>Apache/1.3.37 (Unix) mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
746
|
+
<example>Apache/1.3.37 (Unix) mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
747
|
+
<example>Apache/1.3.37 (Unix) mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.7 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
748
|
+
<example>Apache/1.3.37 (Unix) mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.7 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
749
|
+
<example>Apache/1.3.37 (Unix) mod_jk/1.2.15 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b</example>
|
750
|
+
<example>Apache/1.3.37 (Unix) mod_jk/1.2.15 PHP/4.4.4</example>
|
751
|
+
<example>Apache/1.3.37 (Unix) mod_jk/1.2.15 PHP/4.4.4 mod_ssl/2.8.28 OpenSSL/0.9.7g</example>
|
752
|
+
<example>Apache/1.3.37 (Unix) mod_jk/1.2.8 mod_deflate/1.0.21 mod_fastcgi/2.4.2 PHP/5.2.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.7 FrontPage/5.0.2.2634a mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
753
|
+
<example>Apache/1.3.37 (Unix) mod_layout/3.1.9 mod_fastcgi/2.4.2 mod_ssl/2.8.28 OpenSSL/0.9.8d</example>
|
754
|
+
<example>Apache/1.3.37 (Unix) mod_layout/3.2.1 AuthMySQL/2.20 PHP/4.4.3 mod_ssl/2.8.28 OpenSSL/0.9.7b</example>
|
755
|
+
<example>Apache/1.3.37 (Unix) mod_layout/3.2.1 AuthMySQL/2.20 PHP/4.4.3 mod_ssl/2.8.28 OpenSSL/0.9.7e</example>
|
756
|
+
<example>Apache/1.3.37 (Unix) mod_layout/3.2.1 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
757
|
+
<example>Apache/1.3.37 (Unix) mod_perl/1.29</example>
|
758
|
+
<example>Apache/1.3.37 (Unix) mod_perl/1.29 PHP/4.4.2</example>
|
759
|
+
<example>Apache/1.3.37 (Unix) mod_perl/1.29 PHP/4.4.4 mod_ssl/2.8.28 OpenSSL/0.9.7d-p1</example>
|
760
|
+
<example>Apache/1.3.37 (Unix) mod_perl/1.30 mod_ssl/2.8.28 OpenSSL/0.9.8e</example>
|
761
|
+
<example>Apache/1.3.37 (Unix) mod_psoft_traffic/0.1 Vortech_PHP/0.1.0-p0 FrontPage/5.0.2.2623 mod_throttle/3.1.2 mod_ssl/2.8.28 OpenSSL/0.9.7e-p1</example>
|
762
|
+
<example>Apache/1.3.37 (Unix) mod_psoft_traffic/0.1 Vortech_PHP/1.0 FrontPage/5.0.2.2623 mod_throttle/3.1.2 mod_ssl/2.8.28 OpenSSL/0.9.7d</example>
|
763
|
+
<example>Apache/1.3.37 (Unix) mod_pubcookie/3.1.1 pre-beta1 (CMU-027) mod_ssl/2.8.28 OpenSSL/0.9.6m+</example>
|
764
|
+
<example>Apache/1.3.37 (Unix) mod_python/2.7.11 Python/2.4.3 mod_jk/1.2.14 PHP/5.2.1 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
765
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
766
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.6b mod_jk/1.2.21</example>
|
767
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7a PHP/4.4.6 mod_perl/1.29 FrontPage/5.0.2.2510</example>
|
768
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7a PHP/4.4.7 mod_perl/1.29 FrontPage/5.0.2.2510</example>
|
769
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7e</example>
|
770
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7e-p1 PHP/4.4.4 FrontPage/5.0.2.2510</example>
|
771
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7e-p1 PHP/4.4.4 with Suhosin-Patch</example>
|
772
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7e-p1 PHP/4.4.7 FrontPage/5.0.2.2510</example>
|
773
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7e PHP/4.4.4 FrontPage/5.0.2.2510</example>
|
774
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7e PHP/4.4.5 FrontPage/5.0.2.2510</example>
|
775
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7f PHP/4.4.4 mod_perl/1.29 FrontPage/5.0.2.2510</example>
|
776
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7g PHP/5.2.3</example>
|
777
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.7l</example>
|
778
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.8a</example>
|
779
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.8a PHP/4.4.4 mod_perl/1.29 FrontPage/5.0.2.2510</example>
|
780
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.8a PHP/4.4.7 mod_perl/1.29 FrontPage/5.0.2.2510</example>
|
781
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.8b</example>
|
782
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.8b PHP/4.4.2</example>
|
783
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.8d</example>
|
784
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.8d mod_jk/1.2.21</example>
|
785
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.8e</example>
|
786
|
+
<example>Apache/1.3.37 (Unix) mod_ssl/2.8.28 OpenSSL/0.9.8e PHP/4.4.7 with Suhosin-Patch</example>
|
787
|
+
<example>Apache/1.3.37 (Unix) mod_throttle/3.1.2 DAV/1.0.3 mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a PHP/4.4.4 mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
788
|
+
<example>Apache/1.3.37 (Unix) mod_throttle/3.1.2 DAV/1.0.3 mod_fastcgi/2.4.2 mod_gzip/1.3.26.1a PHP/4.4.7 mod_ssl/2.8.22 OpenSSL/0.9.7e</example>
|
789
|
+
<example>Apache/1.3.37 (Unix) mod_throttle/3.1.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.6b</example>
|
790
|
+
<example>Apache/1.3.37 (Unix) mod_throttle/3.1.2 mod_pubcookie/3.1.1 pre-beta1 (CMU-027) mod_ssl/2.8.28 OpenSSL/0.9.6m+</example>
|
791
|
+
<example>Apache/1.3.37 (Unix) mod_throttle/3.1.2 mod_ssl/2.8.28 OpenSSL/0.9.6g</example>
|
792
|
+
<example>Apache/1.3.37 (Unix) mod_throttle/3.1.2 PHP/5.2.0 with Suhosin-Patch FrontPage/5.0.2.2623 mod_ssl/2.8.28 OpenSSL/0.9.7b</example>
|
793
|
+
<example>Apache/1.3.37 (Unix) mod_tsunami/3.0 FrontPage/5.0.2.2634</example>
|
794
|
+
<example>Apache/1.3.37 (Unix) mod_tsunami/3.0 mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7e-p1 PHP-CGI/0.1b</example>
|
795
|
+
<example>Apache/1.3.37 (Unix) PHP/4.2.3</example>
|
796
|
+
<example>Apache/1.3.37 (Unix) PHP/4.3.11</example>
|
797
|
+
<example>Apache/1.3.37 (Unix) PHP/4.3.11 mod_ssl/2.8.28 OpenSSL/0.9.7e</example>
|
798
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.0 FrontPage/5.0.2.2510</example>
|
799
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.1 mod_ssl/2.8.28 OpenSSL/0.9.8d</example>
|
800
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.2 FrontPage/5.0.2.2635 mod_throttle/3.1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
801
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.3</example>
|
802
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.3 mod_throttle/3.1.2 FrontPage/5.0.2.2623 mod_psoft_traffic/0.1 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
803
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.4</example>
|
804
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.4 FrontPage/5.0.2.2510</example>
|
805
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.4 mod_ssl/2.8.28 OpenSSL/0.9.7d</example>
|
806
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.4 mod_ssl/2.8.28 OpenSSL/0.9.8d</example>
|
807
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.4 with Suhosin-Patch</example>
|
808
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.4 with Suhosin-Patch mod_python/2.7.11 Python/2.4.3 mod_perl/1.29 mod_ssl/2.8.28 OpenSSL/0.9.7e-p1</example>
|
809
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.5</example>
|
810
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.5 with Suhosin-Patch</example>
|
811
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.6</example>
|
812
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.6 FrontPage/5.0.2.2510</example>
|
813
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.6 mod_perl/1.29 mod_ssl/2.8.28 OpenSSL/0.9.8</example>
|
814
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.6 mod_ssl/2.8.28 OpenSSL/0.9.7m</example>
|
815
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.6 mod_throttle/3.1.2 FrontPage/5.0.2.2635 mod_psoft_traffic/0.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
816
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.6 mod_throttle/3.1.2 FrontPage/5.0.2.2635 mod_psoft_traffic/0.2 mod_ssl/2.8.28 OpenSSL/0.9.7d</example>
|
817
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.6 rus/PL30.22</example>
|
818
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.6 with Suhosin-Patch</example>
|
819
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.7</example>
|
820
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.7 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.8b PHP-CGI/0.1b</example>
|
821
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.7 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
822
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.7 mod_ssl/2.8.28 OpenSSL/0.9.7a FrontPage/5.0.2.2635</example>
|
823
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.7 mod_ssl/2.8.28 OpenSSL/0.9.7d FrontPage/5.0.2.2635</example>
|
824
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.7 mod_ssl/2.8.28 OpenSSL/0.9.7d FrontPage/5.0.2.2635 mod_throttle/3.1.2</example>
|
825
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.7 mod_throttle/3.1.2 FrontPage/5.0.2.2635 mod_psoft_traffic/0.2 mod_ssl/2.8.28 OpenSSL/0.9.6b</example>
|
826
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.7 mod_throttle/3.1.2 FrontPage/5.0.2.2635 mod_psoft_traffic/0.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
827
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.7 with Suhosin-Patch</example>
|
828
|
+
<example>Apache/1.3.37 (Unix) PHP/4.4.7 with Suhosin-Patch mod_ssl/2.8.28 OpenSSL/0.9.8a</example>
|
829
|
+
<example>Apache/1.3.37 (Unix) PHP/5.0.3</example>
|
830
|
+
<example>Apache/1.3.37 (Unix) PHP/5.1.2 mod_ssl/2.8.28 OpenSSL/0.9.7d</example>
|
831
|
+
<example>Apache/1.3.37 (Unix) PHP/5.1.4 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
832
|
+
<example>Apache/1.3.37 (Unix) PHP/5.1.6</example>
|
833
|
+
<example>Apache/1.3.37 (Unix) PHP/5.1.6 ApacheJServ/1.1.2</example>
|
834
|
+
<example>Apache/1.3.37 (Unix) PHP/5.1.6 FrontPage/5.0.2.2510</example>
|
835
|
+
<example>Apache/1.3.37 (Unix) PHP/5.1.6 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
836
|
+
<example>Apache/1.3.37 (Unix) PHP/5.1.6 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7e-p1</example>
|
837
|
+
<example>Apache/1.3.37 (Unix) PHP/5.1.6 mod_gzip/1.3.26.1a mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.4 FrontPage/5.0.2.2634a mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
838
|
+
<example>Apache/1.3.37 (Unix) PHP/5.1.6 mod_gzip/1.3.26.1a mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
839
|
+
<example>Apache/1.3.37 (Unix) PHP/5.1.6 with Suhosin-Patch mod_ssl/2.8.28 OpenSSL/0.9.7e-p1</example>
|
840
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.0 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
841
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.0 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_gzip/1.3.26.1a FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
842
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.0 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
843
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.0 mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.3-x86_64 FrontPage/5.0.2.2634a mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
844
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.0 mod_ssl/2.8.28 OpenSSL/0.9.7e FrontPage/5.0.2.2510</example>
|
845
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.0 mod_ssl/2.8.28 OpenSSL/0.9.8c</example>
|
846
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.0 with Suhosin-Patch</example>
|
847
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.1 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
848
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.1 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7d-p1 PHP-CGI/0.1b</example>
|
849
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.1 mod_log_bytes/1.2 mod_bwlimited/1.4 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7e-p1</example>
|
850
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.1 mod_perl/1.29 mod_ssl/2.8.28 OpenSSL/0.9.8d</example>
|
851
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.1 mod_ssl/2.8.28 OpenSSL/0.9.8b</example>
|
852
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
853
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.2 mod_ssl/2.8.28 OpenSSL/0.9.7e-p1</example>
|
854
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.2 with Suhosin-Patch mod_ssl/2.8.28 OpenSSL/0.9.7e-p1</example>
|
855
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.3 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
856
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.3 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.8a</example>
|
857
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.3 mod_jk/1.2.14 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
858
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.3 mod_ssl/2.8.28 OpenSSL/0.9.8e</example>
|
859
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.3 mod_throttle/3.1.2 FrontPage/5.0.2.2635 mod_psoft_traffic/0.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
860
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.3 with Suhosin-Patch</example>
|
861
|
+
<example>Apache/1.3.37 (Unix) PHP/5.2.3 with Suhosin-Patch rus/PL30.22</example>
|
862
|
+
<example>Apache/1.3.37 (Unix) Resin/3.0.9 PHP/4.3.11 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
863
|
+
<example>Apache/1.3.37 (Unix) yasl/2.25 mod_gzip/1.3.26.1a mod_perl/1.29 mod_ssl/2.8.28 OpenSSL/0.9.7a</example>
|
864
|
+
<example>Apache/1.3.37 Ben-SSL/1.48 (Unix)</example>
|
865
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix)</example>
|
866
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) FrontPage/5.0.2.2635</example>
|
867
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) mod_fastcgi/2.4.2 PHP/4.4.4</example>
|
868
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) mod_gzip/1.3.26.1a mod_fastcgi/2.4.2 mod_throttle/3.1.2 Chili!Soft-ASP/3.6.2 FrontPage/5.0.2.2635 mod_perl/1.29 PHP/4.4.6</example>
|
869
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) mod_jk/1.2.5 FrontPage/5.0.2.2635 PHP/4.3.6</example>
|
870
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) mod_perl/1.29</example>
|
871
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) mod_perl/1.29 PHP/4.3.11</example>
|
872
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) mod_perl/1.29 PHP/4.3.4</example>
|
873
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) mod_perl/1.29 PHP/4.3.8</example>
|
874
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) mod_perl/1.29 PHP/5.2.0 with Suhosin-Patch mod_gzip/1.3.19.2a</example>
|
875
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) PHP/4.3.10</example>
|
876
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) PHP/4.3.10 mod_fastcgi/2.2.12</example>
|
877
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) PHP/4.3.11</example>
|
878
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) PHP/4.3.11 mod_perl/1.29</example>
|
879
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) PHP/4.3.6</example>
|
880
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) PHP/4.3.9</example>
|
881
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) PHP/4.4.2 mod_perl/1.29</example>
|
882
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) PHP/4.4.4</example>
|
883
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) PHP/4.4.4 FrontPage/4.0.4.3</example>
|
884
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) PHP/4.4.4 mod_perl/1.29</example>
|
885
|
+
<example>Apache/1.3.37 Ben-SSL/1.57 (Unix) PHP/4.4.7 with Suhosin-Patch mod_perl/1.29</example>
|
886
|
+
<example>Apache/1.3.37.fb1</example>
|
887
|
+
<example>Apache/1.3.6 (Unix)</example>
|
888
|
+
<example>Apache/1.3.6 (Unix) (Red Hat/Linux) PHP/4.1.2</example>
|
889
|
+
<example>Apache/1.3.6 (Unix) FrontPage/4.0.4.3</example>
|
890
|
+
<example>Apache/1.3.6 (Unix) mod_perl/1.21 mod_ssl/2.2.8 OpenSSL/0.9.2b</example>
|
891
|
+
<example>Apache/1.3.6 (Unix) mod_ssl/2.3.5 OpenSSL/0.9.3a</example>
|
892
|
+
<example>Apache/1.3.6 (Unix) PHP/3.0.16 mod_perl/1.21 mod_ssl/2.2.8 OpenSSL/0.9.2b</example>
|
893
|
+
<example>Apache/1.3.6 (Unix) PHP/4.2.3 mod_perl/1.21 mod_ssl/2.2.8 OpenSSL/0.9.2b</example>
|
894
|
+
<example>Apache/1.3.9 (Unix)</example>
|
895
|
+
<example>Apache/1.3.9 (Unix) (Red Hat/Linux)</example>
|
896
|
+
<example>Apache/1.3.9 (Unix) Debian/GNU PHP/4.1.2 mod_ssl/2.4.10 OpenSSL/0.9.4 ApacheJServ/1.1</example>
|
897
|
+
<example>Apache/1.3.9 (Unix) PHP/4.1.0 rus/PL29.2</example>
|
898
|
+
<example>Apache/1.4.0 (Unix)</example>
|
899
|
+
<example>Apache/2.0</example>
|
900
|
+
<example>Apache/2.0.39 (Win32) PHP/4.2.2</example>
|
901
|
+
<example>Apache/2.0.40 (Red Hat Linux)</example>
|
902
|
+
<example>Apache/2.0.40 (Red Hat Linux) DAV/2 mod_ssl/2.0.40 OpenSSL/0.9.7a mod_jk2/2.0.3-dev</example>
|
903
|
+
<example>Apache/2.0.40 (Red Hat Linux) mod_jk/1.2.3 PHP/4.2.2 mod_ssl/2.0.40 OpenSSL/0.9.7a DAV/2</example>
|
904
|
+
<example>Apache/2.0.43 (Unix) DAV/2</example>
|
905
|
+
<example>Apache/2.0.44 (Unix) i10/$Revision: 1.1 $ mod_ssl/2.0.44 OpenSSL/0.9.7a vhostdb/1.1 Frontpage/5.0.0.0 vhostdb/1.1 Frontpage/5.0.0.0</example>
|
906
|
+
<example>Apache/2.0.46</example>
|
907
|
+
<example>Apache/2.0.46 (CentOS)</example>
|
908
|
+
<example>Apache/2.0.46 (Red Hat)</example>
|
909
|
+
<example>Apache/2.0.46 (Red Hat) FrontPage/5.0.2.2634 mod_ssl/2.0.46 OpenSSL/0.9.7a</example>
|
910
|
+
<example>Apache/2.0.46 (Red Hat) JRun/4.0 FrontPage/5.0.2.2635 mod_ssl/2.0.46 OpenSSL/0.9.7a</example>
|
911
|
+
<example>Apache/2.0.46 (Red Hat) mod_fastcgi/2.4.2 DAV/2 FrontPage/5.0.2.2635 mod_ssl/2.0.46 OpenSSL/0.9.7a</example>
|
912
|
+
<example>Apache/2.0.46 (Red Hat) mod_perl/1.99_09 Perl/v5.8.0 DAV/2 mod_auth_pgsql/2.0.1 PHP/4.3.2 mod_python/3.0.3 Python/2.2.3 mod_ssl/2.0.46 OpenSSL/0.9.7a</example>
|
913
|
+
<example>Apache/2.0.46 (Red Hat) mod_perl/1.99_09 Perl/v5.8.0 mod_python/3.0.3 Python/2.2.3 mod_ssl/2.0.46 OpenSSL/0.9.7a DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 JRun/4.0 mod_jk/1.2.3-dev Sun-ONE-ASP/4.0.0</example>
|
914
|
+
<example>Apache/2.0.46 (Red Hat) PHP/4.3.2 mod_ssl/2.0.46 OpenSSL/0.9.7a</example>
|
915
|
+
<example>Apache/2.0.46 (Unix) mod_ssl/2.0.46 OpenSSL/0.9.6g</example>
|
916
|
+
<example>Apache/2.0.46 (Unix) PHP/4.3.2</example>
|
917
|
+
<example>Apache/2.0.46 (Unix) PHP/4.3.2 mod_ssl/2.0.46 OpenSSL/0.9.7a</example>
|
918
|
+
<example>Apache/2.0.46 (White Box)</example>
|
919
|
+
<example>Apache/2.0.46 (Win32) PHP/5.0.3 mod_jk/1.2.3</example>
|
920
|
+
<example>Apache/2.0.47 (Fedora)</example>
|
921
|
+
<example>Apache/2.0.47 (Unix)</example>
|
922
|
+
<example>Apache/2.0.47 (Unix) DAV/2 JRun/4.0</example>
|
923
|
+
<example>Apache/2.0.47 (Unix) DAV/2 mod_jk/1.2.3-dev</example>
|
924
|
+
<example>Apache/2.0.47 (Unix) mod_jk2/2.0.2 PHP/4.3.3</example>
|
925
|
+
<example>Apache/2.0.47 (Unix) mod_ssl/2.0.47 OpenSSL/0.9.7b DAV/2 FrontPage/5.0.2.2634</example>
|
926
|
+
<example>Apache/2.0.47 (Unix) mod_ssl/2.0.47 OpenSSL/0.9.7b mod_jk/1.2.3-dev</example>
|
927
|
+
<example>Apache/2.0.47 (Win32)</example>
|
928
|
+
<example>Apache/2.0.47 (Win32) mod_ssl/2.0.47 OpenSSL/0.9.7b PHP/4.4.4 JRun/4.0</example>
|
929
|
+
<example>Apache/2.0.48 (Fedora)</example>
|
930
|
+
<example>Apache/2.0.48 (Fedora) PHP/4.4.6 FrontPage/5.0.2.2635</example>
|
931
|
+
<example>Apache/2.0.48 (Linux/SuSE)</example>
|
932
|
+
<example>Apache/2.0.48 (Unix) DAV/2 PHP/4.3.4</example>
|
933
|
+
<example>Apache/2.0.48 (Unix) FrontPage/5.0.2.2635 PHP/4.3.2</example>
|
934
|
+
<example>Apache/2.0.48 (Unix) mod_jk2/2.0.3-dev PHP/4.3.4 mod_ssl/2.0.48 OpenSSL/0.9.7c</example>
|
935
|
+
<example>Apache/2.0.48 (Unix) mod_ssl/2.0.48 OpenSSL/0.9.7b FrontPage/5.0.2.2635 PHP/4.3.11</example>
|
936
|
+
<example>Apache/2.0.48 (Unix) mod_ssl/2.0.48 OpenSSL/0.9.7c DACS/1.2R5(26-Jun-03 12:06:37) DAV/2 PHP/4.3.3RC3 SVN/0.37.0</example>
|
937
|
+
<example>Apache/2.0.48 (Unix) mod_ssl/2.0.48 OpenSSL/0.9.7d FrontPage/5.0.2.2634 PHP/4.3.8 JRun/4.0</example>
|
938
|
+
<example>Apache/2.0.48 (Unix) mod_ssl/2.0.48 OpenSSL/0.9.7e PHP/4.3.10</example>
|
939
|
+
<example>Apache/2.0.48 (Unix) PHP/4.3.4 mod_ssl/2.0.48 OpenSSL/0.9.7c</example>
|
940
|
+
<example>Apache/2.0.48 (Unix) PHP/4.3.4RC1 mod_ssl/2.0.48 OpenSSL/0.9.7a</example>
|
941
|
+
<example>Apache/2.0.48 (Unix) PHP/4.4.2</example>
|
942
|
+
<example>Apache/2.0.48 (Unix) PHP/5.1.2</example>
|
943
|
+
<example>Apache/2.0.48 (Win32)</example>
|
944
|
+
<example>Apache/2.0.48 (Win32) mod_jk2/2.0.4 JRun/4.0</example>
|
945
|
+
<example>Apache/2.0.48 (Win32) mod_perl/1.99_10 Perl/v5.8.0 mod_ssl/2.0.48 OpenSSL/0.9.7c PHP/4.3.4</example>
|
946
|
+
<example>Apache/2.0.48 (Win32) mod_ssl/2.0.48 OpenSSL/0.9.7c PHP/4.3.4</example>
|
947
|
+
<example>Apache/2.0.49 (Fedora)</example>
|
948
|
+
<example>Apache/2.0.49 (Linux/SuSE)</example>
|
949
|
+
<example>Apache/2.0.49 (Unix)</example>
|
950
|
+
<example>Apache/2.0.49 (Unix) mod_jk/1.2.6</example>
|
951
|
+
<example>Apache/2.0.49 (Unix) mod_ssl/2.0.49 OpenSSL/0.9.7b DAV/2 mod_jk/1.2.8</example>
|
952
|
+
<example>Apache/2.0.49 (Unix) mod_ssl/2.0.49 OpenSSL/0.9.7d</example>
|
953
|
+
<example>Apache/2.0.49 (Unix) PHP/4.3.6</example>
|
954
|
+
<example>Apache/2.0.49 (Unix) PHP/4.3.7</example>
|
955
|
+
<example>Apache/2.0.49 (Win32)</example>
|
956
|
+
<example>Apache/2.0.49 (Win32) DAV/2 mod_ssl/2.0.49 OpenSSL/0.9.7d mod_jk2/2.0.4</example>
|
957
|
+
<example>Apache/2.0.49 (Win32) PHP/4.3.9 PHP/5.2.0</example>
|
958
|
+
<example>Apache/2.0.49a (NETWARE) mod_jk/1.2.6-dev</example>
|
959
|
+
<example>Apache/2.0.49a (NETWARE) mod_perl/1.99_04-dev Perl/v5.8.0 PHP/4.2.4-dev mod_jk/1.2.6-dev</example>
|
960
|
+
<example>Apache/2.0.50 (Fedora)</example>
|
961
|
+
<example>Apache/2.0.50 (FreeBSD) mod_perl/1.99_14 Perl/v5.8.4 PHP/4.3.10 FrontPage/5.0.2.2635</example>
|
962
|
+
<example>Apache/2.0.50 (Linux/SUSE)</example>
|
963
|
+
<example>Apache/2.0.50 (Unix) DAV/2 mod_ssl/2.0.50 OpenSSL/0.9.7g</example>
|
964
|
+
<example>Apache/2.0.50 (Unix) DAV/2 PHP/4.3.8</example>
|
965
|
+
<example>Apache/2.0.50 (Unix) JRun/4.0</example>
|
966
|
+
<example>Apache/2.0.50 (Unix) mod_ssl/2.0.50 OpenSSL/0.9.7a DAV/2 PHP/4.3.7 mod_jk2/2.0.4</example>
|
967
|
+
<example>Apache/2.0.50 (Unix) mod_ssl/2.0.50 OpenSSL/0.9.7d</example>
|
968
|
+
<example>Apache/2.0.50 (Unix) mod_ssl/2.0.50 OpenSSL/0.9.7g mod_perl/1.999.21 Perl/v5.8.6</example>
|
969
|
+
<example>Apache/2.0.50 (Unix) PHP/4.4.1</example>
|
970
|
+
<example>Apache/2.0.50 (Win32)</example>
|
971
|
+
<example>Apache/2.0.50 (Win32) Communique/2.6.4 (build 5232)</example>
|
972
|
+
<example>Apache/2.0.50 (Win32) mod_jk2/2.0.4</example>
|
973
|
+
<example>Apache/2.0.50 (Win32) mod_ssl/2.0.50 OpenSSL/0.9.7d DAV/2</example>
|
974
|
+
<example>Apache/2.0.50 (Win32) PHP/4.3.6</example>
|
975
|
+
<example>Apache/2.0.50 (Win32) PHP/5.0.0</example>
|
976
|
+
<example>Apache/2.0.51 (Fedora)</example>
|
977
|
+
<example>Apache/2.0.51 (Fedora) mod_perl/1.99_12 Perl/v5.8.3 DAV/2 PHP/4.3.10 mod_ssl/2.0.51 OpenSSL/0.9.7a</example>
|
978
|
+
<example>Apache/2.0.51 (Turbolinux)</example>
|
979
|
+
<example>Apache/2.0.52</example>
|
980
|
+
<example>Apache/2.0.52 (Asianux)</example>
|
981
|
+
<example>Apache/2.0.52 (BlueQuartz)</example>
|
982
|
+
<example>Apache/2.0.52 (CentOS)</example>
|
983
|
+
<example>Apache/2.0.52 (CentOS) mod_ssl/2.0.52 OpenSSL/0.9.7a DAV/2 PHP/4.3.9</example>
|
984
|
+
<example>Apache/2.0.52 (Fedora)</example>
|
985
|
+
<example>Apache/2.0.52 (FreeBSD)</example>
|
986
|
+
<example>Apache/2.0.52 (FreeBSD) DAV/2 PHP/4.3.10 mod_ssl/2.0.52 OpenSSL/0.9.7e mod_perl/1.99_18 Perl/v5.8.5</example>
|
987
|
+
<example>Apache/2.0.52 (FreeBSD) PHP/5.0.0RC3</example>
|
988
|
+
<example>Apache/2.0.52 (Gentoo/Linux) mod_perl/1.99_11 Perl/v5.8.6 mod_jk2/2.0.4 mod_ssl/2.0.52 OpenSSL/0.9.7e</example>
|
989
|
+
<example>Apache/2.0.52 (NETWARE) mod_perl/1.99_12 Perl/v5.8.4 mod_nsn/1.0_0 PHP/5.0.3 mod_jk/1.2.6a</example>
|
990
|
+
<example>Apache/2.0.52 (Red Hat)</example>
|
991
|
+
<example>Apache/2.0.52 (Red Hat) DAV/2 mod_fastcgi/2.4.2 FrontPage/5.0.2.2635 mod_ssl/2.0.52 OpenSSL/0.9.7a</example>
|
992
|
+
<example>Apache/2.0.52 (Red Hat) DAV/2 mod_fastcgi/2.4.2 FrontPage/5.0.2.2635 mod_ssl/2.0.52 OpenSSL/0.9.7a SVN/1.1.4</example>
|
993
|
+
<example>Apache/2.0.52 (Red Hat) DAV/2 SVN/1.1.4 mod_fastcgi/2.4.2 FrontPage/5.0.2.2635 mod_ssl/2.0.52 OpenSSL/0.9.7a</example>
|
994
|
+
<example>Apache/2.0.52 (Red Hat) DAV/2 SVN/1.3.2 mod_ssl/2.0.52 OpenSSL/0.9.7a PHP/5.2.2 mod_fastcgi/2.4.2</example>
|
995
|
+
<example>Apache/2.0.52 (Red Hat) FrontPage/5.0.2.2635 mod_ssl/2.0.52 OpenSSL/0.9.7a</example>
|
996
|
+
<example>Apache/2.0.52 (Unix)</example>
|
997
|
+
<example>Apache/2.0.52 (Unix) DAV/2</example>
|
998
|
+
<example>Apache/2.0.52 (Unix) DAV/2 mod_ssl/2.0.52 OpenSSL/0.9.7c</example>
|
999
|
+
<example>Apache/2.0.52 (Unix) DAV/2 PHP/4.3.11</example>
|
1000
|
+
<example>Apache/2.0.52 (Unix) DAV/2 PHP/4.3.9 mod_webapp/1.2.0-dev mod_jk2/2.0.3-dev</example>
|
1001
|
+
<example>Apache/2.0.52 (Unix) mod_jk/1.2.6</example>
|
1002
|
+
<example>Apache/2.0.52 (Unix) mod_jk/1.2.8</example>
|
1003
|
+
<example>Apache/2.0.52 (Unix) mod_perl/1.99_17-dev Perl/v5.8.3 mod_ssl/2.0.52 OpenSSL/0.9.7a PHP/4.3.10 FrontPage/5.0.2.2634</example>
|
1004
|
+
<example>Apache/2.0.52 (Unix) mod_ssl/2.0.50 OpenSSL/0.9.7a DAV/2</example>
|
1005
|
+
<example>Apache/2.0.52 (Unix) mod_ssl/2.0.52 OpenSSL/0.9.6e</example>
|
1006
|
+
<example>Apache/2.0.52 (Unix) mod_ssl/2.0.52 OpenSSL/0.9.7a DAV/2 mod_jk2/2.0.4</example>
|
1007
|
+
<example>Apache/2.0.52 (Unix) mod_ssl/2.0.52 OpenSSL/0.9.7d mod_python/3.0.3 Python/2.2.2 FrontPage/5.0.2.2635 PHP/4.3.10 mod_webapp/1.2.0-dev</example>
|
1008
|
+
<example>Apache/2.0.52 (Unix) mod_ssl/2.0.52 OpenSSL/0.9.7e DAV/2</example>
|
1009
|
+
<example>Apache/2.0.52 (Unix) mod_ssl/2.0.52 OpenSSL/0.9.7g DAV/2 PHP/5.0.3</example>
|
1010
|
+
<example>Apache/2.0.52 (Unix) PHP/4.3.9</example>
|
1011
|
+
<example>Apache/2.0.52 (Unix) PHP/4.3.9 DAV/2</example>
|
1012
|
+
<example>Apache/2.0.52 (White Box)</example>
|
1013
|
+
<example>Apache/2.0.52 (Win32) JRun/4.0</example>
|
1014
|
+
<example>Apache/2.0.52 (Win32) mod_ssl/2.0.47 OpenSSL/0.9.7b PHP/5.0.4</example>
|
1015
|
+
<example>Apache/2.0.52 (Win32) mod_ssl/2.0.52 OpenSSL/0.9.7e mod_jk2/2.0.4</example>
|
1016
|
+
<example>Apache/2.0.52 (Win32) PHP/4.3.10</example>
|
1017
|
+
<example>Apache/2.0.52 (Win32) PHP/4.3.3 mod_jk/1.2.4</example>
|
1018
|
+
<example>Apache/2.0.52 (Win32) PHP/4.3.9</example>
|
1019
|
+
<example>Apache/2.0.52 (Win32) PHP/5.0.2</example>
|
1020
|
+
<example>Apache/2.0.52 (Win32) PHP/5.2.0</example>
|
1021
|
+
<example>Apache/2.0.53</example>
|
1022
|
+
<example>Apache/2.0.53 (Fedora)</example>
|
1023
|
+
<example>Apache/2.0.53 (Linux/SUSE)</example>
|
1024
|
+
<example>Apache/2.0.53 (RHEL)</example>
|
1025
|
+
<example>Apache/2.0.53 (Ubuntu) PHP/4.3.10-10ubuntu4</example>
|
1026
|
+
<example>Apache/2.0.53 (Ubuntu) PHP/4.3.10-10ubuntu4.1</example>
|
1027
|
+
<example>Apache/2.0.53 (Unix)</example>
|
1028
|
+
<example>Apache/2.0.53 (Unix) mod_ssl/2.0.53 OpenSSL/0.9.6b PHP/5.1.6</example>
|
1029
|
+
<example>Apache/2.0.53 (Unix) mod_ssl/2.0.53 OpenSSL/0.9.7a DAV/2 PHP/5.0.4</example>
|
1030
|
+
<example>Apache/2.0.53 (Unix) mod_ssl/2.0.53 OpenSSL/0.9.7a PHP/4.4.2</example>
|
1031
|
+
<example>Apache/2.0.53 (Unix) mod_ssl/2.0.53 OpenSSL/0.9.7e mod_jk/1.2.8</example>
|
1032
|
+
<example>Apache/2.0.53 (Unix) mod_ssl/2.0.53 OpenSSL/0.9.7g DAV/2 PHP/5.2.2</example>
|
1033
|
+
<example>Apache/2.0.53 (Unix) PHP/5.0.4 mod_ssl/2.0.53 OpenSSL/0.9.7d</example>
|
1034
|
+
<example>Apache/2.0.53 (Unix) PHP/5.0.5</example>
|
1035
|
+
<example>Apache/2.0.53 (Unix) Resin/3.0.14 PHP/4.3.11 mod_watch/4.3</example>
|
1036
|
+
<example>Apache/2.0.53 (Win32)</example>
|
1037
|
+
<example>Apache/2.0.53 (Win32) mod_jk/1.2.8</example>
|
1038
|
+
<example>Apache/2.0.53 (Win32) mod_ssl/2.0.53 OpenSSL/0.9.7e PHP/5.0.3</example>
|
1039
|
+
<example>Apache/2.0.53 (Win32) PHP/4.4.1 DAV/2</example>
|
1040
|
+
<example>Apache/2.0.54</example>
|
1041
|
+
<example>Apache/2.0.54 (Debian GNU/Linux)</example>
|
1042
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) DAV/2 mod_jk2/2.0.4 mod_perl/1.999.21 Perl/v5.8.4</example>
|
1043
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) DAV/2 mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-16 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.4</example>
|
1044
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) DAV/2 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.4</example>
|
1045
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) DAV/2 PHP/4.3.10-22 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.4</example>
|
1046
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) DAV/2 SVN/1.1.4 mod_jk2/2.0.4 PHP/4.3.10-18 mod_perl/1.999.21 Perl/v5.8.4</example>
|
1047
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) DAV/2 SVN/1.1.4 PHP/4.3.10-19 mod_ssl/2.0.54 OpenSSL/0.9.7e</example>
|
1048
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) DAV/2 SVN/1.1.4 PHP/4.3.10-22</example>
|
1049
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) mod_jk/1.2.9 PHP/5.2.0-0.dotdeb.3 with Suhosin-Patch</example>
|
1050
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) mod_jk2/2.0.4 mod_ssl/2.0.54 OpenSSL/0.9.7e</example>
|
1051
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 mod_ssl/2.0.54 OpenSSL/0.9.7e</example>
|
1052
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-15 mod_perl/1.999.21 Perl/v5.8.4</example>
|
1053
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-16 mod_perl/1.999.21 Perl/v5.8.4</example>
|
1054
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-18</example>
|
1055
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-19 mod_perl/1.999.21 Perl/v5.8.4</example>
|
1056
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-20 mod_perl/1.999.21 Perl/v5.8.4</example>
|
1057
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-20 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.4</example>
|
1058
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-21 mod_ssl/2.0.54 OpenSSL/0.9.7e</example>
|
1059
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-21 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.4</example>
|
1060
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-22 mod_perl/1.999.21 Perl/v5.8.4</example>
|
1061
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.3.10-22 mod_ssl/2.0.54 OpenSSL/0.9.7e</example>
|
1062
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) mod_ssl/2.0.54 OpenSSL/0.9.7e</example>
|
1063
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) mod_ssl/2.0.54 OpenSSL/0.9.7e mod_chroot/0.4</example>
|
1064
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-15</example>
|
1065
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-15 mod_perl/1.999.21 Perl/v5.8.4</example>
|
1066
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-16 mod_ssl/2.0.54 OpenSSL/0.9.7e</example>
|
1067
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-16 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.4</example>
|
1068
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-16 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_watch/4.3 mod_jk/1.2.14</example>
|
1069
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-18</example>
|
1070
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-18 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.4</example>
|
1071
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-19 mod_ssl/2.0.54 OpenSSL/0.9.7e</example>
|
1072
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-20 mod_ssl/2.0.54 OpenSSL/0.9.7e</example>
|
1073
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-21</example>
|
1074
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-21 mod_perl/1.999.21 Perl/v5.8.4</example>
|
1075
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-22</example>
|
1076
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-22 mod_apreq2-20050712/2.1.3-dev mod_perl/2.0.1 Perl/v5.8.4</example>
|
1077
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-22 mod_ssl/2.0.54 OpenSSL/0.9.7e</example>
|
1078
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/4.3.10-22 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.4</example>
|
1079
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/5.0.5-Debian-0.8~sarge1</example>
|
1080
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/5.1.1-1.dotdeb.2 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_perl/1.999.21 Perl/v5.8.4</example>
|
1081
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/5.1.2-1.dotdeb.2</example>
|
1082
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/5.1.4-0.1~bpo2 mod_ssl/2.0.54 OpenSSL/0.9.7e</example>
|
1083
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/5.2.0-0.dotdeb.3 with Suhosin-Patch mod_ssl/2.0.54 OpenSSL/0.9.7e</example>
|
1084
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/5.2.0-8+etch1~bpo.1</example>
|
1085
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/5.2.1-0.dotdeb.1 with Suhosin-Patch</example>
|
1086
|
+
<example>Apache/2.0.54 (Debian GNU/Linux) PHP/5.2.3 with Suhosin-Patch DAV/2</example>
|
1087
|
+
<example>Apache/2.0.54 (Fedora)</example>
|
1088
|
+
<example>Apache/2.0.54 (FreeBSD) PHP/4.4.0</example>
|
1089
|
+
<example>Apache/2.0.54 (FreeBSD) PHP/4.4.0 mod_ssl/2.0.54 OpenSSL/0.9.7d</example>
|
1090
|
+
<example>Apache/2.0.54 (FreeBSD) PHP/4.4.0 mod_ssl/2.0.54 OpenSSL/0.9.7e</example>
|
1091
|
+
<example>Apache/2.0.54 (Linux/SUSE)</example>
|
1092
|
+
<example>Apache/2.0.54 (Linux/SUSE) PHP/4.4.0 mod_ssl/2.0.54 OpenSSL/0.9.7g</example>
|
1093
|
+
<example>Apache/2.0.54 (Mandriva Linux/PREFORK-13.3.20060mdk)</example>
|
1094
|
+
<example>Apache/2.0.54 (Mandriva Linux/PREFORK-13mdk)</example>
|
1095
|
+
<example>Apache/2.0.54 (NETWARE) mod_jk/1.2.14</example>
|
1096
|
+
<example>Apache/2.0.54 (NETWARE) mod_jk/1.2.14 PHP/5.1.1</example>
|
1097
|
+
<example>Apache/2.0.54 (Ubuntu)</example>
|
1098
|
+
<example>Apache/2.0.54 (Ubuntu) mod_python/3.1.3 Python/2.4.2 mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.1.4 mod_perl/2.0.1 Perl/v5.8.7</example>
|
1099
|
+
<example>Apache/2.0.54 (Ubuntu) PHP/4.4.0-3 mod_perl/2.0.1 Perl/v5.8.7</example>
|
1100
|
+
<example>Apache/2.0.54 (Ubuntu) PHP/4.4.0-3 mod_ssl/2.0.54 OpenSSL/0.9.7g</example>
|
1101
|
+
<example>Apache/2.0.54 (Ubuntu) PHP/4.4.0-3ubuntu2</example>
|
1102
|
+
<example>Apache/2.0.54 (Unix)</example>
|
1103
|
+
<example>Apache/2.0.54 (Unix) DAV/2 mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.0.5</example>
|
1104
|
+
<example>Apache/2.0.54 (Unix) DAV/2 PHP/5.0.4</example>
|
1105
|
+
<example>Apache/2.0.54 (Unix) DAV/2 PHP/5.0.4 mod_ssl/2.0.54 OpenSSL/0.9.7a</example>
|
1106
|
+
<example>Apache/2.0.54 (Unix) mod_jk/1.2.14</example>
|
1107
|
+
<example>Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a</example>
|
1108
|
+
<example>Apache/2.0.54 (Unix) mod_perl/1.99_17 Perl/v5.8.7 mod_ssl/2.0.54 OpenSSL/0.9.7d FrontPage/5.0.2.2635 PHP/4.4.2 mod_webapp/1.2.0-dev mod_python/3.1.4 Python/2.2.2</example>
|
1109
|
+
<example>Apache/2.0.54 (Unix) mod_rsawebagent/5.3.0[332] mod_ssl/2.0.54 OpenSSL/0.9.7g DAV/2 mod_jk/1.2.15</example>
|
1110
|
+
<example>Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.6g mod_jk/1.2.14</example>
|
1111
|
+
<example>Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.7a</example>
|
1112
|
+
<example>Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.7a PHP/5.1.1</example>
|
1113
|
+
<example>Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.7d DAV/2 PHP/5.0.4</example>
|
1114
|
+
<example>Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.7e DAV/2 PHP/4.4.0</example>
|
1115
|
+
<example>Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.0.4 DAV/2 mod_perl/1.999.21 Perl/v5.8.6</example>
|
1116
|
+
<example>Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.7g PHP/5.1.1</example>
|
1117
|
+
<example>Apache/2.0.54 (Unix) mod_ssl/2.0.54 OpenSSL/0.9.7i mod_jk/1.2.15 JRun/4.0</example>
|
1118
|
+
<example>Apache/2.0.54 (Unix) PHP/4.3.11</example>
|
1119
|
+
<example>Apache/2.0.54 (Unix) PHP/4.4.1</example>
|
1120
|
+
<example>Apache/2.0.54 (Unix) PHP/4.4.2</example>
|
1121
|
+
<example>Apache/2.0.54 (Unix) PHP/4.4.7 mod_ssl/2.0.54 OpenSSL/0.9.7e mod_fastcgi/2.4.2 DAV/2 SVN/1.4.2</example>
|
1122
|
+
<example>Apache/2.0.54 (Unix) PHP/5.0.4 mod_perl/2.0.1 Perl/v5.8.7</example>
|
1123
|
+
<example>Apache/2.0.54 (Unix) PHP/5.0.4 mod_ssl/2.0.54 OpenSSL/0.9.7f mod_perl/2.0.1 Perl/v5.8.6</example>
|
1124
|
+
<example>Apache/2.0.54 (Unix) PHP/5.0.5</example>
|
1125
|
+
<example>Apache/2.0.54 (Unix) PHP/5.2.1</example>
|
1126
|
+
<example>Apache/2.0.54 (Unix) PHP/5.2.3</example>
|
1127
|
+
<example>Apache/2.0.54 (Win32)</example>
|
1128
|
+
<example>Apache/2.0.54 (Win32) JRun/4.0</example>
|
1129
|
+
<example>Apache/2.0.54 (Win32) mod_ssl/2.0.54 OpenSSL/0.9.8 PHP/5.0.4 mod_autoindex_color</example>
|
1130
|
+
<example>Apache/2.0.54 (Win32) mod_ssl/2.0.54 OpenSSL/0.9.8 PHP/5.0.5 mod_autoindex_color</example>
|
1131
|
+
<example>Apache/2.0.54 (Win32) PHP/4.3.10</example>
|
1132
|
+
<example>Apache/2.0.54 (Win32) PHP/4.3.11</example>
|
1133
|
+
<example>Apache/2.0.54 (Win32) PHP/5.2.3</example>
|
1134
|
+
<example>Apache/2.0.54 (Win32) proxy_html/2.5 Line-Edit/0.9.3</example>
|
1135
|
+
<example>Apache/2.0.55</example>
|
1136
|
+
<example>Apache/2.0.55-dev (Unix) mod_ssl/2.0.55-dev OpenSSL/0.9.8</example>
|
1137
|
+
<example>Apache/2.0.55 (Debian) DAV/2 SVN/1.4.0 mod_fastcgi/2.4.2 mod_python/3.2.10 Python/2.4.4 PHP/5.1.6-1 mod_ruby/1.2.5 Ruby/1.8.5(2006-08-25)</example>
|
1138
|
+
<example>Apache/2.0.55 (Debian) mod_ssl/2.0.55 OpenSSL/0.9.8c</example>
|
1139
|
+
<example>Apache/2.0.55 (Debian) PHP/4.4.2-1.1</example>
|
1140
|
+
<example>Apache/2.0.55 (Debian) PHP/4.4.2-1+b1</example>
|
1141
|
+
<example>Apache/2.0.55 (Debian) PHP/5.1.2-1</example>
|
1142
|
+
<example>Apache/2.0.55 (Debian) PHP/5.1.2-1+b1</example>
|
1143
|
+
<example>Apache/2.0.55 (Debian) PHP/5.1.6-1</example>
|
1144
|
+
<example>Apache/2.0.55 (FreeBSD)</example>
|
1145
|
+
<example>Apache/2.0.55 (FreeBSD) mod_perl/2.0.2 Perl/v5.8.8</example>
|
1146
|
+
<example>Apache/2.0.55 (FreeBSD) PHP/4.4.0 mod_ssl/2.0.55 OpenSSL/0.9.7d</example>
|
1147
|
+
<example>Apache/2.0.55 (FreeBSD) PHP/4.4.2</example>
|
1148
|
+
<example>Apache/2.0.55 (FreeBSD) PHP/4.4.4</example>
|
1149
|
+
<example>Apache/2.0.55 (Gentoo) DAV/2 SVN/1.3.0</example>
|
1150
|
+
<example>Apache/2.0.55 (Ubuntu)</example>
|
1151
|
+
<example>Apache/2.0.55 (Ubuntu) DAV/2 mod_ldap_userdir/1.1.8 PHP/5.1.2</example>
|
1152
|
+
<example>Apache/2.0.55 (Ubuntu) DAV/2 PHP/4.4.2-1build1 mod_ssl/2.0.55 OpenSSL/0.9.8a</example>
|
1153
|
+
<example>Apache/2.0.55 (Ubuntu) DAV/2 SVN/1.3.1 PHP/5.1.2 mod_ssl/2.0.55 OpenSSL/0.9.8a mod_perl/2.0.2 Perl/v5.8.7</example>
|
1154
|
+
<example>Apache/2.0.55 (Ubuntu) DAV/2 SVN/1.3.2 mod_python/3.2.8 Python/2.4.4c1 PHP/5.1.6</example>
|
1155
|
+
<example>Apache/2.0.55 (Ubuntu) DAV/2 SVN/1.3.2 mod_python/3.3.1 Python/2.5</example>
|
1156
|
+
<example>Apache/2.0.55 (Ubuntu) mod_fastcgi/2.4.2</example>
|
1157
|
+
<example>Apache/2.0.55 (Ubuntu) mod_jk/1.2.14 mod_ssl/2.0.55 OpenSSL/0.9.8a</example>
|
1158
|
+
<example>Apache/2.0.55 (Ubuntu) mod_python/3.1.4 Python/2.4.3 PHP/5.1.2</example>
|
1159
|
+
<example>Apache/2.0.55 (Ubuntu) mod_ssl/2.0.55 OpenSSL/0.9.8a</example>
|
1160
|
+
<example>Apache/2.0.55 (Ubuntu) PHP/5.1.2</example>
|
1161
|
+
<example>Apache/2.0.55 (Ubuntu) PHP/5.1.2 mod_perl/2.0.2 Perl/v5.8.7</example>
|
1162
|
+
<example>Apache/2.0.55 (Ubuntu) PHP/5.1.2 mod_ssl/2.0.55 OpenSSL/0.9.8a</example>
|
1163
|
+
<example>Apache/2.0.55 (Ubuntu) PHP/5.1.6</example>
|
1164
|
+
<example>Apache/2.0.55 (Unix)</example>
|
1165
|
+
<example>Apache/2.0.55 (Unix) DAV/2 mod_jk/1.2.15 mod_ssl/2.0.55 OpenSSL/0.9.7i</example>
|
1166
|
+
<example>Apache/2.0.55 (Unix) DAV/2 mod_jk/1.2.20 mod_ssl/2.0.55 OpenSSL/0.9.7d PHP/5.2.1</example>
|
1167
|
+
<example>Apache/2.0.55 (Unix) DAV/2 mod_ssl/2.0.55 OpenSSL/0.9.7i mod_jk/1.2.15 mod_perl/1.999.21 Perl/v5.8.4</example>
|
1168
|
+
<example>Apache/2.0.55 (Unix) DAV/2 PHP/5.1.2 mod_jk/1.2.15</example>
|
1169
|
+
<example>Apache/2.0.55 (Unix) DAV/2 PHP/5.1.4 mod_ssl/2.0.55 OpenSSL/0.9.7d</example>
|
1170
|
+
<example>Apache/2.0.55 (Unix) mod_jk/1.2.15</example>
|
1171
|
+
<example>Apache/2.0.55 (Unix) mod_perl/1.99_14 Perl/v5.8.4 mod_ssl/2.0.55 OpenSSL/0.9.8a</example>
|
1172
|
+
<example>Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7a</example>
|
1173
|
+
<example>Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7a PHP/5.0.5</example>
|
1174
|
+
<example>Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7c</example>
|
1175
|
+
<example>Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7d mod_jk/1.2.19</example>
|
1176
|
+
<example>Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7e-p1</example>
|
1177
|
+
<example>Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7e DAV/2 PHP/5.0.5</example>
|
1178
|
+
<example>Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7i DAV/2 PHP/4.4.1 mod_jk/1.2.14</example>
|
1179
|
+
<example>Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7i DAV/2 PHP/5.0.5 mod_fastcgi/2.4.2</example>
|
1180
|
+
<example>Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7i DAV/2 PHP/5.2.3</example>
|
1181
|
+
<example>Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7i PHP/4.3.8</example>
|
1182
|
+
<example>Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7l DAV/2</example>
|
1183
|
+
<example>Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.7m PHP/4.4.6</example>
|
1184
|
+
<example>Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.8a JRun/4.0</example>
|
1185
|
+
<example>Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.8a mod_jk/1.2.15</example>
|
1186
|
+
<example>Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.8a PHP/4.4.1 DAV/2 mod_jk2/2.0.4 mod_perl/2.0.1 Perl/v5.8.7</example>
|
1187
|
+
<example>Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.8a PHP/5.0.5 DAV/2 mod_perl/2.0.1 Perl/v5.8.7</example>
|
1188
|
+
<example>Apache/2.0.55 (Unix) mod_ssl/2.0.55 OpenSSL/0.9.8d PHP/5.1.4 mod_fastcgi/2.4.2 mod_auth_kerb/4.13 JRun/4.0 mod_perl/2.0.2 Perl/v5.8.7</example>
|
1189
|
+
<example>Apache/2.0.55 (Unix) PHP/4.4.1</example>
|
1190
|
+
<example>Apache/2.0.55 (Unix) PHP/5.1.2</example>
|
1191
|
+
<example>Apache/2.0.55 (Unix) PHP/5.1.6</example>
|
1192
|
+
<example>Apache/2.0.55 (Unix) PHP/5.2.1 FrontPage/5.0.2.2635 mod_ssl/2.0.55 OpenSSL/0.9.7e-p1</example>
|
1193
|
+
<example>Apache/2.0.55 (Win32)</example>
|
1194
|
+
<example>Apache/2.0.55 (Win32) mod_ssl/2.0.55 OpenSSL/0.9.8a JRun/4.0</example>
|
1195
|
+
<example>Apache/2.0.55 (Win32) mod_ssl/2.0.55 OpenSSL/0.9.8a PHP/5.0.5 mod_autoindex_color</example>
|
1196
|
+
<example>Apache/2.0.55 (Win32) PHP/4.3.11</example>
|
1197
|
+
<example>Apache/2.0.55 (Win32) PHP/4.4.1</example>
|
1198
|
+
<example>Apache/2.0.55 (Win32) PHP/5.1.1</example>
|
1199
|
+
<example>Apache/2.0.55 (Win32) PHP/5.1.4</example>
|
1200
|
+
<example>Apache/2.0.58 HP-UX_Apache-based_Web_Server (Unix) DAV/2 mod_ssl/2.0.58 OpenSSL/0.9.8d</example>
|
1201
|
+
<example>Apache/2.0.58 (Gentoo) DAV/2 PHP/5.1.4-pl0-gentoo mod_ruby/1.2.4 Ruby/1.8.4(2005-12-24) mod_fastcgi/2.4.2 mod_perl/2.0.1 Perl/v5.8.8</example>
|
1202
|
+
<example>Apache/2.0.58 (Gentoo) mod_ssl/2.0.58 OpenSSL/0.9.8d FrontPage/5.0.2.2635 1.0.1</example>
|
1203
|
+
<example>Apache/2.0.58 (iSeries)</example>
|
1204
|
+
<example>Apache/2.0.58 (Unix)</example>
|
1205
|
+
<example>Apache/2.0.58 (Unix) DAV/2</example>
|
1206
|
+
<example>Apache/2.0.58 (Unix) mod_ssl/2.0.58 OpenSSL/0.9.6c</example>
|
1207
|
+
<example>Apache/2.0.58 (Unix) mod_ssl/2.0.58 OpenSSL/0.9.7d PHP/4.4.4</example>
|
1208
|
+
<example>Apache/2.0.58 (Unix) PHP/4.4.4</example>
|
1209
|
+
<example>Apache/2.0.58 (Unix) PHP/5.1.2</example>
|
1210
|
+
<example>Apache/2.0.58 (Win32)</example>
|
1211
|
+
<example>Apache/2.0.58 (Win32) mod_jk2/2.0.4</example>
|
1212
|
+
<example>Apache/2.0.58 (Win32) mod_ssl/2.0.58 OpenSSL/0.9.7i mod_jk/1.2.6</example>
|
1213
|
+
<example>Apache/2.0.58 (Win32) PHP/4.4.2</example>
|
1214
|
+
<example>Apache/2.0.58 (Win32) PHP/5.1.4</example>
|
1215
|
+
<example>Apache/2.0.59</example>
|
1216
|
+
<example>Apache/2.0.59-CHS-1 (Unix)</example>
|
1217
|
+
<example>Apache/2.0.59 (CentOS)</example>
|
1218
|
+
<example>Apache/2.0.59 (FreeBSD)</example>
|
1219
|
+
<example>Apache/2.0.59 (FreeBSD) DAV/2 PHP/5.2.3 with Suhosin-Patch mod_fastcgi/2.4.2 mod_ssl/2.0.59 OpenSSL/0.9.7e-p1</example>
|
1220
|
+
<example>Apache/2.0.59 (FreeBSD) mod_ssl/2.0.59 OpenSSL/0.9.7e-p1</example>
|
1221
|
+
<example>Apache/2.0.59 (FreeBSD) PHP/4.4.4</example>
|
1222
|
+
<example>Apache/2.0.59 (FreeBSD) PHP/4.4.6 with Suhosin-Patch mod_ssl/2.0.59 OpenSSL/0.9.8d</example>
|
1223
|
+
<example>Apache/2.0.59 (FreeBSD) PHP/5.1.5</example>
|
1224
|
+
<example>Apache/2.0.59 (FreeBSD) PHP/5.1.6 with Suhosin-Patch mod_ssl/2.0.59 OpenSSL/0.9.8d</example>
|
1225
|
+
<example>Apache/2.0.59 (FreeBSD) PHP/5.2.1 with Suhosin-Patch mod_ssl/2.0.59 OpenSSL/0.9.7e-p1</example>
|
1226
|
+
<example>Apache/2.0.59 (FreeBSD) PHP/5.2.3 with Suhosin-Patch</example>
|
1227
|
+
<example>Apache/2.0.59 (FreeBSD) PHP/5.2.3 with Suhosin-Patch mod_python/3.3.1 Python/2.4.4 mod_ssl/2.0.59 OpenSSL/0.9.7e-p1 mod_perl/2.0.3 Perl/v5.8.8</example>
|
1228
|
+
<example>Apache/2.0.59 (NETWARE) mod_jk/1.2.14 mod_cntr/2.5.6</example>
|
1229
|
+
<example>Apache/2.0.59 (NETWARE) mod_jk/1.2.15</example>
|
1230
|
+
<example>Apache/2.0.59 (NETWARE) mod_jk/1.2.15 mod_nsn/1.1_0</example>
|
1231
|
+
<example>Apache/2.0.59 (NETWARE) mod_perl/1.99_12 Perl/v5.8.4 mod_jk/1.2.15 PHP/5.0.5</example>
|
1232
|
+
<example>Apache/2.0.59 (rPath)</example>
|
1233
|
+
<example>Apache/2.0.59 (Trustix Secure Linux/Linux) mod_ssl/2.0.59 OpenSSL/0.9.7e PHP/5.2.2</example>
|
1234
|
+
<example>Apache/2.0.59 (Unix)</example>
|
1235
|
+
<example>Apache/2.0.59 (Unix) DAV/2</example>
|
1236
|
+
<example>Apache/2.0.59 (Unix) DAV/2 mod_ssl/2.0.59 OpenSSL/0.9.7k PHP/4.4.7</example>
|
1237
|
+
<example>Apache/2.0.59 (Unix) DAV/2 mod_ssl/2.0.59 OpenSSL/0.9.8d JRun/4.0</example>
|
1238
|
+
<example>Apache/2.0.59 (Unix) DAV/2 PHP/4.4.4 mod_watch/4.3</example>
|
1239
|
+
<example>Apache/2.0.59 (Unix) DAV/2 PHP/5.0.4</example>
|
1240
|
+
<example>Apache/2.0.59 (Unix) DAV/2 PHP/5.1.6</example>
|
1241
|
+
<example>Apache/2.0.59 (Unix) DAV/2 PHP/5.2.2</example>
|
1242
|
+
<example>Apache/2.0.59 (Unix) Ganesh/2.2.0</example>
|
1243
|
+
<example>Apache/2.0.59 (Unix) mod_fastcgi/2.4.2</example>
|
1244
|
+
<example>Apache/2.0.59 (Unix) mod_jk2/2.0.4</example>
|
1245
|
+
<example>Apache/2.0.59 (Unix) mod_perl/1.99_17-dev Perl/v5.8.0 mod_ssl/2.0.59 OpenSSL/0.9.7a FrontPage/5.0.2.2634 PHP/5.2.3 JRun/4.0 mod_mono/1.2.4</example>
|
1246
|
+
<example>Apache/2.0.59 (Unix) mod_perl/1.99_17-dev Perl/v5.8.3 mod_ssl/2.0.59 OpenSSL/0.9.7a PHP/4.4.4 FrontPage/5.0.2.2634</example>
|
1247
|
+
<example>Apache/2.0.59 (Unix) mod_perl/1.99_17-dev Perl/v5.8.5 mod_ssl/2.0.59 OpenSSL/0.9.7a PHP/4.4.3 FrontPage/5.0.2.2634</example>
|
1248
|
+
<example>Apache/2.0.59 (Unix) mod_perl/1.99_17-dev Perl/v5.8.6 mod_ssl/2.0.59 OpenSSL/0.9.7f FrontPage/5.0.2.2634 PHP/5.1.6</example>
|
1249
|
+
<example>Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.6b mod_jk2/2.0.4</example>
|
1250
|
+
<example>Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.7a mod_auth_passthrough/1.8 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/4.4.7</example>
|
1251
|
+
<example>Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.7a PHP/5.1.6</example>
|
1252
|
+
<example>Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.7d DAV/2 PHP/5.2.3</example>
|
1253
|
+
<example>Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.7l PHP/4.3.10</example>
|
1254
|
+
<example>Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.8 Zend Core/1.5.0 PHP/5.1.6</example>
|
1255
|
+
<example>Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.8a mod_jk/1.2.10</example>
|
1256
|
+
<example>Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.8a PHP/4.4.3</example>
|
1257
|
+
<example>Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.8b FrontPage/5.0.2.2634 PHP/5.2.2 mod_perl/2.0.3 Perl/v5.8.8</example>
|
1258
|
+
<example>Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.8c PHP/5.2.3 mod_jk/1.2.23</example>
|
1259
|
+
<example>Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.8d PHP/4.3.10</example>
|
1260
|
+
<example>Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.8e DAV/2</example>
|
1261
|
+
<example>Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.8e PHP/4.4.6</example>
|
1262
|
+
<example>Apache/2.0.59 (Unix) PHP/5.1.2</example>
|
1263
|
+
<example>Apache/2.0.59 (Unix) PHP/5.1.6</example>
|
1264
|
+
<example>Apache/2.0.59 (Unix) PHP/5.2.0</example>
|
1265
|
+
<example>Apache/2.0.59 (Unix) PHP/5.2.1</example>
|
1266
|
+
<example>Apache/2.0.59 (Unix) PHP/5.2.2</example>
|
1267
|
+
<example>Apache/2.0.59 (Unix) WebGUI/7.3.17 mod_ssl/2.0.59 OpenSSL/0.9.7i mod_apreq2-20051231/2.5.7 mod_perl/2.0.2 Perl/v5.8.8</example>
|
1268
|
+
<example>Apache/2.0.59 (Win32)</example>
|
1269
|
+
<example>Apache/2.0.59 (Win32) DAV/2 SVN/1.4.4 mod_ssl/2.0.52 OpenSSL/0.9.7e</example>
|
1270
|
+
<example>Apache/2.0.59 (Win32) mod_ssl/2.0.59 OpenSSL/0.9.8c PHP/4.3.11</example>
|
1271
|
+
<example>Apache/2.0.59 (Win32) mod_ssl/2.0.59 OpenSSL/0.9.8d</example>
|
1272
|
+
<example>Apache/2.0.59 (Win32) mod_ssl/2.0.59 OpenSSL/0.9.8d PHP/4.3.11 DAV/2</example>
|
1273
|
+
<example>Apache/2.0.59 (Win32) PHP/4.4.4 SVN/1.4.2 DAV/2</example>
|
1274
|
+
<example>Apache/2.0.59 (Win32) PHP/4.4.5</example>
|
1275
|
+
<example>Apache/2.0.59 (Win32) PHP/5.1.4 SVN/1.4.0 DAV/2</example>
|
1276
|
+
<example>Apache/2.0.59 (Win32) PHP/5.1.6</example>
|
1277
|
+
<example>Apache/2.0.59 (Win32) PHP/5.2.1</example>
|
1278
|
+
<example>Apache/2.0.59 (Win32) SVN/1.4.2 mod_jk/1.2.20 DAV/2</example>
|
1279
|
+
<example>Apache/2.1.4 (FreeBSD) PHP/5.0.4 mod_ssl/2.1.4 OpenSSL/0.9.7g</example>
|
1280
|
+
<example>Apache/2.2</example>
|
1281
|
+
<example>Apache/2.2.0</example>
|
1282
|
+
<example>Apache/2.2.0 (Fedora)</example>
|
1283
|
+
<example>Apache/2.2.0 (FreeBSD) mod_ssl/2.2.0 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.1.4</example>
|
1284
|
+
<example>Apache/2.2.0 (FreeBSD) mod_ssl/2.2.0 OpenSSL/0.9.7e-p1 PHP/5.1.2</example>
|
1285
|
+
<example>Apache/2.2.0 (Linux/SUSE)</example>
|
1286
|
+
<example>Apache/2.2.0 (Linux/SUSE) PHP/5.1.6</example>
|
1287
|
+
<example>Apache/2.2.0 (Unix)</example>
|
1288
|
+
<example>Apache/2.2.0 (Unix) DAV/2 mod_jk/1.2.15</example>
|
1289
|
+
<example>Apache/2.2.0 (Unix) mod_jk/1.2.15 mod_ssl/2.2.0 OpenSSL/0.9.7i</example>
|
1290
|
+
<example>Apache/2.2.0 (Unix) mod_jk/1.2.20-dev</example>
|
1291
|
+
<example>Apache/2.2.0 (Unix) mod_ssl/2.2.0 OpenSSL/0.9.7e-p1 PHP/5.1.2</example>
|
1292
|
+
<example>Apache/2.2.0 (Unix) mod_ssl/2.2.0 OpenSSL/0.9.8a mod_apreq2-20051231/2.6.0 mod_perl/2.0.2 Perl/v5.8.8</example>
|
1293
|
+
<example>Apache/2.2.0 (Unix) mod_ssl/2.2.0 OpenSSL/0.9.8d DAV/2 PHP/5.2.1</example>
|
1294
|
+
<example>Apache/2.2.0 (Unix) PHP/4.3.11</example>
|
1295
|
+
<example>Apache/2.2.0 (Unix) PHP/5.1.1</example>
|
1296
|
+
<example>Apache/2.2.0 (Unix) PHP/5.2.1 mod_ssl/2.2.0 OpenSSL/0.9.7e-p1</example>
|
1297
|
+
<example>Apache/2.2.0 (Win32) DAV/2 mod_ssl/2.2.0 OpenSSL/0.9.8a mod_autoindex_color PHP/5.1.1</example>
|
1298
|
+
<example>Apache/2.2.0 (Win32) DAV/2 mod_ssl/2.2.0 OpenSSL/0.9.8a mod_autoindex_color PHP/5.1.2</example>
|
1299
|
+
<example>Apache/2.2.0 (Win32) mod_ssl/2.2.0 OpenSSL/0.9.8a mod_autoindex_color PHP/5.1.1</example>
|
1300
|
+
<example>Apache/2.2.0 (Win32) PHP/5.1.2</example>
|
1301
|
+
<example>Apache/2.2.0 (Win32) PHP/5.1.2 mod_jk/1.2.22 mod_perl/2.0.3-dev Perl/v5.8.8</example>
|
1302
|
+
<example>Apache/2.2.2</example>
|
1303
|
+
<example>Apache/2.2.2 (Fedora)</example>
|
1304
|
+
<example>Apache/2.2.2 (FreeBSD) mod_ssl/2.2.2 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.1.4</example>
|
1305
|
+
<example>Apache/2.2.2 (FreeBSD) mod_ssl/2.2.2 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.3 with Suhosin-Patch</example>
|
1306
|
+
<example>Apache/2.2.2 (Unix) DAV/2 mod_jk/1.2.23</example>
|
1307
|
+
<example>Apache/2.2.2 (Unix) DAV/2 PHP/5.1.4</example>
|
1308
|
+
<example>Apache/2.2.2 (Unix) mod_ssl/2.2.2 OpenSSL/0.9.6g PHP/5.1.4</example>
|
1309
|
+
<example>Apache/2.2.2 (Unix) mod_ssl/2.2.2 OpenSSL/0.9.7a DAV/2</example>
|
1310
|
+
<example>Apache/2.2.2 (Unix) mod_ssl/2.2.2 OpenSSL/0.9.7a proxy_html/2.5</example>
|
1311
|
+
<example>Apache/2.2.2 (Unix) mod_ssl/2.2.2 OpenSSL/0.9.7d PHP/4.4.2</example>
|
1312
|
+
<example>Apache/2.2.2 (Unix) mod_ssl/2.2.2 OpenSSL/0.9.7j PHP/4.4.2</example>
|
1313
|
+
<example>Apache/2.2.2 (Unix) mod_ssl/2.2.2 OpenSSL/0.9.8b PHP/5.1.4 mod_jk/1.2.19</example>
|
1314
|
+
<example>Apache/2.2.2 (Unix) PHP/5.1.4</example>
|
1315
|
+
<example>Apache/2.2.2 (Win32) DAV/2 mod_ssl/2.2.2 OpenSSL/0.9.8a mod_autoindex_color PHP/4.4.2</example>
|
1316
|
+
<example>Apache/2.2.2 (Win32) DAV/2 mod_ssl/2.2.2 OpenSSL/0.9.8b mod_autoindex_color PHP/5.1.4</example>
|
1317
|
+
<example>Apache/2.2.2 (Win32) JRun/4.0</example>
|
1318
|
+
<example>Apache/2.2.2 (Win32) PHP/5.2.2</example>
|
1319
|
+
<example>Apache/2.2.3</example>
|
1320
|
+
<example>Apache/2.2.3 (CentOS)</example>
|
1321
|
+
<example>Apache/2.2.3 (CentOS) PHP/5.1.6 mod_python/3.2.8 Python/2.4.3 mod_ssl/2.2.3 OpenSSL/0.9.8b DAV/2 FrontPage/5.0.2.2635 mod_perl/2.0.2 Perl/v5.8.8</example>
|
1322
|
+
<example>Apache/2.2.3 (Debian)</example>
|
1323
|
+
<example>Apache/2.2.3 (Debian) DAV/2 mod_jk/1.2.18 PHP/5.2.0-8+etch4 mod_ssl/2.2.3 OpenSSL/0.9.8c</example>
|
1324
|
+
<example>Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-10 mod_ssl/2.2.3 OpenSSL/0.9.8c</example>
|
1325
|
+
<example>Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 PHP/4.4.4-8+etch3 mod_ssl/2.2.3 OpenSSL/0.9.8c</example>
|
1326
|
+
<example>Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 PHP/4.4.4-9+lenny1 proxy_html/2.5 mod_ruby/1.2.6 Ruby/1.8.6(2007-03-13) mod_scgi/1.12 mod_ssl/2.2.3 OpenSSL/0.9.8e</example>
|
1327
|
+
<example>Apache/2.2.3 (Debian) DAV/2 SVN/1.4.2 PHP/5.2.0-8+etch7 mod_ruby/1.2.6 Ruby/1.8.5(2006-08-25)</example>
|
1328
|
+
<example>Apache/2.2.3 (Debian) mod_auth_kerb/5.3 PHP/5.2.0-8+etch7</example>
|
1329
|
+
<example>Apache/2.2.3 (Debian) mod_fastcgi/2.4.2</example>
|
1330
|
+
<example>Apache/2.2.3 (Debian) mod_jk/1.2.15 PHP/5.2.0-8+etch4</example>
|
1331
|
+
<example>Apache/2.2.3 (Debian) mod_python/3.2.10 Python/2.4.4 PHP/4.4.4-8+etch1 mod_perl/2.0.2 Perl/v5.8.8</example>
|
1332
|
+
<example>Apache/2.2.3 (Debian) mod_python/3.2.10 Python/2.4.4 PHP/4.4.4-8+etch4 mod_perl/2.0.2 Perl/v5.8.8</example>
|
1333
|
+
<example>Apache/2.2.3 (Debian) mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-8+etch7 mod_perl/2.0.2 Perl/v5.8.8</example>
|
1334
|
+
<example>Apache/2.2.3 (Debian) mod_python/3.2.10 Python/2.4.4 PHP/5.2.0-8+etch7 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8</example>
|
1335
|
+
<example>Apache/2.2.3 (Debian) mod_ssl/2.2.3 OpenSSL/0.9.8c</example>
|
1336
|
+
<example>Apache/2.2.3 (Debian) mod_ssl/2.2.3 OpenSSL/0.9.8c mod_jk/1.2.18</example>
|
1337
|
+
<example>Apache/2.2.3 (Debian) PHP/4.4.4-8+etch1</example>
|
1338
|
+
<example>Apache/2.2.3 (Debian) PHP/4.4.4-8+etch1 mod_ssl/2.2.3 OpenSSL/0.9.8c</example>
|
1339
|
+
<example>Apache/2.2.3 (Debian) PHP/4.4.4-8+etch2 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8</example>
|
1340
|
+
<example>Apache/2.2.3 (Debian) PHP/4.4.4-8+etch3 mod_ssl/2.2.3 OpenSSL/0.9.8c</example>
|
1341
|
+
<example>Apache/2.2.3 (Debian) PHP/4.4.4-8+etch4</example>
|
1342
|
+
<example>Apache/2.2.3 (Debian) PHP/4.4.4-8+etch4 mod_ssl/2.2.3 OpenSSL/0.9.8c</example>
|
1343
|
+
<example>Apache/2.2.3 (Debian) PHP/4.4.4-8+etch4 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8</example>
|
1344
|
+
<example>Apache/2.2.3 (Debian) PHP/4.4.7-0.dotdeb.1 with Suhosin-Patch mod_ssl/2.2.3 OpenSSL/0.9.8c</example>
|
1345
|
+
<example>Apache/2.2.3 (Debian) PHP/5.2.0-10 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8</example>
|
1346
|
+
<example>Apache/2.2.3 (Debian) PHP/5.2.0-10 mod_ssl/2.2.3 OpenSSL/0.9.8e mod_perl/2.0.2 Perl/v5.8.8</example>
|
1347
|
+
<example>Apache/2.2.3 (Debian) PHP/5.2.0-7</example>
|
1348
|
+
<example>Apache/2.2.3 (Debian) PHP/5.2.0-8+etch4</example>
|
1349
|
+
<example>Apache/2.2.3 (Debian) PHP/5.2.0-8+etch4 mod_perl/2.0.2 Perl/v5.8.8</example>
|
1350
|
+
<example>Apache/2.2.3 (Debian) PHP/5.2.0-8+etch7</example>
|
1351
|
+
<example>Apache/2.2.3 (Debian) PHP/5.2.0-8+etch7 mod_ssl/2.2.3 OpenSSL/0.9.8c</example>
|
1352
|
+
<example>Apache/2.2.3 (Debian) PHP/5.2.2-0.dotdeb.1 with Suhosin-Patch</example>
|
1353
|
+
<example>Apache/2.2.3 (Fedora)</example>
|
1354
|
+
<example>Apache/2.2.3 (FreeBSD)</example>
|
1355
|
+
<example>Apache/2.2.3 (FreeBSD) mod_ssl/2.2.3 OpenSSL/0.9.7d DAV/2 PHP/5.2.0 with Suhosin-Patch</example>
|
1356
|
+
<example>Apache/2.2.3 (FreeBSD) mod_ssl/2.2.3 OpenSSL/0.9.7e-p1 DAV/2</example>
|
1357
|
+
<example>Apache/2.2.3 (FreeBSD) mod_ssl/2.2.3 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.1.6 with Suhosin-Patch</example>
|
1358
|
+
<example>Apache/2.2.3 (FreeBSD) mod_ssl/2.2.3 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.0 with Suhosin-Patch</example>
|
1359
|
+
<example>Apache/2.2.3 (FreeBSD) PHP/5.2.0</example>
|
1360
|
+
<example>Apache/2.2.3 (Linux/SUSE)</example>
|
1361
|
+
<example>Apache/2.2.3 (Mandriva Linux/PREFORK-1.1mdv2007.0)</example>
|
1362
|
+
<example>Apache/2.2.3 (Red Hat)</example>
|
1363
|
+
<example>Apache/2.2.3 (Red Hat) DAV/2 mod_fastcgi/2.4.2 mod_ssl/2.2.3 OpenSSL/0.9.8b SVN/1.4.2 mod_perl/2.0.2 Perl/v5.8.8</example>
|
1364
|
+
<example>Apache/2.2.3 (StartCom Linux)</example>
|
1365
|
+
<example>Apache/2.2.3 (Ubuntu) DAV/2 SVN/1.4.3 mod_jk/1.2.18 PHP/5.2.1 mod_ssl/2.2.3 OpenSSL/0.9.8c</example>
|
1366
|
+
<example>Apache/2.2.3 (Ubuntu) mod_python/3.2.10 Python/2.5.1</example>
|
1367
|
+
<example>Apache/2.2.3 (Ubuntu) mod_python/3.2.10 Python/2.5.1c1</example>
|
1368
|
+
<example>Apache/2.2.3 (Ubuntu) PHP/5.2.1</example>
|
1369
|
+
<example>Apache/2.2.3 (Ubuntu) PHP/5.2.1 mod_ssl/2.2.3 OpenSSL/0.9.8c</example>
|
1370
|
+
<example>Apache/2.2.3 (Ubuntu) PHP/5.2.1 mod_ssl/2.2.3 OpenSSL/0.9.8c mod_perl/2.0.2 Perl/v5.8.8</example>
|
1371
|
+
<example>Apache/2.2.3 (Unix)</example>
|
1372
|
+
<example>Apache/2.2.3 (Unix) DAV/2</example>
|
1373
|
+
<example>Apache/2.2.3 (Unix) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d PHP/5.1.6 mod_apreq2-20051231/2.5.7 mod_perl/2.0.2 Perl/v5.8.7</example>
|
1374
|
+
<example>Apache/2.2.3 (Unix) DAV/2 OpenDisk/1.8.1(oa)-SB(2.2.3)</example>
|
1375
|
+
<example>Apache/2.2.3 (Unix) DAV/2 PHP/5.2.0 JRun/4.0 mod_ssl/2.2.3 OpenSSL/0.9.8d</example>
|
1376
|
+
<example>Apache/2.2.3 (Unix) mod_perl/2.0.3 Perl/v5.8.8</example>
|
1377
|
+
<example>Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.7a mod_perl/2.0.2 Perl/v5.8.0</example>
|
1378
|
+
<example>Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.7d</example>
|
1379
|
+
<example>Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.7e mod_fastcgi/2.4.2 PHP/5.2.2</example>
|
1380
|
+
<example>Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.7e PHP/5.1.6</example>
|
1381
|
+
<example>Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.7e PHP/5.2.0</example>
|
1382
|
+
<example>Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.7f DAV/2 PHP/5.2.0</example>
|
1383
|
+
<example>Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.7l PHP/5.1.6</example>
|
1384
|
+
<example>Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.7l PHP/5.2.0</example>
|
1385
|
+
<example>Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.8b DAV/2 PHP/5.2.2</example>
|
1386
|
+
<example>Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.8d</example>
|
1387
|
+
<example>Apache/2.2.3 (Unix) PHP/4.4.4</example>
|
1388
|
+
<example>Apache/2.2.3 (Unix) PHP/4.4.4 mod_ssl/2.2.3 OpenSSL/0.9.7e-p1</example>
|
1389
|
+
<example>Apache/2.2.3 (Unix) PHP/5.1.6</example>
|
1390
|
+
<example>Apache/2.2.3 (Unix) PHP/5.2.0</example>
|
1391
|
+
<example>Apache/2.2.3 (Unix) PHP/5.2.0 mod_jk/1.2.20</example>
|
1392
|
+
<example>Apache/2.2.3 (Win32)</example>
|
1393
|
+
<example>Apache/2.2.3 (Win32) DAV/2 mod_ssl/2.2.3 OpenSSL/0.9.8d mod_autoindex_color PHP/5.2.0</example>
|
1394
|
+
<example>Apache/2.2.3 (Win32) mod_ssl/2.2.3 OpenSSL/0.9.8c mod_jk/1.2.19</example>
|
1395
|
+
<example>Apache/2.2.3 (Win32) PHP/5.1.4</example>
|
1396
|
+
<example>Apache/2.2.3 (Win32) PHP/5.1.6</example>
|
1397
|
+
<example>Apache/2.2.3 (Win32) PHP/5.2.0</example>
|
1398
|
+
<example>Apache/2.2.4</example>
|
1399
|
+
<example>Apache/2.2.4 (Debian) PHP/4.4.6-2+b1</example>
|
1400
|
+
<example>Apache/2.2.4 (Debian) PHP/4.4.6-2+b1 mod_ssl/2.2.4 OpenSSL/0.9.8e</example>
|
1401
|
+
<example>Apache/2.2.4 (Debian) PHP/5.2.3-1+b1</example>
|
1402
|
+
<example>Apache/2.2.4 (EL4)</example>
|
1403
|
+
<example>Apache/2.2.4 (Fedora)</example>
|
1404
|
+
<example>Apache/2.2.4 (FreeBSD)</example>
|
1405
|
+
<example>Apache/2.2.4 (FreeBSD) DAV/2 PHP/4.3.11</example>
|
1406
|
+
<example>Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2</example>
|
1407
|
+
<example>Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 mod_jk/1.2.21</example>
|
1408
|
+
<example>Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.1.6 with Suhosin-Patch</example>
|
1409
|
+
<example>Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.0 with Suhosin-Patch</example>
|
1410
|
+
<example>Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.1 with Suhosin-Patch</example>
|
1411
|
+
<example>Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.3</example>
|
1412
|
+
<example>Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.3 with Suhosin-Patch</example>
|
1413
|
+
<example>Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.3 with Suhosin-Patch mod_jk/1.2.21</example>
|
1414
|
+
<example>Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 SVN/1.4.3</example>
|
1415
|
+
<example>Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.8d</example>
|
1416
|
+
<example>Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.8d DAV/2 PHP/4.4.4 with Suhosin-Patch</example>
|
1417
|
+
<example>Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.8e DAV/2</example>
|
1418
|
+
<example>Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.8e DAV/2 PHP/5.2.2 with Suhosin-Patch</example>
|
1419
|
+
<example>Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.8e DAV/2 PHP/5.2.3 mod_python/3.3.1 Python/2.4.4</example>
|
1420
|
+
<example>Apache/2.2.4 (FreeBSD) mod_ssl/2.2.4 OpenSSL/0.9.8e DAV/2 PHP/5.2.3 with Suhosin-Patch</example>
|
1421
|
+
<example>Apache/2.2.4 (FreeBSD) PHP/5.2.3 with Suhosin-Patch mod_ssl/2.2.4 OpenSSL/0.9.7e-p1</example>
|
1422
|
+
<example>Apache/2.2.4 (Unix)</example>
|
1423
|
+
<example>Apache/2.2.4 (Unix) DAV/2 mod_jk/1.2.21</example>
|
1424
|
+
<example>Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.7d PHP/5.2.3</example>
|
1425
|
+
<example>Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8d mod_apreq2-20051231/2.5.7 mod_perl/2.0.2 Perl/v5.8.7</example>
|
1426
|
+
<example>Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8d PHP/5.2.1 mod_apreq2-20051231/2.5.7 mod_perl/2.0.2 Perl/v5.8.7</example>
|
1427
|
+
<example>Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.1 mod_apreq2-20051231/2.5.7 mod_perl/2.0.2 Perl/v5.8.7</example>
|
1428
|
+
<example>Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.2 mod_apreq2-20051231/2.5.7 mod_perl/2.0.2 Perl/v5.8.7</example>
|
1429
|
+
<example>Apache/2.2.4 (Unix) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e PHP/5.2.3 mod_apreq2-20051231/2.5.7 mod_perl/2.0.2 Perl/v5.8.7</example>
|
1430
|
+
<example>Apache/2.2.4 (Unix) DAV/2 PHP/5.2.3</example>
|
1431
|
+
<example>Apache/2.2.4 (Unix) DAV/2 PHP/5.2.3 mod_ssl/2.2.4 OpenSSL/0.9.7a</example>
|
1432
|
+
<example>Apache/2.2.4 (Unix) FrontPage/5.0.2.2635</example>
|
1433
|
+
<example>Apache/2.2.4 (Unix) mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.8</example>
|
1434
|
+
<example>Apache/2.2.4 (Unix) mod_perl/2.0.3 Perl/v5.8.8</example>
|
1435
|
+
<example>Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.6b DAV/2 mod_jk/1.2.20</example>
|
1436
|
+
<example>Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.7a</example>
|
1437
|
+
<example>Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.7a DAV/2 mod_auth_passthrough/1.8 FrontPage/5.0.2.2635 mod_bwlimited/1.4 SVN/1.4.3</example>
|
1438
|
+
<example>Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.7a DAV/2 PHP/4.4.6</example>
|
1439
|
+
<example>Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.7a mod_jk/1.2.23</example>
|
1440
|
+
<example>Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.7a PHP/4.4.7</example>
|
1441
|
+
<example>Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.7d PHP/5.2.1</example>
|
1442
|
+
<example>Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.7e-p1</example>
|
1443
|
+
<example>Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.7l DAV/2 SVN/1.4.3</example>
|
1444
|
+
<example>Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.8a DAV/2 mod_auth_passthrough/1.8 mod_bwlimited/1.4 PHP/5.2.2</example>
|
1445
|
+
<example>Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.8a mod_jk/1.2.20-dev</example>
|
1446
|
+
<example>Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.8e DAV/2 mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.8</example>
|
1447
|
+
<example>Apache/2.2.4 (Unix) PHP/5.2.1</example>
|
1448
|
+
<example>Apache/2.2.4 (Unix) PHP/5.2.2</example>
|
1449
|
+
<example>Apache/2.2.4 (Unix) PHP/5.2.2 with Suhosin-Patch mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 mod_apreq2-20051231/2.5.7 mod_perl/2.0.3 Perl/v5.8.7</example>
|
1450
|
+
<example>Apache/2.2.4 (Unix) PHP/5.2.3</example>
|
1451
|
+
<example>Apache/2.2.4 (Win32)</example>
|
1452
|
+
<example>Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8d mod_autoindex_color PHP/5.2.1</example>
|
1453
|
+
<example>Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e mod_autoindex_color PHP/5.2.1</example>
|
1454
|
+
<example>Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e mod_autoindex_color PHP/5.2.2</example>
|
1455
|
+
<example>Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e mod_autoindex_color PHP/5.2.3</example>
|
1456
|
+
<example>Apache/2.2.4 (Win32) mod_ssl/2.2.4 OpenSSL/0.9.8d JRun/4.0</example>
|
1457
|
+
<example>Apache/2.2.4 (Win32) mod_ssl/2.2.4 OpenSSL/0.9.8e mod_perl/2.0.3-dev Perl/v5.8.8</example>
|
1458
|
+
<example>Apache/2.2.4 (Win32) PHP/5.2.1</example>
|
1459
|
+
<example>Apache/2.2.4 (Win32) PHP/5.2.2</example>
|
1460
|
+
<example>Apache/2.2.4 (Win32) PHP/5.2.3</example>
|
1461
|
+
<!-- these three don't match. Why?
|
1462
|
+
<example>Apache/AmEuro 04070331 (Unix) PHP/4.3.10 mod_ssl/2.8.19 OpenSSL/0.9.6b</example>
|
1463
|
+
<example>Apache/ASJ2007070300SF Ben-SSL/1.48.ASJ200402b (Unix)</example>
|
1464
|
+
<example>Apache/ASJ2007070300SUX-FATE Ben-SSL/1.55-ASJ.FATE.0a (Unix)</example> -->
|
1465
|
+
<example>APACHE/1.3.9</example>
|
1466
|
+
<description>Apache</description>
|
1467
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
1468
|
+
<param pos="0" name="service.product" value="HTTPD"/>
|
1469
|
+
<param pos="0" name="service.family" value="Apache"/>
|
1470
|
+
<param pos="1" name="service.version"/>
|
1471
|
+
<param pos="2" name="apache.info"/>
|
1472
|
+
</fingerprint>
|
1473
|
+
|
1474
|
+
<fingerprint pattern="^Check Point SVN foundation$">
|
1475
|
+
<example>Check Point SVN foundation</example>
|
1476
|
+
<description>Check Point Firewall NG</description>
|
1477
|
+
<param pos="0" name="service.vendor" value="Check Point"/>
|
1478
|
+
<param pos="0" name="service.product" value="Firewall-1"/>
|
1479
|
+
<param pos="0" name="service.family" value="Firewall-1"/>
|
1480
|
+
<param pos="0" name="os.vendor" value="Check Point"/>
|
1481
|
+
<param pos="0" name="os.device" value="Firewall"/>
|
1482
|
+
<param pos="0" name="os.family" value="Firewall-1"/>
|
1483
|
+
<param pos="0" name="os.product" value="Firewall-1"/>
|
1484
|
+
</fingerprint>
|
1485
|
+
|
1486
|
+
<fingerprint pattern="^Microsoft-IIS/([1234]\.0)$">
|
1487
|
+
<example>Microsoft-IIS/4.0</example>
|
1488
|
+
<description>Microsoft IIS 1.0 - 4.0 runs on Windows NT 4.0</description>
|
1489
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
1490
|
+
<param pos="0" name="service.product" value="IIS"/>
|
1491
|
+
<param pos="0" name="service.family" value="IIS"/>
|
1492
|
+
<param pos="1" name="service.version"/>
|
1493
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1494
|
+
<param pos="0" name="os.device" value="General"/>
|
1495
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1496
|
+
<param pos="0" name="os.product" value="Windows NT"/>
|
1497
|
+
<param pos="0" name="os.version" value="4.0"/>
|
1498
|
+
</fingerprint>
|
1499
|
+
|
1500
|
+
<fingerprint pattern="^Microsoft-IIS/5.0$">
|
1501
|
+
<example>Microsoft-IIS/5.0</example>
|
1502
|
+
<description>Microsoft IIS 5.0 runs on Windows 2000</description>
|
1503
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
1504
|
+
<param pos="0" name="service.product" value="IIS"/>
|
1505
|
+
<param pos="0" name="service.family" value="IIS"/>
|
1506
|
+
<param pos="0" name="service.version" value="5.0"/>
|
1507
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1508
|
+
<param pos="0" name="os.device" value="General"/>
|
1509
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1510
|
+
<param pos="0" name="os.product" value="Windows 2000"/>
|
1511
|
+
</fingerprint>
|
1512
|
+
|
1513
|
+
<fingerprint pattern="^Microsoft-IIS/5.1$">
|
1514
|
+
<example>Microsoft-IIS/5.1</example>
|
1515
|
+
<description>Microsoft IIS 5.1 runs on Windows XP</description>
|
1516
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
1517
|
+
<param pos="0" name="service.product" value="IIS"/>
|
1518
|
+
<param pos="0" name="service.family" value="IIS"/>
|
1519
|
+
<param pos="0" name="service.version" value="5.1"/>
|
1520
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1521
|
+
<param pos="0" name="os.device" value="General"/>
|
1522
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1523
|
+
<param pos="0" name="os.product" value="Windows XP"/>
|
1524
|
+
</fingerprint>
|
1525
|
+
|
1526
|
+
<fingerprint pattern="^Microsoft-IIS/6.0$">
|
1527
|
+
<example>Microsoft-IIS/6.0</example>
|
1528
|
+
<description>Microsoft IIS 6.0 runs on Windows Server 2003 (and Windows XP x64)</description>
|
1529
|
+
<!-- 2003 is much more common than XP x64, therefore only a fingerprint for 2003 is reported -->
|
1530
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
1531
|
+
<param pos="0" name="service.product" value="IIS"/>
|
1532
|
+
<param pos="0" name="service.family" value="IIS"/>
|
1533
|
+
<param pos="0" name="service.version" value="6.0"/>
|
1534
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1535
|
+
<param pos="0" name="os.device" value="General"/>
|
1536
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1537
|
+
<param pos="0" name="os.product" value="Windows Server 2003"/>
|
1538
|
+
</fingerprint>
|
1539
|
+
|
1540
|
+
<fingerprint pattern="^Microsoft-IIS/7.0$">
|
1541
|
+
<example>Microsoft-IIS/7.0</example>
|
1542
|
+
<description>Microsoft IIS 7.0 runs on Windows Server 2008 (and Windows Vista)</description>
|
1543
|
+
<!-- 2008 is much more common than Vista, therefore only a fingerprint for 2008 is reported -->
|
1544
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
1545
|
+
<param pos="0" name="service.product" value="IIS"/>
|
1546
|
+
<param pos="0" name="service.family" value="IIS"/>
|
1547
|
+
<param pos="0" name="service.version" value="7.0"/>
|
1548
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1549
|
+
<param pos="0" name="os.device" value="General"/>
|
1550
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1551
|
+
<param pos="0" name="os.product" value="Windows Server 2008"/>
|
1552
|
+
</fingerprint>
|
1553
|
+
|
1554
|
+
<fingerprint pattern="^Microsoft-IIS/7.5$">
|
1555
|
+
<example>Microsoft-IIS/7.5</example>
|
1556
|
+
<description>Microsoft IIS 7.5 runs on Windows Server 2008 R2 (and Windows 7)</description>
|
1557
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
1558
|
+
<param pos="0" name="service.product" value="IIS"/>
|
1559
|
+
<param pos="0" name="service.family" value="IIS"/>
|
1560
|
+
<param pos="0" name="service.version" value="7.5"/>
|
1561
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1562
|
+
<param pos="0" name="os.device" value="General"/>
|
1563
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1564
|
+
<param pos="0" name="os.product" value="Windows Server 2008 R2"/>
|
1565
|
+
</fingerprint>
|
1566
|
+
|
1567
|
+
<fingerprint pattern="^Microsoft-IIS/8.0$">
|
1568
|
+
<example>Microsoft-IIS/8.0</example>
|
1569
|
+
<description>Microsoft IIS 8.0 runs on Windows Server 2012 (and Windows 8)</description>
|
1570
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
1571
|
+
<param pos="0" name="service.product" value="IIS"/>
|
1572
|
+
<param pos="0" name="service.family" value="IIS"/>
|
1573
|
+
<param pos="0" name="service.version" value="8.0"/>
|
1574
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1575
|
+
<param pos="0" name="os.device" value="General"/>
|
1576
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1577
|
+
<param pos="0" name="os.product" value="Windows Server 2012"/>
|
1578
|
+
</fingerprint>
|
1579
|
+
|
1580
|
+
<fingerprint pattern="^Microsoft-IIS/8.5$">
|
1581
|
+
<example>Microsoft-IIS/8.5</example>
|
1582
|
+
<description>Microsoft IIS 8.5 runs on Windows Server 2012 R2 (and Windows 8.1)</description>
|
1583
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
1584
|
+
<param pos="0" name="service.product" value="IIS"/>
|
1585
|
+
<param pos="0" name="service.family" value="IIS"/>
|
1586
|
+
<param pos="0" name="service.version" value="8.5"/>
|
1587
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1588
|
+
<param pos="0" name="os.device" value="General"/>
|
1589
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1590
|
+
<param pos="0" name="os.product" value="Windows Server 2012 R2"/>
|
1591
|
+
</fingerprint>
|
1592
|
+
|
1593
|
+
<fingerprint pattern="^Microsoft-IIS$">
|
1594
|
+
<example>Microsoft-IIS</example>
|
1595
|
+
<description>Microsoft IIS, no version information</description>
|
1596
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
1597
|
+
<param pos="0" name="service.product" value="IIS"/>
|
1598
|
+
<param pos="0" name="service.family" value="IIS"/>
|
1599
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1600
|
+
<param pos="0" name="os.device" value="General"/>
|
1601
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1602
|
+
</fingerprint>
|
1603
|
+
|
1604
|
+
<fingerprint pattern="^MS .NET Remoting, MS .NET CLR (\d+\.\d+\.\d+\.\d+)$">
|
1605
|
+
<example>MS .NET Remoting, MS .NET CLR 2.0.50727.42</example>
|
1606
|
+
<description>Microsoft .NET Remoting and Common Language Runtime (CLR)</description>
|
1607
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
1608
|
+
<param pos="0" name="service.product" value=".NET Remoting"/>
|
1609
|
+
<param pos="0" name="service.family" value=".NET"/>
|
1610
|
+
<param pos="0" name="service.component.vendor" value="Microsoft"/>
|
1611
|
+
<param pos="0" name="service.component.product" value=".NET CLR"/>
|
1612
|
+
<param pos="0" name="service.component.family" value=".NET"/>
|
1613
|
+
<param pos="1" name="service.component.version"/>
|
1614
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1615
|
+
<param pos="0" name="os.device" value="General"/>
|
1616
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1617
|
+
<param pos="0" name="os.product" value="Windows"/>
|
1618
|
+
</fingerprint>
|
1619
|
+
|
1620
|
+
<fingerprint pattern="^Microsoft-WinCE/(\d\.\d+)$">
|
1621
|
+
<example>Microsoft-WinCE/4.10</example>
|
1622
|
+
<example>Microsoft-WinCE/4.20</example>
|
1623
|
+
<example>Microsoft-WinCE/5.0</example>
|
1624
|
+
<description>Windows CE embedded devices, including HP iPAQ,
|
1625
|
+
Palm Treo, Motorola phones, and many more</description>
|
1626
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
1627
|
+
<param pos="0" name="service.product" value="Windows CE Web Server"/>
|
1628
|
+
<param pos="0" name="service.family" value="Windows CE Web Server"/>
|
1629
|
+
<param pos="1" name="service.version"/>
|
1630
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
1631
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1632
|
+
<param pos="0" name="os.device" value="General"/>
|
1633
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1634
|
+
<param pos="0" name="os.product" value="Windows CE"/>
|
1635
|
+
<param pos="1" name="os.version"/>
|
1636
|
+
</fingerprint>
|
1637
|
+
|
1638
|
+
<fingerprint pattern="^Microsoft-PWS/(\d\.\d+)$">
|
1639
|
+
<example>Microsoft-PWS/4.0</example>
|
1640
|
+
<description>Microsoft Personal Web Server runs on Windows 9x, ME, etc.</description>
|
1641
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
1642
|
+
<param pos="0" name="service.family" value="PWS"/>
|
1643
|
+
<param pos="0" name="service.product" value="PWS"/>
|
1644
|
+
<param pos="1" name="service.version"/>
|
1645
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1646
|
+
<param pos="0" name="os.device" value="General"/>
|
1647
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1648
|
+
<param pos="0" name="os.product" value="Windows"/>
|
1649
|
+
</fingerprint>
|
1650
|
+
|
1651
|
+
<fingerprint pattern="^Microsoft-PWS-95/(\d\.\d+)$">
|
1652
|
+
<example>Microsoft-PWS-95/4.0</example>
|
1653
|
+
<description>Microsoft Personal Web Server for Windows 95</description>
|
1654
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
1655
|
+
<param pos="0" name="service.family" value="PWS"/>
|
1656
|
+
<param pos="0" name="service.product" value="PWS"/>
|
1657
|
+
<param pos="1" name="service.version"/>
|
1658
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1659
|
+
<param pos="0" name="os.device" value="General"/>
|
1660
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1661
|
+
<param pos="0" name="os.product" value="Windows 95"/>
|
1662
|
+
</fingerprint>
|
1663
|
+
|
1664
|
+
<fingerprint pattern="^Apache[ -]Coyote/(\d\.\d)$">
|
1665
|
+
<example>Apache-Coyote/1.1</example>
|
1666
|
+
<example>Apache Coyote/1.0</example>
|
1667
|
+
<description>HTTP connector for Apache Tomcat to run as a standalone
|
1668
|
+
HTTP server</description>
|
1669
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
1670
|
+
<param pos="0" name="service.product" value="Tomcat"/>
|
1671
|
+
<param pos="0" name="service.family" value="Tomcat"/>
|
1672
|
+
<param pos="0" name="service.component.vendor" value="Apache"/>
|
1673
|
+
<param pos="0" name="service.component.product" value="Coyote"/>
|
1674
|
+
<param pos="0" name="service.component.family" value="Coyote"/>
|
1675
|
+
<param pos="1" name="service.component.version"/>
|
1676
|
+
</fingerprint>
|
1677
|
+
|
1678
|
+
<fingerprint pattern="^Servlet [\d\.]+; JBoss-(\S+) \(build: .*\)/Tomcat-(\S+)$">
|
1679
|
+
<description>JBoss with embedded tomcat</description>
|
1680
|
+
<example>Servlet 2.4; JBoss-4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)/Tomcat-5.5</example>
|
1681
|
+
<param pos="0" name="service.vendor" value="Red Hat"/>
|
1682
|
+
<param pos="0" name="service.product" value="JBoss"/>
|
1683
|
+
<param pos="1" name="service.version"/>
|
1684
|
+
<param pos="0" name="service.component.vendor" value="Apache"/>
|
1685
|
+
<param pos="0" name="service.component.product" value="Tomcat"/>
|
1686
|
+
<param pos="0" name="service.component.family" value="Tomcat"/>
|
1687
|
+
<param pos="2" name="service.component.version"/>
|
1688
|
+
</fingerprint>
|
1689
|
+
|
1690
|
+
<fingerprint pattern="^Servlet [\d\.]+; Tomcat-(\S+)/JBoss-(\S+) \(build: .*\)$">
|
1691
|
+
<description>JBoss with embedded tomcat</description>
|
1692
|
+
<example>Servlet 2.4; Tomcat-5.0.28/JBoss-4.0.1sp1 (build: CVSTag=JBoss_4_0_1_SP1 date=200502160314)</example>
|
1693
|
+
<param pos="0" name="service.vendor" value="Red Hat"/>
|
1694
|
+
<param pos="0" name="service.product" value="JBoss"/>
|
1695
|
+
<param pos="2" name="service.version"/>
|
1696
|
+
<param pos="0" name="service.component.vendor" value="Apache"/>
|
1697
|
+
<param pos="0" name="service.component.product" value="Tomcat"/>
|
1698
|
+
<param pos="0" name="service.component.family" value="Tomcat"/>
|
1699
|
+
<param pos="1" name="service.component.version"/>
|
1700
|
+
</fingerprint>
|
1701
|
+
|
1702
|
+
<fingerprint pattern="^Servlet [\d\.]+; JBoss-([^/]+)(?: \(build.*)?/JBossWeb-(\S+)$">
|
1703
|
+
<description>JBoss with JBossweb</description>
|
1704
|
+
<example>Servlet 2.4; JBoss-4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)/JBossWeb-2.0</example>
|
1705
|
+
<example>Servlet 2.5; JBoss-5.0/JBossWeb-2.1</example>
|
1706
|
+
<param pos="0" name="service.vendor" value="Red Hat"/>
|
1707
|
+
<param pos="0" name="service.product" value="JBoss"/>
|
1708
|
+
<param pos="1" name="service.version"/>
|
1709
|
+
<param pos="0" name="service.component.vendor" value="RedHat"/>
|
1710
|
+
<param pos="0" name="service.component.product" value="JBossWeb"/>
|
1711
|
+
<param pos="2" name="service.component.version"/>
|
1712
|
+
</fingerprint>
|
1713
|
+
|
1714
|
+
<fingerprint pattern="^Servlet/[\d\.]+; JBossAS-(.*)$">
|
1715
|
+
<description>JBoss AS</description>
|
1716
|
+
<example>Servlet/3.0; JBossAS-6</example>
|
1717
|
+
<param pos="0" name="service.vendor" value="Red Hat"/>
|
1718
|
+
<param pos="0" name="service.product" value="JBoss"/>
|
1719
|
+
<param pos="1" name="service.version"/>
|
1720
|
+
</fingerprint>
|
1721
|
+
|
1722
|
+
<fingerprint pattern="^Apache Tomcat/(\d\.[\d.]+)(-LE-jdk14)? \(HTTP/1.1 Connector\)$">
|
1723
|
+
<example>Apache Tomcat/4.0.6 (HTTP/1.1 Connector)</example>
|
1724
|
+
<example>Apache Tomcat/4.1.12 (HTTP/1.1 Connector)</example>
|
1725
|
+
<example>Apache Tomcat/4.1.27-LE-jdk14 (HTTP/1.1 Connector)</example>
|
1726
|
+
<description>HTTP connector for Apache Tomcat to run as a standalone
|
1727
|
+
HTTP server</description>
|
1728
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
1729
|
+
<param pos="0" name="service.family" value="Tomcat"/>
|
1730
|
+
<param pos="0" name="service.product" value="Tomcat"/>
|
1731
|
+
<param pos="1" name="service.version"/>
|
1732
|
+
<param pos="0" name="service.component.vendor" value="Apache"/>
|
1733
|
+
<param pos="0" name="service.component.family" value="Apache Tomcat HTTP Connector"/>
|
1734
|
+
<param pos="0" name="service.component.product" value="Apache Tomcat HTTP Connector"/>
|
1735
|
+
</fingerprint>
|
1736
|
+
|
1737
|
+
<fingerprint pattern="^Tomcat Web Server/(\d\.[\dA-Z.]+)(?: Final)?(?:\s\(([^\)]+)\))?$">
|
1738
|
+
<example>Tomcat Web Server/3.2.2 (JSP 1.1; Servlet 2.2; Java 1.3.1; Windows 2000 5.0 x86; java.vendor=Sun Microsystems Inc.)</example>
|
1739
|
+
<example>Tomcat Web Server/3.2.2 (JSP 1.1; Servlet 2.2; Java 1.4.2_13; Windows 2003 5.2 x86; java.vendor=Sun Microsystems Inc.)</example>
|
1740
|
+
<example>Tomcat Web Server/3.1M1 (JSP 1.1; Servlet 2.2; Java 1.3.1; AIX 5.3 ppc; java.vendor=IBM Corporation)</example>
|
1741
|
+
<example>Tomcat Web Server/3.3.1 Final ( JSP 1.1; Servlet 2.2 )</example>
|
1742
|
+
<description>HTTP connector for Apache Tomcat to run as a standalone
|
1743
|
+
HTTP server</description>
|
1744
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
1745
|
+
<param pos="0" name="service.product" value="Tomcat"/>
|
1746
|
+
<param pos="0" name="service.family" value="Tomcat"/>
|
1747
|
+
<param pos="1" name="service.version"/>
|
1748
|
+
<param pos="2" name="tomcat.info"/>
|
1749
|
+
</fingerprint>
|
1750
|
+
|
1751
|
+
<fingerprint pattern="^Tomcat/(\S+)$">
|
1752
|
+
<example>Tomcat/2.1</example>
|
1753
|
+
<description>Apache tomcat with minimal version information</description>
|
1754
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
1755
|
+
<param pos="0" name="service.product" value="Tomcat"/>
|
1756
|
+
<param pos="0" name="service.family" value="Tomcat"/>
|
1757
|
+
<param pos="1" name="service.version"/>
|
1758
|
+
</fingerprint>
|
1759
|
+
|
1760
|
+
<fingerprint pattern="^PHP/(\S+)$">
|
1761
|
+
<example>PHP/4.4.2-1build1</example>
|
1762
|
+
<example>PHP/5.1.2</example>
|
1763
|
+
<description>PHP</description>
|
1764
|
+
<param pos="0" name="service.component.product" value="PHP"/>
|
1765
|
+
<param pos="1" name="service.component.version"/>
|
1766
|
+
</fingerprint>
|
1767
|
+
|
1768
|
+
<fingerprint pattern="^Oracle Application Server Containers for J2EE 10g \(([\d.]+)\)$">
|
1769
|
+
<example>Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)</example>
|
1770
|
+
<description>Oracle Application Server Containers for J2EE 10g</description>
|
1771
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
1772
|
+
<param pos="0" name="service.product" value="Oracle Application Server Containers"/>
|
1773
|
+
<param pos="0" name="service.family" value="Oracle"/>
|
1774
|
+
<param pos="1" name="service.version"/>
|
1775
|
+
</fingerprint>
|
1776
|
+
|
1777
|
+
<fingerprint pattern="^Oracle Application Server/10g \(([\d.]+)\) Apache/([12][\d.]+)\s*(.*)$">
|
1778
|
+
<example>Oracle Application Server/10g (10.1.2) Apache/1.3.34 (Unix) mod_perl/1.29 mod_jk/1.2.14 OracleAS-Web-Cache-10g/10.1.2.0.2 (N;ecid=119642322340,0)</example>
|
1779
|
+
<description>Oracle Application Server 10g with Apache info (powered by Apache)</description>
|
1780
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
1781
|
+
<param pos="0" name="service.product" value="HTTPD"/>
|
1782
|
+
<param pos="0" name="service.family" value="Apache"/>
|
1783
|
+
<param pos="2" name="service.version"/>
|
1784
|
+
<param pos="3" name="apache.info"/>
|
1785
|
+
<param pos="0" name="apache.variant" value="Oracle"/>
|
1786
|
+
<param pos="1" name="apache.variant.version"/>
|
1787
|
+
</fingerprint>
|
1788
|
+
|
1789
|
+
<!-- TODO: this needs to be improved -->
|
1790
|
+
<fingerprint pattern="^Oracle-Application-Server-\d+[ig](?:[ /]([\d.]+) (?:\(.*\)|Oracle-HTTP-Server\s*(.*)))?$">
|
1791
|
+
<example>Oracle-Application-Server-11g</example>
|
1792
|
+
<example>Oracle-Application-Server-10g</example>
|
1793
|
+
<example>Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server</example>
|
1794
|
+
<example>Oracle-Application-Server-10g/10.1.2.2.0 Oracle-HTTP-Server (Unix) mod_plsql/10.1.2.2.0 mod_ossl/10.1.2.0.0 mod_perl/1.29 OracleAS-Web-Cache-10g/10.1.2.0.2 (N;ecid=89116016562,0)</example>
|
1795
|
+
<example>Oracle-Application-Server-10g/10.1.2.2.0 Oracle-HTTP-Server OracleAS-Web-Cache-10g/10.1.2.2.0 (N;ecid=153541209221,0)</example>
|
1796
|
+
<!--<example>Oracle-Application-Server-11g Oracle-Web-Cache-11g/11.1.1.3.0 (N;ecid=3235591172412599,0:1)</example> -->
|
1797
|
+
<example>Oracle-Application-Server-10g/9.0.4.1.0 Oracle-HTTP-Server</example>
|
1798
|
+
<description>Oracle Application Server 10g (powered by Apache)</description>
|
1799
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
1800
|
+
<param pos="0" name="service.product" value="HTTPD"/>
|
1801
|
+
<param pos="0" name="service.family" value="Apache"/>
|
1802
|
+
<param pos="2" name="apache.info"/>
|
1803
|
+
<param pos="0" name="apache.variant" value="Oracle"/>
|
1804
|
+
<param pos="1" name="apache.variant.version"/>
|
1805
|
+
</fingerprint>
|
1806
|
+
|
1807
|
+
<fingerprint pattern="^Oracle9iAS/([\d.]+) Oracle HTTP Server\s*(.*)$">
|
1808
|
+
<example>Oracle9iAS/9.0.2.3.0 Oracle HTTP Server Oracle9iAS-Web-Cache/9.0.2.3.0 (N)</example>
|
1809
|
+
<example>Oracle9iAS/9.0.3.1 Oracle HTTP Server Oracle9iAS-Web-Cache/9.0.3.1.0 (N)</example>
|
1810
|
+
<description>Oracle 9i Application Server</description>
|
1811
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
1812
|
+
<param pos="0" name="service.product" value="HTTPD"/>
|
1813
|
+
<param pos="0" name="service.family" value="Apache"/>
|
1814
|
+
<param pos="2" name="apache.info"/>
|
1815
|
+
<param pos="0" name="apache.variant" value="Oracle"/>
|
1816
|
+
<param pos="1" name="apache.variant.version"/>
|
1817
|
+
</fingerprint>
|
1818
|
+
|
1819
|
+
<fingerprint pattern="^Oracle HTTP Server Powered by Apache/([12][\d.]*)\s*(.*)$">
|
1820
|
+
<example>Oracle HTTP Server Powered by Apache/1.3.12 (Unix) ApacheJServ/1.1 mod_ssl/2.6.4 OpenSSL/0.9.5a</example>
|
1821
|
+
<example>Oracle HTTP Server Powered by Apache/1.3.19 (Unix) mod_plsql/3.0.9.8.3b PHP/4.3.10 mod_fastcgi/2.2.10 mod_perl/1.25 mod_oprocmgr/1.0</example>
|
1822
|
+
<example>Oracle HTTP Server Powered by Apache/1.3.19 (Win32) mod_ssl/2.8.1 OpenSSL/0.9.5a mod_fastcgi/2.2.10 mod_oprocmgr/1.0 mod_perl/1.25</example>
|
1823
|
+
<description>Oracle HTTP Server (powered by Apache)</description>
|
1824
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
1825
|
+
<param pos="0" name="service.product" value="HTTPD"/>
|
1826
|
+
<param pos="0" name="service.family" value="Apache"/>
|
1827
|
+
<param pos="1" name="service.version"/>
|
1828
|
+
<param pos="2" name="apache.info"/>
|
1829
|
+
<param pos="0" name="apache.variant" value="Oracle"/>
|
1830
|
+
</fingerprint>
|
1831
|
+
|
1832
|
+
<fingerprint pattern="^Oracle HTTP Server Powered by Apache$">
|
1833
|
+
<example>Oracle HTTP Server Powered by Apache</example>
|
1834
|
+
<description>Oracle HTTP Server (powered by Apache)</description>
|
1835
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
1836
|
+
<param pos="0" name="service.product" value="HTTPD"/>
|
1837
|
+
<param pos="0" name="service.family" value="Apache"/>
|
1838
|
+
<param pos="0" name="apache.variant" value="Oracle"/>
|
1839
|
+
</fingerprint>
|
1840
|
+
|
1841
|
+
<fingerprint pattern="^HP Apache-based Web Server/([012][\d.]*)\s*\(Unix\)\s*(.*)$">
|
1842
|
+
<example>HP Apache-based Web Server/1.3.26 (Unix) mod_ssl/2.8.9 OpenSSL/0.9.6c</example>
|
1843
|
+
<example>HP Apache-based Web Server/1.3.26 (Unix)</example>
|
1844
|
+
<description>Apache running on HP-UX</description>
|
1845
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
1846
|
+
<param pos="0" name="service.product" value="HTTPD"/>
|
1847
|
+
<param pos="0" name="service.family" value="Apache"/>
|
1848
|
+
<param pos="1" name="service.version"/>
|
1849
|
+
<param pos="2" name="apache.info"/>
|
1850
|
+
<param pos="0" name="apache.variant" value="HP-UX"/>
|
1851
|
+
<param pos="0" name="os.vendor" value="HP"/>
|
1852
|
+
<param pos="0" name="os.device" value="General"/>
|
1853
|
+
<param pos="0" name="os.family" value="HP-UX"/>
|
1854
|
+
<param pos="0" name="os.product" value="HP-UX"/>
|
1855
|
+
</fingerprint>
|
1856
|
+
|
1857
|
+
<fingerprint pattern="^CompaqHTTPServer/([0-9.]*)(?: HP System Management Homepage(?:/.*)?)?$">
|
1858
|
+
<example>CompaqHTTPServer/9.9 HP System Management Homepage/2.1.5.146</example>
|
1859
|
+
<example>CompaqHTTPServer/9.9 HP System Management Homepage/3.0.1.73 httpd/2.2.6+</example>
|
1860
|
+
<example>CompaqHTTPServer/9.9 HP System Management Homepage/6.0.0.96 httpd/2.2.6+</example>
|
1861
|
+
<example>CompaqHTTPServer/9.9 HP System Management Homepage</example>
|
1862
|
+
<example>CompaqHTTPServer/4.1</example>
|
1863
|
+
<description>HP/Compaq HTTP Server</description>
|
1864
|
+
<param pos="0" name="service.vendor" value="HP"/>
|
1865
|
+
<param pos="0" name="service.product" value="HTTP"/>
|
1866
|
+
<param pos="0" name="service.family" value="Compaq HTTP Server"/>
|
1867
|
+
<param pos="1" name="service.version"/>
|
1868
|
+
</fingerprint>
|
1869
|
+
|
1870
|
+
<fingerprint pattern = "^com.hp.openview.Coda (\d\.\d.\d)$">
|
1871
|
+
<example>com.hp.openview.Coda 0.0.1</example>
|
1872
|
+
<param pos="0" name="service.vendor" value="HP"/>
|
1873
|
+
<param pos="0" name="service.family" value="OpenView"/>
|
1874
|
+
<param pos="0" name="service.product" value="OpenView"/>
|
1875
|
+
<param pos="1" name="service.version"/>
|
1876
|
+
</fingerprint>
|
1877
|
+
|
1878
|
+
<fingerprint pattern = "^com.hp.openview.bbc.LLBServer (\d\.\d.\d\.\d)$">
|
1879
|
+
<example>com.hp.openview.bbc.LLBServer 2.6.8.1</example>
|
1880
|
+
<param pos="0" name="service.vendor" value="HP"/>
|
1881
|
+
<param pos="0" name="service.family" value="OpenView"/>
|
1882
|
+
<param pos="0" name="service.product" value="OpenView"/>
|
1883
|
+
<param pos="1" name="service.version"/>
|
1884
|
+
</fingerprint>
|
1885
|
+
|
1886
|
+
<fingerprint pattern="^Helix Server Version ([0-9.]*) \(win32\) \(RealServer compatible\)$">
|
1887
|
+
<example>Helix Server Version 9.0.4.960 (win32) (RealServer compatible)</example>
|
1888
|
+
<description>RealMedia Helix Server</description>
|
1889
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1890
|
+
<param pos="0" name="os.device" value="General"/>
|
1891
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1892
|
+
<param pos="0" name="os.product" value="Windows"/>
|
1893
|
+
<param pos="0" name="service.vendor" value="RealMedia"/>
|
1894
|
+
<param pos="0" name="service.product" value="HTTP"/>
|
1895
|
+
<param pos="0" name="service.family" value="Helix Server"/>
|
1896
|
+
<param pos="1" name="service.version"/>
|
1897
|
+
</fingerprint>
|
1898
|
+
|
1899
|
+
<fingerprint pattern="^Helix Server Version ([0-9.]*) \(linux-\S+\) \(RealServer compatible\)$">
|
1900
|
+
<example>Helix Server Version 9.0.4.960 (linux-2.2-libc6-i586-server) (RealServer compatible)</example>
|
1901
|
+
<description>RealMedia Helix Server</description>
|
1902
|
+
<param pos="0" name="os.family" value="Linux"/>
|
1903
|
+
<param pos="0" name="os.product" value="Linux"/>
|
1904
|
+
<param pos="0" name="service.vendor" value="RealMedia"/>
|
1905
|
+
<param pos="0" name="service.product" value="HTTP"/>
|
1906
|
+
<param pos="0" name="service.family" value="Helix Server"/>
|
1907
|
+
<param pos="1" name="service.version"/>
|
1908
|
+
</fingerprint>
|
1909
|
+
|
1910
|
+
<fingerprint pattern="^Cougar/([0-9.]*)$">
|
1911
|
+
<example>Cougar/9.01.01.3841</example>
|
1912
|
+
<description>Windows Media Services (older versions)</description>
|
1913
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1914
|
+
<param pos="0" name="os.device" value="General"/>
|
1915
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1916
|
+
<param pos="0" name="os.product" value="Windows"/>
|
1917
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
1918
|
+
<param pos="0" name="service.product" value="HTTP"/>
|
1919
|
+
<param pos="0" name="service.family" value="Windows Media Services"/>
|
1920
|
+
<param pos="1" name="service.version"/>
|
1921
|
+
</fingerprint>
|
1922
|
+
|
1923
|
+
<fingerprint pattern="^WMServer/([0-9.]*)$">
|
1924
|
+
<example>WMServer/9.1.1.3841</example>
|
1925
|
+
<description>Windows Media Services (newer versions)</description>
|
1926
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1927
|
+
<param pos="0" name="os.device" value="General"/>
|
1928
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1929
|
+
<param pos="0" name="os.product" value="Windows"/>
|
1930
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
1931
|
+
<param pos="0" name="service.product" value="HTTP"/>
|
1932
|
+
<param pos="0" name="service.family" value="Windows Media Services"/>
|
1933
|
+
<param pos="1" name="service.version"/>
|
1934
|
+
</fingerprint>
|
1935
|
+
|
1936
|
+
<fingerprint pattern="^Microsoft-HTTPAPI/(?:[0-9\.]*)$">
|
1937
|
+
<example>Microsoft-HTTPAPI/2.0</example>
|
1938
|
+
<description>Generic Microsoft HTTP service</description>
|
1939
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1940
|
+
<param pos="0" name="os.device" value="General"/>
|
1941
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1942
|
+
<param pos="0" name="os.product" value="Windows"/>
|
1943
|
+
</fingerprint>
|
1944
|
+
|
1945
|
+
<fingerprint pattern="^ASP.NET$">
|
1946
|
+
<example>ASP.NET</example>
|
1947
|
+
<description>Something written in ASP.NET</description>
|
1948
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
1949
|
+
<param pos="0" name="os.device" value="General"/>
|
1950
|
+
<param pos="0" name="os.family" value="Windows"/>
|
1951
|
+
<param pos="0" name="os.product" value="Windows"/>
|
1952
|
+
<param pos="0" name="os.certainty" value="0.6"/>
|
1953
|
+
</fingerprint>
|
1954
|
+
|
1955
|
+
<fingerprint pattern="^[Xx]itami$">
|
1956
|
+
<example>Xitami</example>
|
1957
|
+
<description>Xitami web server</description>
|
1958
|
+
<param pos="0" name="service.vendor" value="Xitami"/>
|
1959
|
+
<param pos="0" name="service.product" value="HTTP"/>
|
1960
|
+
<param pos="0" name="service.family" value="Webserver"/>
|
1961
|
+
</fingerprint>
|
1962
|
+
|
1963
|
+
<fingerprint pattern="^VCS-VIDOS-NVR$">
|
1964
|
+
<description>Bosch VCS VIDOS-NVR network video recorder</description>
|
1965
|
+
<example>VCS-VIDOS-NVR</example>
|
1966
|
+
<param pos="0" name="os.vendor" value="Bosch"/>
|
1967
|
+
<param pos="0" name="os.device" value="Video"/>
|
1968
|
+
<param pos="0" name="os.product" value="VIDOS-NVR"/>
|
1969
|
+
</fingerprint>
|
1970
|
+
|
1971
|
+
<fingerprint pattern="^HeiTel GmbH Web Server \[\S+\]$">
|
1972
|
+
<description>HeiTel Digital Video Recorder</description>
|
1973
|
+
<example>HeiTel GmbH Web Server [V1.15/V1.14/V1.3]</example>
|
1974
|
+
<example>HeiTel GmbH Web Server [V1.26/V1.15/V1.7]</example>
|
1975
|
+
<param pos="0" name="os.vendor" value="HeiTel"/>
|
1976
|
+
<param pos="0" name="os.device" value="Video"/>
|
1977
|
+
<param pos="0" name="os.product" value="Unknown"/>
|
1978
|
+
</fingerprint>
|
1979
|
+
|
1980
|
+
|
1981
|
+
<fingerprint pattern="^MiniServ/([0-9.]*)$">
|
1982
|
+
<!-- Potential vendors for MiniServ: http://cryp.to/mini-httpd or http://www.acme.com/software/mini_httpd -->
|
1983
|
+
<example>MiniServ/0.01</example>
|
1984
|
+
<description>mini_httpd</description>
|
1985
|
+
<param pos="0" name="service.product" value="HTTP"/>
|
1986
|
+
<param pos="0" name="service.family" value="WebServer"/>
|
1987
|
+
<param pos="1" name="service.version"/>
|
1988
|
+
</fingerprint>
|
1989
|
+
|
1990
|
+
<fingerprint pattern="^IBM HTTP Server/(V\d+R\d+M\d+)$">
|
1991
|
+
<example>IBM HTTP Server/V5R3M0</example>
|
1992
|
+
<description>IBM HTTP server running on AS/400</description>
|
1993
|
+
<param pos="0" name="service.vendor" value="IBM"/>
|
1994
|
+
<param pos="0" name="service.product" value="HTTP Server"/>
|
1995
|
+
<param pos="0" name="service.family" value="HTTP Server"/>
|
1996
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
1997
|
+
<param pos="0" name="os.vendor" value="IBM"/>
|
1998
|
+
<param pos="0" name="os.device" value="General"/>
|
1999
|
+
<param pos="0" name="os.family" value="OS/400"/>
|
2000
|
+
<param pos="0" name="os.product" value="OS/400"/>
|
2001
|
+
</fingerprint>
|
2002
|
+
|
2003
|
+
<fingerprint pattern="^(?:IBM_HTTP_Server|IBM_HTTP_SERVER)/([\w.-]+)\s+Apache/([12][\d.]+)\s*(.*)$">
|
2004
|
+
<!--
|
2005
|
+
In older IBM HTTP Server versions, the version could contain the
|
2006
|
+
patch set ID (eg, 2.0.47.1-PK29827). -->
|
2007
|
+
<example>IBM_HTTP_SERVER/1.3.19.2 Apache/1.3.20 (Win32)</example>
|
2008
|
+
<example>IBM_HTTP_SERVER/1.3.28.1-PK16139 Apache/1.3.28 (Unix)</example>
|
2009
|
+
<example>IBM_HTTP_Server/1.3.12 Apache/1.3.12 (Unix)</example>
|
2010
|
+
<example>IBM_HTTP_Server/2.0.42.2-PK25355 Apache/2.0.47 (Unix) DAV/2</example>
|
2011
|
+
<example>IBM_HTTP_Server/2.0.47.1-PK01070 Apache/2.0.47 (Win32) PHP/5.0.4</example>
|
2012
|
+
<example>IBM_HTTP_Server/2.0.47.1 Apache/2.0.47 (Unix) DAV/2 PHP/4.3.8</example>
|
2013
|
+
<!--
|
2014
|
+
In the 6.x IBM HTTP Server they use the last part for fix pack number
|
2015
|
+
such as 6.0.2.19 is 6.0.2 FP19 -->
|
2016
|
+
<example>IBM_HTTP_Server/6.0 Apache/2.0.47 (Unix) DAV/2</example>
|
2017
|
+
<example>IBM_HTTP_Server/6.0.2 Apache/2.0.47 (Unix)</example>
|
2018
|
+
<example>IBM_HTTP_Server/6.0.2.19 Apache/2.0.47 (Unix)</example>
|
2019
|
+
<example>IBM_HTTP_Server/6.1 Apache/2.0.47 (Win32) PHP/5.1.1</example>
|
2020
|
+
<description>IBM HTTP Server</description>
|
2021
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
2022
|
+
<param pos="0" name="service.product" value="HTTPD"/>
|
2023
|
+
<param pos="0" name="service.family" value="Apache"/>
|
2024
|
+
<param pos="2" name="service.version"/>
|
2025
|
+
<param pos="3" name="apache.info"/>
|
2026
|
+
<param pos="0" name="apache.variant" value="IBM"/>
|
2027
|
+
<param pos="1" name="apache.variant.version"/>
|
2028
|
+
</fingerprint>
|
2029
|
+
|
2030
|
+
<fingerprint pattern="^(?:IBM_HTTP_SERVER|IBM-HTTP-SERVER)/(\S+)(?: \(\S+\))?$" flags="REG_ICASE">
|
2031
|
+
<example>IBM-HTTP-Server/1.0</example>
|
2032
|
+
<example>IBM_HTTP_Server/7.0.0.9 (Unix)</example>
|
2033
|
+
<description>IBM HTTP Server with hardly useful version info</description>
|
2034
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
2035
|
+
<param pos="0" name="service.product" value="HTTPD"/>
|
2036
|
+
<param pos="0" name="service.family" value="Apache"/>
|
2037
|
+
<param pos="0" name="apache.variant" value="IBM"/>
|
2038
|
+
<param pos="1" name="apache.variant.version"/>
|
2039
|
+
</fingerprint>
|
2040
|
+
|
2041
|
+
<fingerprint pattern="^(?:IBM_HTTP_SERVER|IBM-HTTP-SERVER)$" flags="REG_ICASE">
|
2042
|
+
<example>IBM_HTTP_SERVER</example>
|
2043
|
+
<example>IBM_HTTP_Server</example>
|
2044
|
+
<description>IBM HTTP Server with no version info</description>
|
2045
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
2046
|
+
<param pos="0" name="service.product" value="HTTPD"/>
|
2047
|
+
<param pos="0" name="service.family" value="Apache"/>
|
2048
|
+
<param pos="0" name="apache.variant" value="IBM"/>
|
2049
|
+
</fingerprint>
|
2050
|
+
|
2051
|
+
|
2052
|
+
<!--
|
2053
|
+
Netscape/Sun's Application Server
|
2054
|
+
-->
|
2055
|
+
|
2056
|
+
<fingerprint pattern="^Sun[ -]Java[ -]System[ /]Application[ -]Server( \d\.[\d_]+)?$">
|
2057
|
+
<example>Sun-Java-System/Application-Server</example>
|
2058
|
+
<description>Sun Java System Application Server (formerly iPlanet Application Server,
|
2059
|
+
Sun ONE Application Server)</description>
|
2060
|
+
<param pos="0" name="service.vendor" value="Sun"/>
|
2061
|
+
<param pos="0" name="service.family" value="Java System Application Server"/>
|
2062
|
+
<param pos="0" name="service.product" value="Java System Application Server"/>
|
2063
|
+
<param pos="1" name="service.version"/>
|
2064
|
+
</fingerprint>
|
2065
|
+
|
2066
|
+
<fingerprint pattern="^Sun[ -]Java[ -]System[ /]Application[ -]Server Platform Edition( \d\.[\d_]+)?$">
|
2067
|
+
<example>Sun Java System Application Server Platform Edition 9.0</example>
|
2068
|
+
<example>Sun Java System Application Server Platform Edition 9.0_01</example>
|
2069
|
+
<description>Sun Java System Application Server (formerly iPlanet Application Server,
|
2070
|
+
Sun ONE Application Server)</description>
|
2071
|
+
<param pos="0" name="service.vendor" value="Sun"/>
|
2072
|
+
<param pos="0" name="service.family" value="Java System Application Server"/>
|
2073
|
+
<param pos="0" name="service.product" value="Java System Application Server Platform Edition"/>
|
2074
|
+
<param pos="1" name="service.version"/>
|
2075
|
+
</fingerprint>
|
2076
|
+
|
2077
|
+
<fingerprint pattern="^Sun GlassFish Enterprise Server v(\S+)$">
|
2078
|
+
<description>Glassfish with version information</description>
|
2079
|
+
<example>Sun GlassFish Enterprise Server v2.1</example>
|
2080
|
+
<param pos="0" name="service.vendor" value="Sun"/>
|
2081
|
+
<param pos="0" name="service.product" value="GlassFish"/>
|
2082
|
+
<param pos="1" name="service.version"/>
|
2083
|
+
</fingerprint>
|
2084
|
+
|
2085
|
+
<fingerprint pattern="^GlassFish$">
|
2086
|
+
<description>Glassfish without version information</description>
|
2087
|
+
<example>GlassFish</example>
|
2088
|
+
<param pos="0" name="service.vendor" value="Sun"/>
|
2089
|
+
<param pos="0" name="service.product" value="GlassFish"/>
|
2090
|
+
</fingerprint>
|
2091
|
+
|
2092
|
+
<!--
|
2093
|
+
Netscape/Sun's Web Server
|
2094
|
+
-->
|
2095
|
+
|
2096
|
+
<fingerprint pattern="^Netscape-Enterprise/(\d+\.[\w\s.]+)$">
|
2097
|
+
<example>Netscape-Enterprise/3.5.1</example>
|
2098
|
+
<example>Netscape-Enterprise/3.6 SP3</example>
|
2099
|
+
<example>Netscape-Enterprise/6.0</example>
|
2100
|
+
<description>Netscape Enterprise Server (subsequently iPlanet Web Server,
|
2101
|
+
Sun ONE Web Server, presently Sun Java System Web Server)</description>
|
2102
|
+
<param pos="0" name="service.vendor" value="Sun"/>
|
2103
|
+
<param pos="0" name="service.family" value="Java System Web Server"/>
|
2104
|
+
<param pos="0" name="service.product" value="Java System Web Server"/>
|
2105
|
+
<param pos="1" name="service.version"/>
|
2106
|
+
</fingerprint>
|
2107
|
+
|
2108
|
+
<fingerprint pattern="^(?:Sun-Java-System-Web-Server|Sun-ONE-Web-Server)/(\d\.[\d_]+)$">
|
2109
|
+
<example>Sun-Java-System-Web-Server/7.0</example>
|
2110
|
+
<example>Sun-ONE-Web-Server/6.1</example>
|
2111
|
+
<description>Sun Java System Web Server (formerly Netscape Enterprise Server, iPlanet Web
|
2112
|
+
Server and Sun ONE Web Server)</description>
|
2113
|
+
<param pos="0" name="service.vendor" value="Sun"/>
|
2114
|
+
<param pos="0" name="service.family" value="Java System Web Server"/>
|
2115
|
+
<param pos="0" name="service.product" value="Java System Web Server"/>
|
2116
|
+
<!-- Why is the version not included in the fingerprint ? Is it because
|
2117
|
+
it is a partial version number without the Service Pack number ? -mrb. -->
|
2118
|
+
</fingerprint>
|
2119
|
+
|
2120
|
+
<!--
|
2121
|
+
Netscape/Sun's Web Proxy Server
|
2122
|
+
-->
|
2123
|
+
|
2124
|
+
<!--
|
2125
|
+
Header seen on admin port 8081 (not regular proxy port 8080) of Sun Java
|
2126
|
+
System Web Proxy Server 3.6 Service Pack 4 running on Windows:
|
2127
|
+
|
2128
|
+
Server: Netscape-Administrator/3.54
|
2129
|
+
|
2130
|
+
However this header might be used by Web Server too, so it might be
|
2131
|
+
impossible to differentiate Web Server from Web Proxy Server. Also note how
|
2132
|
+
there seems to be no relation between 3.54 and "3.6 Service Pack 4".
|
2133
|
+
-->
|
2134
|
+
|
2135
|
+
<fingerprint pattern="^iPlanet-Web-Proxy-Server/(.*)$">
|
2136
|
+
<example>iPlanet-Web-Proxy-Server/3.6</example>
|
2137
|
+
<example>iPlanet-Web-Proxy-Server/3.6-SP5</example>
|
2138
|
+
<description>iPlanet WebProxy Server (subsequently Sun ONE WebProxy Server,
|
2139
|
+
presently Sun Java System Web Proxy Server)</description>
|
2140
|
+
<param pos="0" name="service.vendor" value="Sun"/>
|
2141
|
+
<param pos="0" name="service.family" value="Java System Web Proxy Server"/>
|
2142
|
+
<param pos="0" name="service.product" value="Java System Web Proxy Server"/>
|
2143
|
+
<param pos="1" name="service.version"/>
|
2144
|
+
</fingerprint>
|
2145
|
+
|
2146
|
+
<fingerprint pattern="^Sun-ONE-Web-Proxy-Server/(.*)$">
|
2147
|
+
<example>Sun-ONE-Web-Proxy-Server/3.6-SP4</example>
|
2148
|
+
<description>Sun ONE WebProxy Server (formerly iPlanet WebProxy Server,
|
2149
|
+
presently Sun Java System Web Proxy Server)</description>
|
2150
|
+
<param pos="0" name="service.vendor" value="Sun"/>
|
2151
|
+
<param pos="0" name="service.family" value="Java System Web Proxy Server"/>
|
2152
|
+
<param pos="0" name="service.product" value="Java System Web Proxy Server"/>
|
2153
|
+
<param pos="1" name="service.version"/>
|
2154
|
+
</fingerprint>
|
2155
|
+
|
2156
|
+
<fingerprint pattern="^Sun-Java-System-Web-Proxy-Server/([^.]+\.[^.]+\.[^.]+)$">
|
2157
|
+
<example>Sun-Java-System-Web-Proxy-Server/4.0.2</example>
|
2158
|
+
<description>Sun Java System Web Proxy Server (formerly iPlanet WebProxy Server,
|
2159
|
+
Sun ONE WebProxy Server) with full version info</description>
|
2160
|
+
<param pos="0" name="service.vendor" value="Sun"/>
|
2161
|
+
<param pos="0" name="service.family" value="Java System Web Proxy Server"/>
|
2162
|
+
<param pos="0" name="service.product" value="Java System Web Proxy Server"/>
|
2163
|
+
<param pos="1" name="service.version"/>
|
2164
|
+
</fingerprint>
|
2165
|
+
|
2166
|
+
<fingerprint pattern="^Sun-Java-System-Web-Proxy-Server/(4\.\d+)$">
|
2167
|
+
<!-- Some 4.x versions only return a partial version number (4.x instead of 4.x.x). -->
|
2168
|
+
<example>Sun-Java-System-Web-Proxy-Server/4.0</example>
|
2169
|
+
<description>Sun Java System Web Proxy Server (formerly iPlanet WebProxy Server,
|
2170
|
+
Sun ONE WebProxy Server) with partial version info</description>
|
2171
|
+
<param pos="0" name="service.vendor" value="Sun"/>
|
2172
|
+
<param pos="0" name="service.family" value="Java System Web Proxy Server"/>
|
2173
|
+
<param pos="0" name="service.product" value="Java System Web Proxy Server"/>
|
2174
|
+
<!-- don't specify the version as it is only partially known -->
|
2175
|
+
</fingerprint>
|
2176
|
+
|
2177
|
+
<fingerprint pattern="^Sun-ILOM-Web-Server/(\d\.[\d._]+)$">
|
2178
|
+
<example>Sun-ILOM-Web-Server/1.0</example>
|
2179
|
+
<description>Sun Integrated Lights Out Manager (ILOM) usually
|
2180
|
+
bundled with Sun Fire servers</description>
|
2181
|
+
<param pos="0" name="service.vendor" value="Sun"/>
|
2182
|
+
<param pos="0" name="service.product" value="Integrated Lights Out Manager"/>
|
2183
|
+
<param pos="0" name="service.family" value="Integrated Lights Out Manager"/>
|
2184
|
+
<param pos="0" name="hw.vendor" value="Sun"/>
|
2185
|
+
<param pos="0" name="hw.family" value="Sun Fire"/>
|
2186
|
+
</fingerprint>
|
2187
|
+
|
2188
|
+
<!--
|
2189
|
+
TODO:
|
2190
|
+
|
2191
|
+
Sun_WebServer/2.1
|
2192
|
+
-->
|
2193
|
+
|
2194
|
+
<fingerprint pattern="^Jetty/(\d+\.[\d.]+)(?: \((.*)\))?$">
|
2195
|
+
<example>Jetty/4.0.1 (SunOS 5.8 sparc)</example>
|
2196
|
+
<example>Jetty/4.2.23 (SunOS/5.9 sparc java/1.4.2_04)</example>
|
2197
|
+
<example>Jetty/5.1.10 (Linux/2.6.12 i386 java/1.5.0_05)</example>
|
2198
|
+
<description>Mort Bay Jetty</description>
|
2199
|
+
<param pos="0" name="service.vendor" value="Mort Bay"/>
|
2200
|
+
<param pos="0" name="service.product" value="Jetty"/>
|
2201
|
+
<param pos="0" name="service.family" value="Jetty"/>
|
2202
|
+
<param pos="1" name="service.version"/>
|
2203
|
+
<param pos="2" name="jetty.info"/>
|
2204
|
+
</fingerprint>
|
2205
|
+
|
2206
|
+
<!-- Catch-all for Jetty verstions using the Jetty/version format. -->
|
2207
|
+
<fingerprint pattern="^Jetty/(\S+) \(.*$">
|
2208
|
+
<example>Jetty/4.2.x (VxWorks/WIND version 2.9 ppc java/1.1-rr-std-b12)</example>
|
2209
|
+
<param pos="0" name="service.vendor" value="Mort Bay"/>
|
2210
|
+
<param pos="0" name="service.product" value="Jetty"/>
|
2211
|
+
<param pos="0" name="service.family" value="Jetty"/>
|
2212
|
+
<param pos="1" name="service.version"/>
|
2213
|
+
</fingerprint>
|
2214
|
+
|
2215
|
+
<fingerprint pattern="^Jetty\((\S+)\)$">
|
2216
|
+
<example>Jetty(6.1.7)</example>
|
2217
|
+
<description>Mort Bay Jetty</description>
|
2218
|
+
<param pos="0" name="service.vendor" value="Mort Bay"/>
|
2219
|
+
<param pos="0" name="service.product" value="Jetty"/>
|
2220
|
+
<param pos="0" name="service.family" value="Jetty"/>
|
2221
|
+
<param pos="1" name="service.version"/>
|
2222
|
+
</fingerprint>
|
2223
|
+
|
2224
|
+
<fingerprint pattern="^[Ss]quid/(\d+\.[\w.]+)$">
|
2225
|
+
<example>Squid/2.3.STABLE1</example>
|
2226
|
+
<example>squid/2.5.12.cc1.29</example>
|
2227
|
+
<example>squid/2.6.STABLE13</example>
|
2228
|
+
<description>Squid Web </description>
|
2229
|
+
<param pos="0" name="service.product" value="Squid"/>
|
2230
|
+
<param pos="0" name="service.family" value="Squid"/>
|
2231
|
+
<param pos="1" name="service.version"/>
|
2232
|
+
</fingerprint>
|
2233
|
+
|
2234
|
+
<fingerprint pattern="^thttpd/(\d\.[\w.]+)-MX\s*.*$">
|
2235
|
+
<example>thttpd/2.19-MX Jan 24 2006</example>
|
2236
|
+
<description>thttpd with SSL support</description>
|
2237
|
+
<param pos="0" name="service.product" value="thttpd"/>
|
2238
|
+
<param pos="0" name="service.family" value="thttpd"/>
|
2239
|
+
<param pos="1" name="service.version"/>
|
2240
|
+
<param pos="0" name="thttpd.mx-patch" value="enabled"/>
|
2241
|
+
</fingerprint>
|
2242
|
+
|
2243
|
+
<fingerprint pattern="^thttpd(?:/(\d\.[\w.]+)\s*.*)?$">
|
2244
|
+
<example>thttpd</example>
|
2245
|
+
<example>thttpd/2.04 10aug98</example>
|
2246
|
+
<example>thttpd/2.20b</example>
|
2247
|
+
<example>thttpd/2.21b PHP/20030920</example>
|
2248
|
+
<example>thttpd/2.23beta1 26may2002</example>
|
2249
|
+
<description>thttpd</description>
|
2250
|
+
<param pos="0" name="service.product" value="thttpd"/>
|
2251
|
+
<param pos="0" name="service.family" value="thttpd"/>
|
2252
|
+
<param pos="1" name="service.version"/>
|
2253
|
+
</fingerprint>
|
2254
|
+
|
2255
|
+
<fingerprint pattern="^lighttpd(?:/(\d[\d.]+))?.*$">
|
2256
|
+
<example>lighttpd</example>
|
2257
|
+
<example>lighttpd/1.4.16</example>
|
2258
|
+
<example>lighttpd/1.4.16</example>
|
2259
|
+
<example>lighttpd/1.3.7 (Mar 23 2007/16:00:15)</example>
|
2260
|
+
<description>Lighttpd</description>
|
2261
|
+
<param pos="0" name="service.product" value="lighttpd"/>
|
2262
|
+
<param pos="0" name="service.family" value="lighttpd"/>
|
2263
|
+
<param pos="1" name="service.version"/>
|
2264
|
+
</fingerprint>
|
2265
|
+
|
2266
|
+
<fingerprint pattern="^nginx/(\S+)">
|
2267
|
+
<description>nginx with version info</description>
|
2268
|
+
<example>nginx/0.8.53 + Phusion Passenger 3.0.0 (mod_rails/mod_rack)</example>
|
2269
|
+
<example>nginx/0.8.53</example>
|
2270
|
+
<param pos="0" name="service.product" value="nginx"/>
|
2271
|
+
<param pos="0" name="service.family" value="nginx"/>
|
2272
|
+
<param pos="1" name="service.version"/>
|
2273
|
+
</fingerprint>
|
2274
|
+
|
2275
|
+
<fingerprint pattern="^nginx$">
|
2276
|
+
<description>nginx without version info</description>
|
2277
|
+
<example>nginx</example>
|
2278
|
+
<param pos="0" name="service.product" value="nginx"/>
|
2279
|
+
<param pos="0" name="service.family" value="nginx"/>
|
2280
|
+
</fingerprint>
|
2281
|
+
|
2282
|
+
<fingerprint pattern="^Lotus(?:-Domino)?(?:/|/0|/Release)?$">
|
2283
|
+
<example>Lotus</example>
|
2284
|
+
<example>Lotus-Domino</example>
|
2285
|
+
<example>Lotus-Domino/0</example>
|
2286
|
+
<example>Lotus-Domino/Release</example>
|
2287
|
+
<description>IBM Lotus Notes/Domino with no useful version info</description>
|
2288
|
+
<param pos="0" name="service.vendor" value="IBM"/>
|
2289
|
+
<param pos="0" name="service.product" value="Lotus Domino"/>
|
2290
|
+
<param pos="0" name="service.family" value="Lotus Domino"/>
|
2291
|
+
</fingerprint>
|
2292
|
+
|
2293
|
+
<fingerprint pattern="^Lotus(?:-Domino)?/(?:Release-?)?([4-7][\d.]+)\s*(.*)$">
|
2294
|
+
<example>Lotus-Domino/5.0.8</example>
|
2295
|
+
<example>Lotus-Domino/Release-4.6.7(Intl)</example>
|
2296
|
+
<description>IBM Lotus Notes/Domino with version info</description>
|
2297
|
+
<param pos="0" name="service.vendor" value="IBM"/>
|
2298
|
+
<param pos="0" name="service.product" value="Lotus Domino"/>
|
2299
|
+
<param pos="0" name="service.family" value="Lotus Domino"/>
|
2300
|
+
<param pos="1" name="service.version"/>
|
2301
|
+
</fingerprint>
|
2302
|
+
|
2303
|
+
<fingerprint pattern="^WebLogic (?:WebLogic )?Server (\d+\.\d+(\s+SP\d+)?)\s+.*$">
|
2304
|
+
<example>WebLogic Server 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973</example>
|
2305
|
+
<example>WebLogic Server 7.0 SP4 Tue Aug 12 11:22:26 PDT 2003</example>
|
2306
|
+
<example>WebLogic WebLogic Server 6.1 SP4 11/08/2002 21:50:43 #221641</example>
|
2307
|
+
<description>BEA WebLogic</description>
|
2308
|
+
<param pos="0" name="service.vendor" value="BEA"/>
|
2309
|
+
<param pos="0" name="service.product" value="WebLogic"/>
|
2310
|
+
<param pos="0" name="service.family" value="WebLogic"/>
|
2311
|
+
<param pos="1" name="service.version"/>
|
2312
|
+
</fingerprint>
|
2313
|
+
|
2314
|
+
<fingerprint pattern="^WebSphere Application Server/(\d+\.\d+)$">
|
2315
|
+
<example>WebSphere Application Server/5.0</example>
|
2316
|
+
<example>WebSphere Application Server/6.1</example>
|
2317
|
+
<description>IBM WebSphere</description>
|
2318
|
+
<param pos="0" name="service.vendor" value="IBM"/>
|
2319
|
+
<param pos="0" name="service.product" value="WebSphere"/>
|
2320
|
+
<param pos="0" name="service.family" value="WebSphere"/>
|
2321
|
+
<param pos="1" name="service.version"/>
|
2322
|
+
</fingerprint>
|
2323
|
+
|
2324
|
+
<fingerprint pattern="^Resin/(\S+)$">
|
2325
|
+
<example>Resin/2.1.13</example>
|
2326
|
+
<example>Resin/3.0.23</example>
|
2327
|
+
<example>Resin/2.1.s030827</example>
|
2328
|
+
<description>Caucho Resin</description>
|
2329
|
+
<param pos="0" name="service.vendor" value="Caucho"/>
|
2330
|
+
<param pos="0" name="service.product" value="Resin"/>
|
2331
|
+
<param pos="0" name="service.family" value="Resin"/>
|
2332
|
+
<param pos="1" name="service.version"/>
|
2333
|
+
</fingerprint>
|
2334
|
+
|
2335
|
+
<fingerprint pattern="^Ipswitch-IMail/(\d\.\d+)$">
|
2336
|
+
<example>Ipswitch-IMail/5.08</example>
|
2337
|
+
<example>Ipswitch-IMail/7.07</example>
|
2338
|
+
<example>Ipswitch-IMail/8.05</example>
|
2339
|
+
<description>Ipswitch IMail Server</description>
|
2340
|
+
<param pos="0" name="service.vendor" value="Ipswitch"/>
|
2341
|
+
<param pos="0" name="service.product" value="IMail Server"/>
|
2342
|
+
<param pos="0" name="service.family" value="IMail Server"/>
|
2343
|
+
<param pos="1" name="service.version"/>
|
2344
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
2345
|
+
<param pos="0" name="os.device" value="General"/>
|
2346
|
+
<param pos="0" name="os.family" value="Windows"/>
|
2347
|
+
<param pos="0" name="os.product" value="Windows"/>
|
2348
|
+
</fingerprint>
|
2349
|
+
|
2350
|
+
<fingerprint pattern="^Abyss/(\d\.[\d.]+)-X1-Win32 AbyssLib/(\d\.[\d.]+)$">
|
2351
|
+
<example>Abyss/2.0.0.20-X1-Win32 AbyssLib/2.0.0.20</example>
|
2352
|
+
<example>Abyss/2.3.2-X1-Win32 AbyssLib/2.3.2</example>
|
2353
|
+
<description>Aprelium Technologies Abyss Web Server X1
|
2354
|
+
(free personal edition) on Windows</description>
|
2355
|
+
<param pos="0" name="service.vendor" value="Aprelium Technologies"/>
|
2356
|
+
<param pos="0" name="service.product" value="Abyss Web Server X1"/>
|
2357
|
+
<param pos="0" name="service.family" value="Abyss Web Server"/>
|
2358
|
+
<param pos="1" name="service.version"/>
|
2359
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
2360
|
+
<param pos="0" name="os.device" value="General"/>
|
2361
|
+
<param pos="0" name="os.family" value="Windows"/>
|
2362
|
+
<param pos="0" name="os.product" value="Windows"/>
|
2363
|
+
</fingerprint>
|
2364
|
+
|
2365
|
+
<fingerprint pattern="^Abyss/(\d\.[\d.]+)-X2-Win32 AbyssLib/(\d\.[\d.]+)$">
|
2366
|
+
<!-- Abyss/2.0.0.20-X2-Win32 AbyssLib/2.0.0.20 -->
|
2367
|
+
<description>Aprelium Technologies Abyss Web Server X2
|
2368
|
+
(licensed professional edition) on Windows</description>
|
2369
|
+
<param pos="0" name="service.vendor" value="Aprelium Technologies"/>
|
2370
|
+
<param pos="0" name="service.product" value="Abyss Web Server X1"/>
|
2371
|
+
<param pos="0" name="service.family" value="Abyss Web Server"/>
|
2372
|
+
<param pos="1" name="service.version"/>
|
2373
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
2374
|
+
<param pos="0" name="os.device" value="General"/>
|
2375
|
+
<param pos="0" name="os.family" value="Windows"/>
|
2376
|
+
<param pos="0" name="os.product" value="Windows"/>
|
2377
|
+
</fingerprint>
|
2378
|
+
|
2379
|
+
<fingerprint pattern="^Microsoft (Commerce Server\s*(?:2002|2007)?, (?:Enterprise|Standard|Evaluation|Developer) Edition)$">
|
2380
|
+
<!-- Microsoft Commerce Server 2002, Enterprise Edition
|
2381
|
+
Microsoft Commerce Server 2002, Standard Edition
|
2382
|
+
Microsoft Commerce Server, Enterprise Edition
|
2383
|
+
-->
|
2384
|
+
<description>Microsoft Commerce Server</description>
|
2385
|
+
<param pos="0" name="service.vendor" value="Microsoft"/>
|
2386
|
+
<param pos="1" name="service.product"/>
|
2387
|
+
<param pos="0" name="service.family" value="Commerce Server"/>
|
2388
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
2389
|
+
<param pos="0" name="os.device" value="General"/>
|
2390
|
+
<param pos="0" name="os.family" value="Windows"/>
|
2391
|
+
<param pos="0" name="os.product" value="Windows"/>
|
2392
|
+
</fingerprint>
|
2393
|
+
|
2394
|
+
<fingerprint pattern="^NetWare-Enterprise-Web-Server/(\d+\.\d+)$">
|
2395
|
+
<!-- NetWare-Enterprise-Web-Server/5.1 -->
|
2396
|
+
<description>NetWare Enterprise Web Server (runs on NetWare 5.1)</description>
|
2397
|
+
<param pos="0" name="service.vendor" value="Novell"/>
|
2398
|
+
<param pos="0" name="service.product" value="NetWare Enterprise Web Server"/>
|
2399
|
+
<param pos="0" name="service.family" value="NetWare Enterprise Web Server"/>
|
2400
|
+
<param pos="1" name="service.version"/>
|
2401
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
2402
|
+
<param pos="0" name="os.vendor" value="Novell"/>
|
2403
|
+
<param pos="0" name="os.device" value="General"/>
|
2404
|
+
<param pos="0" name="os.family" value="NetWare"/>
|
2405
|
+
<param pos="0" name="os.product" value="NetWare"/>
|
2406
|
+
<param pos="1" name="os.version"/>
|
2407
|
+
</fingerprint>
|
2408
|
+
|
2409
|
+
<fingerprint pattern="^NetWare HTTP Stack$">
|
2410
|
+
<!-- NetWare HTTP Stack -->
|
2411
|
+
<description>NetWare HTTP stack (runs on 6.0 and 6.5)</description>
|
2412
|
+
<param pos="0" name="service.vendor" value="Novell"/>
|
2413
|
+
<param pos="0" name="service.product" value="NetWare HTTP Stack"/>
|
2414
|
+
<param pos="0" name="service.family" value="NetWare HTTP Stack"/>
|
2415
|
+
<param pos="0" name="os.vendor" value="Novell"/>
|
2416
|
+
<param pos="0" name="os.device" value="General"/>
|
2417
|
+
<param pos="0" name="os.family" value="NetWare"/>
|
2418
|
+
<param pos="0" name="os.product" value="NetWare"/>
|
2419
|
+
</fingerprint>
|
2420
|
+
|
2421
|
+
<fingerprint pattern="^Novell-HTTP-Server/3.1R1$">
|
2422
|
+
<!-- Novell-HTTP-Server/3.1R1 -->
|
2423
|
+
<description>NetWare HTTP Server (runs on NetWare 4.11)</description>
|
2424
|
+
<param pos="0" name="service.vendor" value="Novell"/>
|
2425
|
+
<param pos="0" name="service.product" value="NetWare HTTP Server"/>
|
2426
|
+
<param pos="0" name="service.family" value="NetWare HTTP Server"/>
|
2427
|
+
<param pos="0" name="service.version" value="3.1R1"/>
|
2428
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
2429
|
+
<param pos="0" name="os.vendor" value="Novell"/>
|
2430
|
+
<param pos="0" name="os.device" value="General"/>
|
2431
|
+
<param pos="0" name="os.family" value="NetWare"/>
|
2432
|
+
<param pos="0" name="os.product" value="NetWare"/>
|
2433
|
+
<param pos="0" name="os.version" value="4.11"/>
|
2434
|
+
</fingerprint>
|
2435
|
+
|
2436
|
+
<fingerprint pattern="^Novell-HTTP-Server/2.51R1$">
|
2437
|
+
<!-- Novell-HTTP-Server/2.51R1 -->
|
2438
|
+
<description>NetWare HTTP Server (runs on NetWare 4.1)</description>
|
2439
|
+
<param pos="0" name="service.vendor" value="Novell"/>
|
2440
|
+
<param pos="0" name="service.product" value="NetWare HTTP Server"/>
|
2441
|
+
<param pos="0" name="service.family" value="NetWare HTTP Server"/>
|
2442
|
+
<param pos="0" name="service.version" value="2.51R1"/>
|
2443
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
2444
|
+
<param pos="0" name="os.vendor" value="Novell"/>
|
2445
|
+
<param pos="0" name="os.device" value="General"/>
|
2446
|
+
<param pos="0" name="os.family" value="NetWare"/>
|
2447
|
+
<param pos="0" name="os.product" value="NetWare"/>
|
2448
|
+
<param pos="0" name="os.version" value="4.1"/>
|
2449
|
+
</fingerprint>
|
2450
|
+
|
2451
|
+
<fingerprint pattern="^Netscape-FastTrack/(\d+\.[\w\s.]+)$">
|
2452
|
+
<!-- Netscape-FastTrack/4.1 -->
|
2453
|
+
<description>Netscape FastTrack Server</description>
|
2454
|
+
<param pos="0" name="service.vendor" value="Netscape"/>
|
2455
|
+
<param pos="0" name="service.product" value="FastTrack Server"/>
|
2456
|
+
<param pos="0" name="service.family" value="FastTrack Server"/>
|
2457
|
+
<param pos="1" name="service.version"/>
|
2458
|
+
</fingerprint>
|
2459
|
+
|
2460
|
+
<fingerprint pattern="^Netscape-Commerce/(\d+\.[\w\s.]+)$">
|
2461
|
+
<!-- Netscape-Commerce/1.12 -->
|
2462
|
+
<description>Netscape Commerce Server</description>
|
2463
|
+
<param pos="0" name="service.vendor" value="Netscape"/>
|
2464
|
+
<param pos="0" name="service.product" value="Commerce Server"/>
|
2465
|
+
<param pos="0" name="service.family" value="Commerce Server"/>
|
2466
|
+
<param pos="1" name="service.version"/>
|
2467
|
+
</fingerprint>
|
2468
|
+
|
2469
|
+
<!--
|
2470
|
+
TODO
|
2471
|
+
|
2472
|
+
"Powered by PowerBSD - Apache"
|
2473
|
+
"SSE(Apache)"
|
2474
|
+
-->
|
2475
|
+
|
2476
|
+
<fingerprint pattern="^SAP J2EE Engine/(\d+\.\d+)$">
|
2477
|
+
<!-- SAP J2EE Engine/6.40 -->
|
2478
|
+
<description>SAP NetWeaver Web AS (Application Server)</description>
|
2479
|
+
<param pos="0" name="service.vendor" value="SAP"/>
|
2480
|
+
<param pos="0" name="service.product" value="NetWeaver Web AS"/>
|
2481
|
+
<param pos="0" name="service.family" value="NetWeaver"/>
|
2482
|
+
<param pos="1" name="service.version"/>
|
2483
|
+
</fingerprint>
|
2484
|
+
|
2485
|
+
<fingerprint pattern="^SonicWALL (SSL-VPN(?: (\d+))?) Web Server\.?$">
|
2486
|
+
<!-- SonicWALL SSL-VPN 200 Web Server.
|
2487
|
+
SonicWALL SSL-VPN Web Server
|
2488
|
+
-->
|
2489
|
+
<description>SonicWALL SSL-VPN device</description>
|
2490
|
+
<param pos="0" name="service.vendor" value="SonicWALL"/>
|
2491
|
+
<param pos="0" name="service.product" value="SSL-VPN"/>
|
2492
|
+
<param pos="0" name="service.family" value="SSL-VPN"/>
|
2493
|
+
<param pos="0" name="os.vendor" value="SonicWALL"/>
|
2494
|
+
<param pos="0" name="os.device" value="VPN"/>
|
2495
|
+
<param pos="0" name="os.family" value="SSL-VPN"/>
|
2496
|
+
<param pos="1" name="os.product"/>
|
2497
|
+
</fingerprint>
|
2498
|
+
|
2499
|
+
<fingerprint pattern="^SonicWALL$">
|
2500
|
+
<description>SonicWALL device</description>
|
2501
|
+
<param pos="0" name="service.vendor" value="SonicWALL"/>
|
2502
|
+
<param pos="0" name="service.product" value="HTTP"/>
|
2503
|
+
<param pos="0" name="os.vendor" value="SonicWALL"/>
|
2504
|
+
<param pos="0" name="os.product" value="Unknown"/>
|
2505
|
+
</fingerprint>
|
2506
|
+
|
2507
|
+
<fingerprint pattern="^NetCache appliance \(NetApp/+(\d+\.\d+[\w.]+)\)$">
|
2508
|
+
<example>NetCache appliance (NetApp/5.3.1R3)</example>
|
2509
|
+
<example>NetCache appliance (NetApp/5.4R2D2)</example>
|
2510
|
+
<example>NetCache appliance (NetApp/5.6.1D22)</example>
|
2511
|
+
<example>NetCache appliance (NetApp/6.0.2P1)</example>
|
2512
|
+
<example>NetCache appliance (NetApp/6.0.4)</example>
|
2513
|
+
<example>NetCache appliance (NetApp/6.1RC2)</example>
|
2514
|
+
<description>NetCache appliance (product line formerly owned by Network Appliances,
|
2515
|
+
now owned by Blue Coat Systems).</description>
|
2516
|
+
<param pos="0" name="service.vendor" value="Blue Coat"/>
|
2517
|
+
<param pos="0" name="service.family" value="NetCache"/>
|
2518
|
+
<param pos="0" name="service.product" value="NetCache"/>
|
2519
|
+
<param pos="1" name="service.version"/>
|
2520
|
+
<param pos="0" name="os.vendor" value="Blue Coat"/>
|
2521
|
+
<param pos="0" name="os.device" value="Web proxy"/>
|
2522
|
+
<param pos="0" name="os.family" value="NetCache"/>
|
2523
|
+
<param pos="0" name="os.product" value="NetCache"/>
|
2524
|
+
</fingerprint>
|
2525
|
+
|
2526
|
+
<fingerprint pattern="^NetApp/+(.*)$">
|
2527
|
+
<description>NetApp file servers</description>
|
2528
|
+
<example>NetApp/7.3.4P1</example>
|
2529
|
+
<example>NetApp/7.2.1.1</example>
|
2530
|
+
<example>NetApp//8.1RC2</example>
|
2531
|
+
<!-- Certainty for NetApp is raised to override the 0.85 certainty generic Windows 2000 fingerprint -->
|
2532
|
+
<param pos="0" name="os.certainty" value="0.9"/>
|
2533
|
+
<param pos="0" name="os.vendor" value="NetApp"/>
|
2534
|
+
<param pos="0" name="os.family" value="Data ONTAP"/>
|
2535
|
+
<param pos="0" name="os.product" value="Data ONTAP"/>
|
2536
|
+
<param pos="0" name="os.device" value="File server"/>
|
2537
|
+
<param pos="1" name="os.version"/>
|
2538
|
+
</fingerprint>
|
2539
|
+
|
2540
|
+
<fingerprint pattern="^BlueCoat-Security-Appliance$">
|
2541
|
+
<description>Blue Coat security appliance</description>
|
2542
|
+
<example>BlueCoat-Security-Appliance</example>
|
2543
|
+
<param pos="0" name="os.vendor" value="Blue Coat"/>
|
2544
|
+
<param pos="0" name="os.device" value="Web proxy"/>
|
2545
|
+
<param pos="0" name="os.family" value="Blue Coat"/>
|
2546
|
+
<param pos="0" name="os.product" value="Appliance"/>
|
2547
|
+
</fingerprint>
|
2548
|
+
|
2549
|
+
<fingerprint pattern="^(?:BigIP|BIG-IP)$">
|
2550
|
+
<description>F5 BIG-IP</description>
|
2551
|
+
<param pos="0" name="service.vendor" value="F5 Labs"/>
|
2552
|
+
<param pos="0" name="service.product" value="BIG-IP"/>
|
2553
|
+
<param pos="0" name="service.family" value="BIG-IP"/>
|
2554
|
+
<param pos="0" name="os.vendor" value="F5 Labs"/>
|
2555
|
+
<param pos="0" name="os.device" value="Load balancer"/>
|
2556
|
+
<param pos="0" name="os.family" value="BIG-IP"/>
|
2557
|
+
<param pos="0" name="os.product" value="BIG-IP"/>
|
2558
|
+
</fingerprint>
|
2559
|
+
|
2560
|
+
<fingerprint pattern="^Foundry Networks(?:/(\d+\.\d+))?$">
|
2561
|
+
<!-- Foundry Networks
|
2562
|
+
Foundry Networks/2.20
|
2563
|
+
-->
|
2564
|
+
<description>Foundry Networks device (though not sure which)</description>
|
2565
|
+
<param pos="0" name="service.vendor" value="Foundry"/>
|
2566
|
+
<param pos="0" name="service.product" value="HTTP"/>
|
2567
|
+
<param pos="1" name="service.version"/>
|
2568
|
+
<param pos="0" name="os.vendor" value="Foundry"/>
|
2569
|
+
<param pos="0" name="os.product" value="Unknown"/>
|
2570
|
+
</fingerprint>
|
2571
|
+
|
2572
|
+
<fingerprint pattern="^HP-Chai(?:Server|SOE)/(\d+\.\d+)$">
|
2573
|
+
<example>HP-ChaiServer/2.2</example>
|
2574
|
+
<example>HP-ChaiSOE/1.0</example>
|
2575
|
+
<description>HP Printer running the Chai embedded web server</description>
|
2576
|
+
<param pos="0" name="service.vendor" value="HP"/>
|
2577
|
+
<param pos="0" name="service.product" value="JetDirect"/>
|
2578
|
+
<param pos="0" name="service.family" value="JetDirect"/>
|
2579
|
+
<param pos="0" name="os.vendor" value="HP"/>
|
2580
|
+
<param pos="0" name="os.device" value="Printer"/>
|
2581
|
+
<param pos="0" name="os.family" value="JetDirect"/>
|
2582
|
+
<param pos="0" name="os.product" value="JetDirect"/>
|
2583
|
+
</fingerprint>
|
2584
|
+
|
2585
|
+
<fingerprint pattern="^HP HTTP Server; HP ((\S+) \S+)">
|
2586
|
+
<description>HP Printer</description>
|
2587
|
+
<example>HP HTTP Server; HP Photosmart C309a series - CC335A; Serial Number: abc123; Vader Built:Wed Apr 15, 2009 11:40:58AM {abc123, ASIC id 0x00280004}</example>
|
2588
|
+
<example>HP HTTP Server; HP Officejet 6500 E709n - CB057A; Serial Number: abc123; Rainbow Built:Sat Dec 13, 2008 10:58:21AM {abc123, ASIC id 0x00ffc2105}</example>
|
2589
|
+
<param pos="0" name="service.vendor" value="HP"/>
|
2590
|
+
<param pos="0" name="service.product" value="JetDirect"/>
|
2591
|
+
<param pos="0" name="service.family" value="JetDirect"/>
|
2592
|
+
<param pos="0" name="os.vendor" value="HP"/>
|
2593
|
+
<param pos="0" name="os.device" value="Printer"/>
|
2594
|
+
<param pos="2" name="os.family"/>
|
2595
|
+
<param pos="1" name="os.product"/>
|
2596
|
+
</fingerprint>
|
2597
|
+
|
2598
|
+
|
2599
|
+
<fingerprint pattern="^HTTP/1\.0$">
|
2600
|
+
<!--
|
2601
|
+
HTTP/1.0
|
2602
|
+
-->
|
2603
|
+
<description>Old HP printers identify themselves as "HTTP/1.0"</description>
|
2604
|
+
<param pos="0" name="service.vendor" value="HP"/>
|
2605
|
+
<param pos="0" name="service.product" value="JetDirect"/>
|
2606
|
+
<param pos="0" name="service.family" value="JetDirect"/>
|
2607
|
+
<param pos="0" name="os.vendor" value="HP"/>
|
2608
|
+
<param pos="0" name="os.device" value="Printer"/>
|
2609
|
+
<param pos="0" name="os.family" value="JetDirect"/>
|
2610
|
+
<param pos="0" name="os.product" value="JetDirect"/>
|
2611
|
+
</fingerprint>
|
2612
|
+
|
2613
|
+
<!-- This is not the normal form (with a space before version).
|
2614
|
+
Since this version is vulnerable to a DoS attack, I suspect
|
2615
|
+
it is actually a bogus banner generated by a honeypot.
|
2616
|
+
|
2617
|
+
Allegro-Software-RomPager/ 2.10
|
2618
|
+
-->
|
2619
|
+
<fingerprint pattern="^(?:Allegro-Software-)?RomPager/(\S+)">
|
2620
|
+
<description>Embedded HTTP server used by many vendors and device
|
2621
|
+
types, including APC, 3Com, Andover Controls, Cisco VoIP, D-Link,
|
2622
|
+
Extreme Networks, Foundry Networks, Konica Minolta, Kronos
|
2623
|
+
Timekeeper, McDATA, Netopia, Nortel Networks, Power Measurement Ltd,
|
2624
|
+
and Xerox.</description>
|
2625
|
+
<example>RomPager/4.07 UPnP/1.0</example>
|
2626
|
+
<example>Allegro-Software-RomPager/4.30b3</example>
|
2627
|
+
<param pos="0" name="service.vendor" value="Allegro"/>
|
2628
|
+
<param pos="0" name="service.product" value="RomPager"/>
|
2629
|
+
<param pos="1" name="service.version"/>
|
2630
|
+
</fingerprint>
|
2631
|
+
|
2632
|
+
<fingerprint pattern="^YAMAHA-RT$">
|
2633
|
+
<!-- YAMAHA-RT -->
|
2634
|
+
<description>Yamaha RT series routers</description>
|
2635
|
+
<param pos="0" name="service.vendor" value="Yamaha"/>
|
2636
|
+
<param pos="0" name="service.product" value="RT"/>
|
2637
|
+
<param pos="0" name="service.family" value="RT"/>
|
2638
|
+
<param pos="0" name="os.vendor" value="Yamaha"/>
|
2639
|
+
<param pos="0" name="os.device" value="Router"/>
|
2640
|
+
<param pos="0" name="os.family" value="RT"/>
|
2641
|
+
<param pos="0" name="os.product" value="RT"/>
|
2642
|
+
</fingerprint>
|
2643
|
+
|
2644
|
+
<fingerprint pattern="^(?:Canon Http|CANON HTTP) Server (?:Ver)?(\d+\.\d+)$">
|
2645
|
+
<!-- Canon Http Server 2.10
|
2646
|
+
CANON HTTP Server Ver2.21
|
2647
|
+
-->
|
2648
|
+
<description>Canon device running embedded web server, though
|
2649
|
+
not sure if this is a printer or network camera</description>
|
2650
|
+
<param pos="0" name="service.vendor" value="Canon"/>
|
2651
|
+
<param pos="0" name="service.product" value="HTTP"/>
|
2652
|
+
<param pos="0" name="os.vendor" value="Canon"/>
|
2653
|
+
<param pos="0" name="os.product" value="Unknown"/>
|
2654
|
+
</fingerprint>
|
2655
|
+
|
2656
|
+
<fingerprint pattern=".*Linksys.*">
|
2657
|
+
<description>Linksys Wireless Access Point</description>
|
2658
|
+
<param pos="0" name="os.vendor" value="Linksys"/>
|
2659
|
+
<param pos="0" name="os.product" value="Unknown"/>
|
2660
|
+
<param pos="0" name="os.device" value="WAP"/>
|
2661
|
+
</fingerprint>
|
2662
|
+
|
2663
|
+
<fingerprint pattern="^cisco-IOS$">
|
2664
|
+
<description>Cisco IOS</description>
|
2665
|
+
<example>cisco-IOS</example>
|
2666
|
+
<param pos="0" name="service.vendor" value="Cisco"/>
|
2667
|
+
<param pos="0" name="service.family" value="IOS"/>
|
2668
|
+
<param pos="0" name="service.product" value="IOS"/>
|
2669
|
+
<param pos="0" name="os.vendor" value="Cisco"/>
|
2670
|
+
<param pos="0" name="os.family" value="IOS"/>
|
2671
|
+
<param pos="0" name="os.product" value="IOS"/>
|
2672
|
+
<param pos="0" name="os.certainty" value="0.8"/>
|
2673
|
+
</fingerprint>
|
2674
|
+
<fingerprint pattern="^cisco-IOS/([^\s]+) HTTP-server/.*$">
|
2675
|
+
<description>Cisco IOS with version information</description>
|
2676
|
+
<example>cisco-IOS/12.1 HTTP-server/1.0(1)</example>
|
2677
|
+
<param pos="0" name="service.vendor" value="Cisco"/>
|
2678
|
+
<param pos="0" name="service.family" value="IOS"/>
|
2679
|
+
<param pos="0" name="service.product" value="IOS"/>
|
2680
|
+
<param pos="0" name="os.vendor" value="Cisco"/>
|
2681
|
+
<param pos="0" name="os.family" value="IOS"/>
|
2682
|
+
<param pos="0" name="os.product" value="IOS"/>
|
2683
|
+
<param pos="1" name="os.version"/>
|
2684
|
+
</fingerprint>
|
2685
|
+
|
2686
|
+
<fingerprint pattern="^Cisco AWARE (.*)$">
|
2687
|
+
<description>Cisco ASA</description>
|
2688
|
+
<example>Cisco AWARE 2.0</example>
|
2689
|
+
<param pos="1" name="service.version"/>
|
2690
|
+
<param pos="0" name="service.vendor" value="Cisco"/>
|
2691
|
+
<param pos="0" name="service.product" value="HTTP"/>
|
2692
|
+
<param pos="0" name="os.vendor" value="Cisco"/>
|
2693
|
+
<param pos="0" name="os.family" value="ASA"/>
|
2694
|
+
<param pos="0" name="os.product" value="VPN"/>
|
2695
|
+
</fingerprint>
|
2696
|
+
|
2697
|
+
<fingerprint pattern="^DesktopAuthority/(.*)$">
|
2698
|
+
<description>ScriptLogic DesktopAuthority</description>
|
2699
|
+
<param pos="1" name="service.version"/>
|
2700
|
+
<param pos="0" name="service.vendor" value="ScriptLogic"/>
|
2701
|
+
<param pos="0" name="service.product" value="Desktop Authority"/>
|
2702
|
+
<param pos="0" name="service.family" value="Desktop Authority"/>
|
2703
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
2704
|
+
<param pos="0" name="os.family" value="Windows"/>
|
2705
|
+
<param pos="0" name="os.product" value="Windows"/>
|
2706
|
+
</fingerprint>
|
2707
|
+
|
2708
|
+
<fingerprint pattern="^Agent-ListenServer-HttpSvr/.*$">
|
2709
|
+
<!--
|
2710
|
+
Agent-ListenServer-HttpSvr/1.0
|
2711
|
+
-->
|
2712
|
+
<description>McAfee ePolicy Orchestrator</description>
|
2713
|
+
<param pos="0" name="service.vendor" value="McAfee"/>
|
2714
|
+
<param pos="0" name="service.product" value="ePolicy Orchestrator"/>
|
2715
|
+
<param pos="0" name="service.family" value="ePolicy Orchestrator"/>
|
2716
|
+
<!-- According to Chad, "/1.0" is a constant string, it's not the real version number -->
|
2717
|
+
</fingerprint>
|
2718
|
+
|
2719
|
+
<fingerprint pattern="^EWS-NIC\d/(\S+)$">
|
2720
|
+
<example>EWS-NIC3/6.31</example>
|
2721
|
+
<example>EWS-NIC4/13.40</example>
|
2722
|
+
<example>EWS-NIC4/13.39</example>
|
2723
|
+
<description>Xerox Embedded Web Server (EWS)</description>
|
2724
|
+
<param pos="0" name="service.vendor" value="Xerox"/>
|
2725
|
+
<param pos="0" name="service.family" value="EWS"/>
|
2726
|
+
<param pos="0" name="service.product" value="EWS"/>
|
2727
|
+
<param pos="1" name="service.version"/>
|
2728
|
+
<param pos="0" name="os.vendor" value="Xerox"/>
|
2729
|
+
<param pos="0" name="os.product" value="Unknown"/>
|
2730
|
+
<param pos="0" name="os.device" value="Printer"/>
|
2731
|
+
</fingerprint>
|
2732
|
+
|
2733
|
+
<fingerprint pattern="^Adaptec ASM (\S+)$">
|
2734
|
+
<!--
|
2735
|
+
Adaptec ASM 1.1
|
2736
|
+
-->
|
2737
|
+
<description>Adaptec - Adaptec Storage Manager (runs on Windows Only)</description>
|
2738
|
+
<param pos="0" name="service.vendor" value="Adaptec"/>
|
2739
|
+
<param pos="0" name="service.family" value="ASM"/>
|
2740
|
+
<param pos="0" name="service.product" value="ASM"/>
|
2741
|
+
<param pos="1" name="service.version"/>
|
2742
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
2743
|
+
<param pos="0" name="os.family" value="Windows"/>
|
2744
|
+
<param pos="0" name="os.product" value="Windows"/>
|
2745
|
+
</fingerprint>
|
2746
|
+
|
2747
|
+
<fingerprint pattern="^JRun Web Server$">
|
2748
|
+
<!--
|
2749
|
+
JRun
|
2750
|
+
-->
|
2751
|
+
<description>Macromedia (formerly Allaire) JRun</description>
|
2752
|
+
<param pos="0" name="service.vendor" value="Macromedia"/>
|
2753
|
+
<param pos="0" name="service.family" value="JRun"/>
|
2754
|
+
<param pos="0" name="service.product" value="JRun"/>
|
2755
|
+
</fingerprint>
|
2756
|
+
|
2757
|
+
<fingerprint pattern="^(?:Raptor )?Simple, Secure Web Server ([\d.]+)$">
|
2758
|
+
<description>Symantec Raptor Firewall</description>
|
2759
|
+
<example>Simple, Secure Web Server 1.1</example>
|
2760
|
+
<example>Raptor Simple, Secure Web Server 1.0</example>
|
2761
|
+
<param pos="0" name="os.vendor" value="Symantec"/>
|
2762
|
+
<param pos="0" name="os.family" value="Raptor"/>
|
2763
|
+
<param pos="0" name="os.device" value="Firewall"/>
|
2764
|
+
<param pos="0" name="os.product" value="Raptor"/>
|
2765
|
+
</fingerprint>
|
2766
|
+
|
2767
|
+
<fingerprint pattern="^NS_(\d\.\d)$">
|
2768
|
+
<description>Citrix NetScaler</description>
|
2769
|
+
<example>NS_6.1</example>
|
2770
|
+
<param pos="0" name="os.vendor" value="Citrix"/>
|
2771
|
+
<param pos="0" name="os.family" value="NetScaler"/>
|
2772
|
+
<param pos="0" name="os.device" value="NetScaler"/>
|
2773
|
+
<param pos="0" name="os.product" value="NetScaler"/>
|
2774
|
+
<param pos="1" name="os.version"/>
|
2775
|
+
</fingerprint>
|
2776
|
+
|
2777
|
+
<fingerprint pattern="^Rumpus$">
|
2778
|
+
<example>Rumpus</example>
|
2779
|
+
<description>Rumpus FTP Server, Web File Manager interface</description>
|
2780
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
2781
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
2782
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
2783
|
+
</fingerprint>
|
2784
|
+
|
2785
|
+
<fingerprint pattern="^servermgrd$">
|
2786
|
+
<example>servermgrd</example>
|
2787
|
+
<description>Mac OS X Server administrative daemon</description>
|
2788
|
+
<param pos="0" name="os.vendor" value="Apple"/>
|
2789
|
+
<param pos="0" name="os.family" value="Mac OS X"/>
|
2790
|
+
<param pos="0" name="os.product" value="Mac OS X"/>
|
2791
|
+
</fingerprint>
|
2792
|
+
|
2793
|
+
<fingerprint pattern="^(RMC Webserver|RAC_ONE_HTTP) (\d\.\d)$">
|
2794
|
+
<description>Dell Remote Access Controller</description>
|
2795
|
+
<param pos="0" name="os.vendor" value="Dell"/>
|
2796
|
+
<param pos="0" name="os.family" value="Dell Remote Access Controller"/>
|
2797
|
+
<param pos="0" name="os.product" value="Dell Remote Access Controller"/>
|
2798
|
+
<param pos="0" name="service.vendor" value="Dell"/>
|
2799
|
+
<param pos="0" name="service.family" value="Remote Access Controller"/>
|
2800
|
+
<param pos="1" name="service.product"/>
|
2801
|
+
<param pos="2" name="service.version"/>
|
2802
|
+
</fingerprint>
|
2803
|
+
|
2804
|
+
<fingerprint pattern="^Xerox_MicroServer/Xerox11$">
|
2805
|
+
<description>Xerox Document Centre</description>
|
2806
|
+
<param pos="0" name="os.vendor" value="Xerox"/>
|
2807
|
+
<param pos="0" name="os.family" value="Document Centre"/>
|
2808
|
+
<param pos="0" name="os.product" value="Document Centre"/>
|
2809
|
+
<param pos="0" name="os.device" value="Printer"/>
|
2810
|
+
</fingerprint>
|
2811
|
+
|
2812
|
+
<fingerprint pattern="^TSM_HTTP/\d\.\d$">
|
2813
|
+
<description>IBM Tivoli Storage Manager</description>
|
2814
|
+
<param pos="0" name="service.vendor" value="IBM"/>
|
2815
|
+
<param pos="0" name="service.family" value="Tivoli"/>
|
2816
|
+
<param pos="0" name="service.product" value="Tivoli Storage Manager"/>
|
2817
|
+
</fingerprint>
|
2818
|
+
|
2819
|
+
<fingerprint pattern="^D-Link MiniAVServer$">
|
2820
|
+
<description>D-Link embedded web server for web cams</description>
|
2821
|
+
<param pos="0" name="os.vendor" value="D-Link"/>
|
2822
|
+
<param pos="0" name="os.product" value="Unknown"/>
|
2823
|
+
<param pos="0" name="os.device" value="Web cam"/>
|
2824
|
+
</fingerprint>
|
2825
|
+
|
2826
|
+
<fingerprint pattern="^ListManagerWeb/(\S+) .*$">
|
2827
|
+
<description>Lyris ListManager</description>
|
2828
|
+
<example>ListManagerWeb/8.8a (based on Tcl-Webserver/3.4.2)</example>
|
2829
|
+
<param pos="0" name="service.vendor" value="Lyris"/>
|
2830
|
+
<param pos="0" name="service.product" value="ListManager"/>
|
2831
|
+
<param pos="1" name="service.version"/>
|
2832
|
+
</fingerprint>
|
2833
|
+
|
2834
|
+
<fingerprint pattern="^kHTTPd (\S+)" certainty="0.50">
|
2835
|
+
<description>TUX web server, an in-kernel Linux HTTP Accelerator</description>
|
2836
|
+
<example>kHTTPd 0.1.6</example>
|
2837
|
+
<param pos="0" name="service.product" value="TUX web server"/>
|
2838
|
+
<param pos="1" name="service.version"/>
|
2839
|
+
<param pos="0" name="os.vendor" value="Linux"/>
|
2840
|
+
<param pos="0" name="os.family" value="Linux"/>
|
2841
|
+
<param pos="0" name="os.product" value="Linux"/>
|
2842
|
+
</fingerprint>
|
2843
|
+
|
2844
|
+
<fingerprint pattern="^RealVNC/(\S+)$">
|
2845
|
+
<description>RealVNC built-in webserver</description>
|
2846
|
+
<example>RealVNC/4.0</example>
|
2847
|
+
<param pos="0" name="service.vendor" value="RealVNC Ltd."/>
|
2848
|
+
<param pos="0" name="service.product" value="RealVNC"/>
|
2849
|
+
<!-- the version appears to be a constant (4.0) -->
|
2850
|
+
</fingerprint>
|
2851
|
+
|
2852
|
+
<fingerprint pattern="(Agranat|Conexant|(?:Globespan)?Virata)-EmWeb/(.*)$">
|
2853
|
+
<description>EmWeb variants</description>
|
2854
|
+
<example>Agranat-EmWeb/R4_01</example>
|
2855
|
+
<example>Agranat-EmWeb/R5_1_2</example>
|
2856
|
+
<example>Agranat-EmWeb/R5_2_4</example>
|
2857
|
+
<example>Agranat-EmWeb/R5_2_6</example>
|
2858
|
+
<example>Conexant-EmWeb/R6_1_0</example>
|
2859
|
+
<example>ISOS/9.0 UPnP/1.0 Conexant-EmWeb/R6_1_0</example>
|
2860
|
+
<example>Nucleus/4.3 UPnP/1.0 Virata-EmWeb/R6_2_0</example>
|
2861
|
+
<example>Unknown/0.0 UPnP/1.0 Conexant-EmWeb/R6_1_0</example>
|
2862
|
+
<example>Unknown/0.0 UPnP/1.0 GlobespanVirata-EmWeb/R6_1_0</example>
|
2863
|
+
<example>Unknown/0.0 UPnP/1.0 Virata-EmWeb/R6_1_0</example>
|
2864
|
+
<example>Virata-EmWeb/R5_3_0</example>
|
2865
|
+
<example>Virata-EmWeb/R5_3_2</example>
|
2866
|
+
<example>Virata-EmWeb/R6_0_1</example>
|
2867
|
+
<example>Virata-EmWeb/R6_1_0</example>
|
2868
|
+
<example>Virata-EmWeb/R6_2_0</example>
|
2869
|
+
<example>Virata-EmWeb/R6_2_1</example>
|
2870
|
+
<param pos="1" name="service.vendor"/>
|
2871
|
+
<param pos="0" name="service.family" value="EmWeb"/>
|
2872
|
+
<param pos="0" name="service.product" value="EmWeb"/>
|
2873
|
+
<param pos="2" name="service.version"/>
|
2874
|
+
</fingerprint>
|
2875
|
+
|
2876
|
+
<fingerprint pattern="^NSC/\S+ \(JVM\)$">
|
2877
|
+
<description>Rapid7 NSC</description>
|
2878
|
+
<example>NSC/0.6.4 (JVM)</example>
|
2879
|
+
<param pos="0" name="service.vendor" value="Rapid7"/>
|
2880
|
+
<param pos="0" name="service.product" value="NeXpose"/>
|
2881
|
+
</fingerprint>
|
2882
|
+
|
2883
|
+
<fingerprint pattern="^Polycom SoundPoint IP Telephone HTTPd$">
|
2884
|
+
<description>Polycom Soundpoint IP Telephone</description>
|
2885
|
+
<example>Polycom SoundPoint IP Telephone HTTPd</example>
|
2886
|
+
<param pos="0" name="service.vendor" value="Polycom"/>
|
2887
|
+
<param pos="0" name="service.product" value="SoundPoint"/>
|
2888
|
+
<param pos="0" name="os.vendor" value="Polycom"/>
|
2889
|
+
<param pos="0" name="os.product" value="SoundPoint"/>
|
2890
|
+
</fingerprint>
|
2891
|
+
|
2892
|
+
<!-- 4D WebSTAR was aquired by Kerio but it seems that both
|
2893
|
+
Kerio and 4D have branched the product. The 4D banners
|
2894
|
+
use the new version scheme (just 2004 it would appear):
|
2895
|
+
|
2896
|
+
4D_WebStar_D/2004
|
2897
|
+
|
2898
|
+
whereas Kerio banners are:
|
2899
|
+
|
2900
|
+
4D_WebSTAR_S/5.3.2 (MacOS X)
|
2901
|
+
4D_WebStar_D/7.8
|
2902
|
+
4D_WebSTAR_S/5.4.1 (MacOS X)
|
2903
|
+
|
2904
|
+
WebSTAR/4.4 ID/72547
|
2905
|
+
WebSTAR/4.5(SSL) ID/82535
|
2906
|
+
WebSTAR NetCloak
|
2907
|
+
WebSTAR/4.5(SSL) ID/85282
|
2908
|
+
-->
|
2909
|
+
<!--
|
2910
|
+
<fingerprint pattern="^4D_WebSTAR_S/2004$">
|
2911
|
+
<description>4D 4th Dimension 2004</description>
|
2912
|
+
<param pos="0" name="service.vendor" value="4D"/>
|
2913
|
+
<param pos="0" name="service.product" value="4th Dimension 2004"/>
|
2914
|
+
<param pos="0" name="service.family" value="4th Dimension 2004"/>
|
2915
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
2916
|
+
<param pos="0" name="os.device" value="General"/>
|
2917
|
+
<param pos="0" name="os.family" value="Windows"/>
|
2918
|
+
<param pos="0" name="os.product" value="Windows"/>
|
2919
|
+
</fingerprint>
|
2920
|
+
<fingerprint pattern="^4D_WebSTAR_S/5.3.2 \(MacOS X\)$">
|
2921
|
+
<description>Kerio WebSTAR</description>
|
2922
|
+
<param pos="0" name="service.vendor" value="Kerio"/>
|
2923
|
+
<param pos="0" name="service.product" value="WebSTAR"/>
|
2924
|
+
<param pos="0" name="service.family" value="WebSTAR"/>
|
2925
|
+
<param pos="1" name="service.version"/>
|
2926
|
+
<param pos="0" name="os.vendor" value="Microsoft"/>
|
2927
|
+
<param pos="0" name="os.device" value="General"/>
|
2928
|
+
<param pos="0" name="os.family" value="Windows"/>
|
2929
|
+
<param pos="0" name="os.product" value="Windows"/>
|
2930
|
+
</fingerprint>
|
2931
|
+
-->
|
2932
|
+
|
2933
|
+
<fingerprint pattern="^SentinelProtectionServer/((?:\d+\.)+\d+)$">
|
2934
|
+
<example>SentinelProtectionServer/7.1</example>
|
2935
|
+
<example>SentinelProtectionServer/7.3</example>
|
2936
|
+
<example>SentinelProtectionServer/7.0</example>
|
2937
|
+
<description>Embedded web server in SafeNet's memory key dongles.</description>
|
2938
|
+
<param pos="0" name="service.vendor" value="SafeNet"/>
|
2939
|
+
<param pos="0" name="service.product" value="Sentinel Protection Server"/>
|
2940
|
+
<param pos="0" name="service.family" value="Sentinel"/>
|
2941
|
+
<param pos="1" name="service.version"/>
|
2942
|
+
</fingerprint>
|
2943
|
+
|
2944
|
+
<fingerprint pattern="^SentinelKeysServer/((?:\d+\.)+\d+)$">
|
2945
|
+
<example>SentinelKeysServer/1.3.1</example>
|
2946
|
+
<example>SentinelKeysServer/1.0</example>
|
2947
|
+
<description>Embedded web server in SafeNet's memory key dongles.</description>
|
2948
|
+
<param pos="0" name="service.vendor" value="SafeNet"/>
|
2949
|
+
<param pos="0" name="service.product" value="Sentinel Keys Server"/>
|
2950
|
+
<param pos="0" name="service.family" value="Sentinel"/>
|
2951
|
+
<param pos="1" name="service.version"/>
|
2952
|
+
</fingerprint>
|
2953
|
+
|
2954
|
+
<fingerprint pattern="^CherryPy/((?:\d+\.)+\d+)$">
|
2955
|
+
<example>CherryPy/3.1.2</example>
|
2956
|
+
<description>Web server component of CherryPy web application framework.</description>
|
2957
|
+
<param pos="0" name="service.vendor" value="CherryPy"/>
|
2958
|
+
<param pos="0" name="service.product" value="CherryPy"/>
|
2959
|
+
<param pos="0" name="service.family" value="CherryPy"/>
|
2960
|
+
<param pos="1" name="service.version"/>
|
2961
|
+
</fingerprint>
|
2962
|
+
|
2963
|
+
<fingerprint pattern="^HP Web Jetadmin/((?:\d+\.)+\d+)\s*(.*)$">
|
2964
|
+
<example>HP Web Jetadmin/2.0.50 (Win32) mod_auth_sspi/1.0.1 mod_ssl/2.0.50 OpenSSL/0.9.6m</example>
|
2965
|
+
<description>Apache variant for web access to HP printers.</description>
|
2966
|
+
<param pos="0" name="service.vendor" value="Apache"/>
|
2967
|
+
<param pos="0" name="service.product" value="HTTPD"/>
|
2968
|
+
<param pos="0" name="service.family" value="Apache"/>
|
2969
|
+
<param pos="0" name="apache.variant" value="HP Web Jetadmin"/>
|
2970
|
+
<param pos="1" name="service.version"/>
|
2971
|
+
<param pos="2" name="apache.info"/>
|
2972
|
+
</fingerprint>
|
2973
|
+
|
2974
|
+
<fingerprint pattern="^Citrix Web PN Server$">
|
2975
|
+
<example>Citrix Web PN Server</example>
|
2976
|
+
<description>Citrix Web PN (Program Neighborhood) Server is an HTTP server used by Citrix products</description>
|
2977
|
+
<param pos="0" name="service.vendor" value="Citrix"/>
|
2978
|
+
<!-- Sounds like this is included with multiple Citrix products
|
2979
|
+
and "Web PN Server" is its name -->
|
2980
|
+
<param pos="0" name="service.product" value="Web PN Server"/>
|
2981
|
+
<param pos="0" name="service.family" value="Web PN Server"/>
|
2982
|
+
</fingerprint>
|
2983
|
+
|
2984
|
+
<fingerprint pattern="^Lotus Expeditor Web Container/((?:\d+\.)+\d+)$">
|
2985
|
+
<example>Lotus Expeditor Web Container/6.1</example>
|
2986
|
+
<description>Expeditor is a framework used by IBM in many products in the Lotus brand, such as Sametime and Notes.</description>
|
2987
|
+
<param pos="0" name="service.vendor" value="IBM"/>
|
2988
|
+
<param pos="0" name="service.product" value="Lotus Expeditor Server"/>
|
2989
|
+
<param pos="0" name="service.family" value="Lotus Expeditor"/>
|
2990
|
+
<param pos="1" name="service.version"/>
|
2991
|
+
</fingerprint>
|
2992
|
+
|
2993
|
+
<fingerprint pattern="^GoAhead-Webs$">
|
2994
|
+
<example>GoAhead-Webs</example>
|
2995
|
+
<description>An embedded web server developed by GoAhead Software, which was later acquired by Oracle.</description>
|
2996
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
2997
|
+
<param pos="0" name="service.product" value="GoAhead Webserver"/>
|
2998
|
+
<param pos="0" name="service.family" value="GoAhead Webserver"/>
|
2999
|
+
</fingerprint>
|
3000
|
+
|
3001
|
+
<fingerprint pattern="^Mbedthis-Appweb/((?:\d+\.)+\d+)$">
|
3002
|
+
<example>Mbedthis-Appweb/2.4.0</example>
|
3003
|
+
<example>Mbedthis-Appweb/2.4.2</example>
|
3004
|
+
<description>An embedded web server for hosting dynamic web applications.</description>
|
3005
|
+
<param pos="0" name="service.vendor" value="Embedthis"/>
|
3006
|
+
<param pos="0" name="service.product" value="Appweb"/>
|
3007
|
+
<param pos="0" name="service.family" value="Appweb"/>
|
3008
|
+
<param pos="1" name="service.version"/>
|
3009
|
+
</fingerprint>
|
3010
|
+
|
3011
|
+
<fingerprint pattern="^Avaya CMBE/((?:\d+\.)+\d+)$">
|
3012
|
+
<example>Avaya CMBE/2.0.0</example>
|
3013
|
+
<description>Web server for Avaya Aura Communication Manager Branch, a SIP-based communications platform.</description>
|
3014
|
+
<param pos="0" name="service.vendor" value="Avaya"/>
|
3015
|
+
<param pos="0" name="service.product" value="Aura Communication Manager"/>
|
3016
|
+
<param pos="0" name="service.family" value="Aura"/>
|
3017
|
+
<param pos="1" name="service.version"/>
|
3018
|
+
</fingerprint>
|
3019
|
+
|
3020
|
+
|
3021
|
+
<fingerprint pattern="^Rapid Logic/((?:\d+\.)+\d+)$">
|
3022
|
+
<example>Rapid Logic/1.1</example>
|
3023
|
+
<description>Embedded web server by Rapid Logic, which was acquired by Wind River.</description>
|
3024
|
+
<!-- From Googling, it sounds like this is just referred to as the
|
3025
|
+
Rapid Logic web server. -->
|
3026
|
+
<param pos="0" name="service.vendor" value="Wind River"/>
|
3027
|
+
<param pos="0" name="service.product" value="Rapid Logic"/>
|
3028
|
+
<param pos="1" name="service.version"/>
|
3029
|
+
</fingerprint>
|
3030
|
+
|
3031
|
+
|
3032
|
+
<fingerprint pattern="^Sophos Email Appliance$">
|
3033
|
+
<example>Sophos Email Appliance</example>
|
3034
|
+
<description>Embedded web server for a rack-mounted email appliance that blocks spam and malware.</description>
|
3035
|
+
<!-- Documentation doesn't say what OS the appliance runs. :-/ -->
|
3036
|
+
<param pos="0" name="service.vendor" value="Sophos"/>
|
3037
|
+
<param pos="0" name="service.product" value="Email Appliance"/>
|
3038
|
+
<param pos="0" name="os.vendor" value="Sophos"/>
|
3039
|
+
<param pos="0" name="os.product" value="Email Appliance"/>
|
3040
|
+
</fingerprint>
|
3041
|
+
|
3042
|
+
<fingerprint pattern="^CUPS/((?:\d\.)+\d+)$">
|
3043
|
+
<example>CUPS/1.1</example>
|
3044
|
+
<description>Server for the CUPS web interface.</description>
|
3045
|
+
<param pos="0" name="service.vendor" value="Apple"/>
|
3046
|
+
<param pos="0" name="service.product" value="CUPS"/>
|
3047
|
+
<param pos="0" name="service.family" value="CUPS"/>
|
3048
|
+
<param pos="1" name="service.version"/>
|
3049
|
+
</fingerprint>
|
3050
|
+
|
3051
|
+
<fingerprint pattern="^TwistedWeb/((?:\d\.)+\d+)$">
|
3052
|
+
<example>TwistedWeb/2.5.0</example>
|
3053
|
+
<description>An HTTP server, HTML templating engind, and HTTP client library from Twisted Labs.</description>
|
3054
|
+
<param pos="0" name="service.vendor" value="Twisted Matrix Labs"/>
|
3055
|
+
<param pos="0" name="service.product" value="Twisted Web"/>
|
3056
|
+
<param pos="0" name="service.family" value="Twisted Web"/>
|
3057
|
+
<param pos="1" name="service.version"/>
|
3058
|
+
</fingerprint>
|
3059
|
+
|
3060
|
+
<fingerprint pattern="^mini_httpd/((?:\d+\.)+\d+) \S*$">
|
3061
|
+
<example>mini_httpd/1.14 23jun2000</example>
|
3062
|
+
<description>A small HTTP server</description>
|
3063
|
+
<param pos="0" name="service.vendor" value="ACME Laboratories"/>
|
3064
|
+
<param pos="0" name="service.product" value="mini_httpd"/>
|
3065
|
+
<param pos="0" name="service.family" value="mini_httpd"/>
|
3066
|
+
<param pos="1" name="service.version"/>
|
3067
|
+
</fingerprint>
|
3068
|
+
|
3069
|
+
<fingerprint pattern="^thin ((?:\d+\.)+\d+) codename .+$">
|
3070
|
+
<example>thin 1.2.4 codename Flaming Astroboy</example>
|
3071
|
+
<description>A Ruby-based web server.</description>
|
3072
|
+
<!-- By private developer Marc-Andre Cournoyer; assert
|
3073
|
+
nothing for service.vendor. -->
|
3074
|
+
<param pos="0" name="service.product" value="Thin"/>
|
3075
|
+
<param pos="0" name="service.family" value="Thin"/>
|
3076
|
+
<param pos="1" name="service.version"/>
|
3077
|
+
</fingerprint>
|
3078
|
+
|
3079
|
+
<fingerprint pattern="^Avocent DSView \d+/((?:\d+\.)+\d+)$">
|
3080
|
+
<example>Avocent DSView 3/3.7.0.71</example>
|
3081
|
+
<description>Web server interface for controlling data centers.</description>
|
3082
|
+
<param pos="0" name="service.vendor" value="Avocent"/>
|
3083
|
+
<param pos="0" name="service.product" value="DSView"/>
|
3084
|
+
<param pos="0" name="service.family" value="DSView"/>
|
3085
|
+
<param pos="1" name="service.version"/>
|
3086
|
+
</fingerprint>
|
3087
|
+
|
3088
|
+
<fingerprint pattern="^Mongrel ((?:\d+\.)+\d+)$">
|
3089
|
+
<example>Mongrel 1.1.5</example>
|
3090
|
+
<description>Ruby-based web server and HTTP library.</description>
|
3091
|
+
<!-- By private developer Zed A. Shaw; assert
|
3092
|
+
nothing for service.vendor. -->
|
3093
|
+
<param pos="0" name="service.product" value="Mongrel"/>
|
3094
|
+
<param pos="0" name="service.family" value="Mongrel"/>
|
3095
|
+
<param pos="1" name="service.version"/>
|
3096
|
+
</fingerprint>
|
3097
|
+
|
3098
|
+
<fingerprint pattern="^Microplex emHTTPD/((?:\d+\.)+\d+)$">
|
3099
|
+
<example>Microplex emHTTPD/1.0</example>
|
3100
|
+
<example>Microplex emHTTPD/1.1</example>
|
3101
|
+
<description>Embedded web server used by Microplex.</description>
|
3102
|
+
<param pos="0" name="service.vendor" value="Microplex"/>
|
3103
|
+
<!-- Per Microplex M307 data sheet, the device is manageable
|
3104
|
+
from the web browser, but the embedded server doesn't
|
3105
|
+
seem to have an "official" name. Use emHTTPD. -->
|
3106
|
+
<param pos="0" name="service.product" value="emHTTPD"/>
|
3107
|
+
<param pos="0" name="service.family" value="emHTTPD"/>
|
3108
|
+
<param pos="1" name="service.version"/>
|
3109
|
+
<param pos="0" name="os.vendor" value="Microplex"/>
|
3110
|
+
<!-- They appear to only have one product... so this must
|
3111
|
+
be it. -->
|
3112
|
+
<param pos="0" name="os.device" value="Print server"/>
|
3113
|
+
</fingerprint>
|
3114
|
+
|
3115
|
+
<fingerprint pattern="^UPS_Server/((?:\d+\.)+\d+)$">
|
3116
|
+
<example>UPS_Server/1.0</example>
|
3117
|
+
<description>An embedded web server used for UPS management; primarily by Eaton, but also by APC.</description>
|
3118
|
+
<param pos="0" name="service.vendor" value="Eaton"/>
|
3119
|
+
<param pos="0" name="service.product" value="ConnectUPS"/>
|
3120
|
+
<param pos="0" name="service.family" value="ConnectUPS"/>
|
3121
|
+
<param pos="1" name="service.version"/>
|
3122
|
+
<param pos="0" name="os.vendor" value="Eaton"/>
|
3123
|
+
<param pos="0" name="os.device" value="UPS"/>
|
3124
|
+
</fingerprint>
|
3125
|
+
|
3126
|
+
<fingerprint pattern="^JC-HTTPD/((?:\d+\.)+\d+)$">
|
3127
|
+
<example>JC-HTTPD/1.11.14</example>
|
3128
|
+
<!-- Shodan shows multiple printers with servers having this
|
3129
|
+
banner, but I can't find a project page. -->
|
3130
|
+
<description>An embedded web server, used notably by Oki and Kyocera in printers.</description>
|
3131
|
+
<param pos="0" name="service.product" value="JC-HTTPD"/>
|
3132
|
+
<param pos="0" name="service.family" value="JC-HTTPD"/>
|
3133
|
+
<param pos="1" name="service.version"/>
|
3134
|
+
</fingerprint>
|
3135
|
+
|
3136
|
+
<fingerprint pattern="^JC-SHTTPD/((?:\d+\.)+\d+)$">
|
3137
|
+
<example>JC-SHTTPD/1.17.20</example>
|
3138
|
+
<!-- The only Google hits for "JC-SHTTPD" list it as being
|
3139
|
+
a Sharp printer. There is a project called SHTTPD (now Mongoose),
|
3140
|
+
but version 1.17 does not have this banner.
|
3141
|
+
|
3142
|
+
From Shodan, it is known to be used on Silex USB device servers
|
3143
|
+
and other devices, notably printers.
|
3144
|
+
-->
|
3145
|
+
<description>An embedded web server.</description>
|
3146
|
+
<param pos="0" name="service.product" value="JC-SHTTPD"/>
|
3147
|
+
<param pos="0" name="service.family" value="JC-SHTTPD"/>
|
3148
|
+
<param pos="1" name="service.version"/>
|
3149
|
+
</fingerprint>
|
3150
|
+
|
3151
|
+
<fingerprint pattern="^Oracle XML DB/Oracle\S+ Enterprise Edition Release ((?:\d+\.)+\d+) - Production$">
|
3152
|
+
<example>Oracle XML DB/Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production</example>
|
3153
|
+
<!-- Oracle provides a laundry list of HTTP(S) features not
|
3154
|
+
supported by the XML DB's web server; I think it's safe
|
3155
|
+
to say that it is almost certainly not Apache under the hood:
|
3156
|
+
http://docs.oracle.com/cd/B28359_01/appdev.111/b28369/xdb22pro.htm#i1026724 -->
|
3157
|
+
<description>Web server providing web services for Oracle's XML DB.</description>
|
3158
|
+
<param pos="0" name="service.vendor" value="Oracle"/>
|
3159
|
+
<param pos="0" name="service.product" value="XML DB"/>
|
3160
|
+
<param pos="0" name="service.family" value="Oracle"/>
|
3161
|
+
<param pos="1" name="service.version"/>
|
3162
|
+
</fingerprint>
|
3163
|
+
|
3164
|
+
<fingerprint pattern="^sfcHttpd$">
|
3165
|
+
<example>sfcHttpd</example>
|
3166
|
+
<description>Server for HTTP interface to sfcb, a lightweight CIM server.
|
3167
|
+
</description>
|
3168
|
+
<param pos="0" name="service.vendor" value="SBLIM"/>
|
3169
|
+
<param pos="0" name="service.product" value="sfcb"/>
|
3170
|
+
<param pos="0" name="service.family" value="sfcb"/>
|
3171
|
+
</fingerprint>
|
3172
|
+
|
3173
|
+
<fingerprint pattern="^PanWeb Server/ -">
|
3174
|
+
<example>PanWeb Server/ -</example>
|
3175
|
+
<description>HTTP and HTTPS server found on Palo Alto Networks devices</description>
|
3176
|
+
<param pos="0" name="service.vendor" value="Palo Alto Networks"/>
|
3177
|
+
<param pos="0" name="service.product" value="PA Firewall"/>
|
3178
|
+
<param pos="0" name="os.vendor" value="Palo Alto Networks"/>
|
3179
|
+
<param pos="0" name="os.product" value="PA Firewall"/>
|
3180
|
+
<param pos="0" name="os.device" value="Firewall"/>
|
3181
|
+
</fingerprint>
|
3182
|
+
|
3183
|
+
<fingerprint pattern="^Ews/((?:\d+\.)+\d+)$">
|
3184
|
+
<example>Ews/0.1</example>
|
3185
|
+
<description>IBM Network Printer Manager.</description>
|
3186
|
+
<param pos="0" name="service.vendor" value="IBM"/>
|
3187
|
+
<param pos="0" name="service.product" value="Network Printer Manager"/>
|
3188
|
+
<param pos="0" name="service.family" value="Network Printer Manager"/>
|
3189
|
+
<param pos="1" name="service.version"/>
|
3190
|
+
</fingerprint>
|
3191
|
+
|
3192
|
+
<fingerprint pattern="^\$ProjectRevision: 4.0.2.38 \$$">
|
3193
|
+
<example>$ProjectRevision: 4.0.2.38 $</example>
|
3194
|
+
<description>This banner is seen on some HP LaserJet printers.</description>
|
3195
|
+
<param pos="0" name="os.vendor" value="HP"/>
|
3196
|
+
<param pos="0" name="os.device" value="Printer"/>
|
3197
|
+
<param pos="0" name="os.family" value="LaserJet"/>
|
3198
|
+
</fingerprint>
|
3199
|
+
|
3200
|
+
<fingerprint pattern="^WEBrick/([\d\.]+) .*$">
|
3201
|
+
<example>WEBrick/1.3.1 (Ruby/1.9.3/2013-02-22)</example>
|
3202
|
+
<description>WEBrick default setup</description>
|
3203
|
+
<param pos="0" name="service.vendor" value="Ruby"/>
|
3204
|
+
<param pos="0" name="service.product" value="WEBrick"/>
|
3205
|
+
<param pos="1" name="service.version"/>
|
3206
|
+
</fingerprint>
|
3207
|
+
|
3208
|
+
<fingerprint pattern="^Boa/(\d+\.[a-zA-Z0-9\.\-]+)">
|
3209
|
+
<description>Boa web server</description>
|
3210
|
+
<example>Boa/0.94.14rc21</example>
|
3211
|
+
<example>Boa/0.94.14rc18-ipcam</example>
|
3212
|
+
<example>Boa/0.93.15 (with Intersil Extensions)</example>
|
3213
|
+
<example>Boa/0.94.14rc19</example>
|
3214
|
+
<example>Boa/0.94.14rc19-pek</example>
|
3215
|
+
<example>Boa/0.94.8.3</example>
|
3216
|
+
<example>Boa/0.92q</example>
|
3217
|
+
<example>Boa/0.94.14rc18uC</example>
|
3218
|
+
<example>Boa/0.94.12</example>
|
3219
|
+
<example>Boa/0.92p OS-9 Version</example>
|
3220
|
+
<example>Boa/0.94.14rc21-OE1</example>
|
3221
|
+
<param pos="0" name="service.vendor" value="Boa"/>
|
3222
|
+
<param pos="0" name="service.product" value="Web Server"/>
|
3223
|
+
<param pos="1" name="service.version"/>
|
3224
|
+
</fingerprint>
|
3225
|
+
|
3226
|
+
<!-- HiSilicon is OEMd by a number of DVR manufacturers -->
|
3227
|
+
<fingerprint pattern="^Cross Web Server$">
|
3228
|
+
<description>Web server found on DVR and webcam servers sourced from HiSilicon</description>
|
3229
|
+
<example>Cross Web Server</example>
|
3230
|
+
<param pos="0" name="service.vendor" value="HiSilicon"/>
|
3231
|
+
<param pos="0" name="service.product" value="Cross Web Server"/>
|
3232
|
+
<param pos="0" name="os.vendor" value="HiSilicon"/>
|
3233
|
+
<param pos="0" name="os.device" value="DVR"/>
|
3234
|
+
</fingerprint>
|
3235
|
+
|
3236
|
+
<!-- Hikvision is OEMd by a number of DVR manufacturers -->
|
3237
|
+
<fingerprint pattern="^(Hikvision|DVRDVS)-Webs$">
|
3238
|
+
<description>Web server found on DVR and webcam servers sourced from Hikvision</description>
|
3239
|
+
<example>Hikvision-Webs</example>
|
3240
|
+
<example>DVRDVS-Webs</example>
|
3241
|
+
<param pos="0" name="service.vendor" value="Hikvision"/>
|
3242
|
+
<param pos="0" name="service.product" value="Hikvision Web Server"/>
|
3243
|
+
<param pos="0" name="os.vendor" value="Hikvision"/>
|
3244
|
+
<param pos="0" name="os.device" value="DVR"/>
|
3245
|
+
</fingerprint>
|
3246
|
+
|
3247
|
+
<fingerprint pattern="^NET-DK[/ ](\d+\.\d+)$">
|
3248
|
+
<description>Web server found on ARRIS cable modems</description>
|
3249
|
+
<example>NET-DK/1.0</example>
|
3250
|
+
<example>NET-DK 1.1</example>
|
3251
|
+
<param pos="0" name="service.vendor" value="ARRIS"/>
|
3252
|
+
<param pos="0" name="service.product" value="Net-DK Web Server"/>
|
3253
|
+
<param pos="0" name="os.vendor" value="ARRIS"/>
|
3254
|
+
<param pos="0" name="os.device" value="Cable Modem"/>
|
3255
|
+
</fingerprint>
|
3256
|
+
|
3257
|
+
|
3258
|
+
<!-- junit says,
|
3259
|
+
"Example pattern '' from http_servers.xml didn't match pattern '^$'"
|
3260
|
+
Figure out if we have a way to support matching empty strings later.
|
3261
|
+
<fingerprint pattern="^?">
|
3262
|
+
<example></example>
|
3263
|
+
<description>A blank banner; assert nothing.</description>
|
3264
|
+
</fingerprint>
|
3265
|
+
-->
|
3266
|
+
|
3267
|
+
<fingerprint pattern="^(?:(?:\d+.){3}\d+):\d{1,4}$">
|
3268
|
+
<example>192.168.0.4:9999</example>
|
3269
|
+
<description>A banner consisting of an IP address and port --
|
3270
|
+
assert nothing.</description>
|
3271
|
+
</fingerprint>
|
3272
|
+
|
3273
|
+
<fingerprint pattern="^Web-Server/((?:\d+\.)+\d+)$">
|
3274
|
+
<example>Web-Server/3.0</example>
|
3275
|
+
<!-- Hard to be sure with such a generic name, but I
|
3276
|
+
suspect this server has been obfuscated. -->
|
3277
|
+
<description>Obfuscated web server -- assert nothing.</description>
|
3278
|
+
</fingerprint>
|
3279
|
+
|
3280
|
+
|
3281
|
+
<!-- Service provider equipment (CDNs, etc) -->
|
3282
|
+
|
3283
|
+
<fingerprint pattern="^AkamaiGHost$">
|
3284
|
+
<example>AkamaiGHost</example>
|
3285
|
+
<description>Akamai Global Host</description>
|
3286
|
+
<param pos="0" name="service.vendor" value="Akamai"/>
|
3287
|
+
<param pos="0" name="service.product" value="GHost"/>
|
3288
|
+
<param pos="0" name="os.vendor" value="Akamai"/>
|
3289
|
+
<param pos="0" name="os.device" value="Web proxy"/>
|
3290
|
+
</fingerprint>
|
3291
|
+
|
3292
|
+
<fingerprint pattern="^gws$">
|
3293
|
+
<example>gws</example>
|
3294
|
+
<description>Google Web Services</description>
|
3295
|
+
<param pos="0" name="service.vendor" value="Google"/>
|
3296
|
+
<param pos="0" name="service.product" value="Google Web Services"/>
|
3297
|
+
<param pos="0" name="service.family" value="Google Web Server"/>
|
3298
|
+
</fingerprint>
|
3299
|
+
|
3300
|
+
<fingerprint pattern="^GFE/((?:\d+\.)+\d+)$">
|
3301
|
+
<example>GFE/1.3</example>
|
3302
|
+
<description>Google Front End for apps running on Google services.</description>
|
3303
|
+
<param pos="0" name="service.vendor" value="Google"/>
|
3304
|
+
<param pos="0" name="service.product" value="Google Front End"/>
|
3305
|
+
<param pos="0" name="service.family" value="Google Web Server"/>
|
3306
|
+
<param pos="1" name="service.version"/>
|
3307
|
+
</fingerprint>
|
3308
|
+
|
3309
|
+
<fingerprint pattern="^CloudFront$">
|
3310
|
+
<example>CloudFront</example>
|
3311
|
+
<description>Amazon CloudFront web load balancer endpoint</description>
|
3312
|
+
<param pos="0" name="service.vendor" value="Amazon"/>
|
3313
|
+
<param pos="0" name="service.product" value="CloudFront Load Balancer"/>
|
3314
|
+
<param pos="0" name="service.family" value="CloudFront"/>
|
3315
|
+
</fingerprint>
|
3316
|
+
|
3317
|
+
<fingerprint pattern="^cloudflare-nginx$">
|
3318
|
+
<example>cloudflare-nginx</example>
|
3319
|
+
<description>CloudFlare web load balancer endpoint</description>
|
3320
|
+
<param pos="0" name="service.vendor" value="CloudFlare"/>
|
3321
|
+
<param pos="0" name="service.product" value="CloudFlare Load Balancer"/>
|
3322
|
+
<param pos="0" name="service.family" value="CloudFlare"/>
|
3323
|
+
</fingerprint>
|
3324
|
+
|
3325
|
+
</fingerprints>
|
3326
|
+
|