agent_orange 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/.travis.yml ADDED
@@ -0,0 +1,4 @@
1
+ rvm:
2
+ - 1.8.7
3
+ - ree
4
+ - 1.9.3
data/README.rdoc CHANGED
@@ -1,7 +1,10 @@
1
- = agent_orange
1
+ = agent_orange
2
+ {<img src="https://secure.travis-ci.org/kevinelliott/agent_orange.png">}[http://travis-ci.org/kevinelliott/agent_orange]
2
3
 
3
4
  User Agent detection for Ruby. ActionController integration coming soon.
4
5
 
6
+ (NOTE: Should we change the project's name? Please visit the Issues to chime in.)
7
+
5
8
  == About
6
9
 
7
10
  There are quite a few User Agent parsing libraries already, but none of them make adequate
@@ -157,8 +160,9 @@ AgentOrange::Version
157
160
 
158
161
  A warm thank you to all contributors to the project, who have put effort and time into making this gem more useful.
159
162
 
160
- * David Rice (davidjrice) - RSpec tests and bug fixes.
161
- * Joshua Siler (eatenbyagrue) - Bot detection, initial test, and bug fixes.
163
+ * David Rice (@davidjrice) - RSpec tests and bug fixes.
164
+ * Joshua Siler (@eatenbyagrue) - Bot detection, initial test, and bug fixes.
165
+ * Alexander Rozumiy (@brain-geek) - Rspec testing for 1.9, updated travis-ci config, updated useragents to test against.
162
166
 
163
167
  == License
164
168
 
@@ -181,4 +185,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
181
185
  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
182
186
  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
183
187
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
184
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
188
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -1,5 +1,5 @@
1
1
  module AgentOrange
2
- VERSION = "0.1.2" # This is for the gem and does not conflict with the rest of the functionality
2
+ VERSION = "0.1.3" # This is for the gem and does not conflict with the rest of the functionality
3
3
 
4
4
  class Version
5
5
  attr_accessor :major, :minor, :patch_level, :build_number
@@ -1,6 +1,7 @@
1
1
  require "agent_orange"
2
2
  require 'rexml/document'
3
3
 
4
+ desc "Test bots detection"
4
5
  task :test_bots do
5
6
  success = 0
6
7
  fail = 0
@@ -0,0 +1,2246 @@
1
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
+ <head>
3
+ <meta http-equiv="Content-Language" content="en-us">
4
+ <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
5
+ <meta name="GENERATOR" content="ZyTrax">
6
+ <link rel="SHORTCUT ICON" href="http://www.zytrax.com/favicon.ico">
7
+
8
+ <meta name="keywords" content="CSS, XHTML, HTML, CSS2, FreeBSD, MySQL, Cron, Postfix, SSL, SSL self-signing, Sed, Regular Expressions, DOM, SQL, FreeBSD buildworld, FreeBSD archiving, FreeBSD backup, FreeBSD commands,browser ids, browser identification, browser id guide, user agent strings, user agent ids,PHP, PHP4, Server Side Includes (SSI), Javascript, Javascript libraries, DHTML, CSS, CSS2, CSS3, DOM, Regular Expressions, regex, Web 2.0">
9
+
10
+ <title>Browser ID Strings (a.k.a. User Agent ID)</title>
11
+
12
+ <!-- this page originated from http://www.zytrax.com/tech/web/browser_ids.htm -->
13
+ <!-- HTTP_USER_AGENT=Wget/1.12 (linux-gnu) -->
14
+ <style type="text/css">
15
+ <!--
16
+ /* ZYTRAX STYLE SHEET */
17
+ /* google maps */
18
+ v\:* {behavior:url(#default#VML);}
19
+ a {text-decoration:none;}
20
+ body {background-color:white;color:black;margin:0px;padding:0px;font:normal 10pt Verdana,Arial, Helvetica, sans-serif;}
21
+ div.l-f table{width:100%;padding:4px;}
22
+ h1 {font-size:14pt;background:#EEE;border-width:0 0 5px 0;border-style:solid;border-color:#9bf;padding:4px;color:#336}
23
+ h2 {border-width:0 0 5px 0;border-color:#9bf;border-style:solid;font-size:12pt;font-weight:bold;padding:4px;color:#336}
24
+ h3 {border-width:0 0 3px 0;border-color:#9BF;border-style:solid;font-size:12pt;padding:4px;color:#336;}
25
+ h4 {border-width:0 0 2px 0;border-color:#9BF;border-style:solid;font-size:10pt;padding:2px;color:#336;}
26
+ h5 {border-width:0 0 2px 0;border-color:silver;border-style:solid;font-size:10pt;font-weight:bold;padding:4px;}
27
+ h6 {border-width:0 0 1px 0;border-color:silver;border-style:solid; font-size:10pt;color:silver;padding:4px;}
28
+ form {border:1px solid #ccc;}
29
+ input {border:1px solid #999;background:#acf;}
30
+ textarea {border:1px solid #999;background:#acf;}
31
+ /* Printer friendly */
32
+
33
+ div.l-r #layout {visibility:visible;}
34
+ div.l-l-fp #layout {visibility:visible;}
35
+ .l-l {position:absolute;top:60px;left:6px;width:110px;font:10pt Verdana,Helvetica, Arial, sans-serif;z-index:1;}
36
+ .l-c {margin:0 170px 0 125px;padding:4px;font-family:Verdana,Helvetica, Arial sans-serif;border-width:0 1px;border-style:solid;border-color:#336;font-size:10pt;width:100%;z-index:5;}
37
+ .l-r {font:10pt Verdana,Arial, Helvetica, sans-serif;position:absolute;top:60px;width:160px;left:92%;visibility:hide;z-index:2;}
38
+
39
+ /* end printer friendly - begin divs - generic */
40
+ .button {background:#ddd;border:3px outset black;}
41
+ .l-f {margin:0 200px 0 125px;}
42
+ .l-c-fp {margin:0 160px 0 125px;padding:4px;font:10pt Verdana,Helvetica, Arial, sans-serif;border-width:0 1px;border-style:solid;border-color:#336;z-index:5;}
43
+ .l-p {margin:10px;padding:4px;font:10pt Verdana,Helvetica, Arial, sans-serif;}
44
+ .l-100 {width:100%;margin:0;}
45
+ /* end divs - nav pop-outs */
46
+ .n-l1 {padding:0;margin:0;list-style:none;width:100px;}
47
+ .n-l1-e {text-align:right;margin:0;padding:2px;position:relative;}
48
+ .n-t1-e,.n-t2-e,.n-t3-e {text-align:left;margin:0;padding:2px 5px;border:1px solid blue;border-width:1px 1px 0 1px;position:relative;}
49
+ .n-t1-es,.n-t2-es,.n-t3-es {text-align:left;margin:0;padding:2px 5px;border:1px solid blue;border-width:1px 1px 0 1px;position:relative;background:#ccf;}
50
+ .n-t1-v {position:absolute;display:none;padding:0;margin:0;list-style:none;top:100%;right:0;width:100px;border-bottom:1px solid blue;background:#EEE;}
51
+ .n-t1-vr {position:absolute;display:none;padding:0;margin:0;list-style:none; top:100%;right:0;width:100px;border-bottom:1px solid blue;background:#EEE;}
52
+ .n-t2,.n-t3 {position:absolute;display:none;padding:0;margin:0;list-style:none;top:0;right:100%;width:120px;border-bottom:1px solid blue;background:#EEE;}
53
+ /* end pop-up styles - nav effects */
54
+ a:hover {text-decoration:underline;}
55
+ a:hover.p-f-s {color:black}
56
+ .g-c-n:hover {background:#eee;}
57
+ .g-c-s:hover {background:#eee;}
58
+ .g-t-n:hover {background:#acf;}
59
+ div.n-l a:hover {color:#336;}
60
+ div.g-sb a:hover {background-color:#DDD;}
61
+ /* W3c pop-ups - ignored by MSIE 6- */
62
+ div.n-t0:hover > ul {display:block;}
63
+ li.n-t1-e:hover > ul {display:block;}
64
+ li.n-t1-es:hover > ul {display:block;}
65
+ li.n-t1-e:hover, li.n-t1-es:hover,li.n-t2-e:hover,li.n-t2-es:hover,li.n-t3-e:hover {background:#ccc;}
66
+ li.n-t2-e:hover > ul {display:block;}
67
+ li.n-t2-es:hover > ul {display:block;}
68
+ .n-l1-e:hover > ul {display:block;}
69
+ .n-l1-es:hover > ul {display:block;}
70
+ .n-l2-e:hover > ul {display:block;}
71
+ .n-l2-es:hover > ul {display:block;}
72
+ .n-l3-e:hover > ul {display:block;}
73
+ .n-l3-es:hover > ul {display:block;}
74
+ li.n-l1-e:hover,li.n-l2-e:hover,li.n-l2-es:hover, li.n-l3-e:hover, li.n-l3-es:hover,li.n-l4-e:hover {background:#ccc;}
75
+ /* end pop-out effects - generic alpha */
76
+ .adv {}
77
+ .at {font-family:Verdana,sans-serif;font-size:9pt;margin:0px;text-indent:8px;}
78
+ .b-1 {font-family:Verdana, sans-serif;}
79
+ .b-r {border-width:0 0 0 1px;border-color:#336;border-style:solid;width:150px;}
80
+ .b-l {border-width:0 1px 0 0;border-color:#336;border-style:solid;width:110px;}
81
+ .b-b {list-style:none;margin:2px;font: 9pt Verdana,Arial,sans-serif;padding:0 1.0em;}
82
+ .b-b-s {border:1px solid black;}
83
+ li.b-b-l {visibility:hidden;margin:10px 0;}
84
+ .b-b-a {background:#336;color:white; text-decoration:none;border:1px solid black;padding:0 0.25em 0 0;}
85
+ a.b-b-a span {color:#336;background:white;padding:0 0.25em 0 0.33em;text-decoration:none;}
86
+ .d {font-family:Verdana,sans-serif;font-size:9pt;margin:0px;}
87
+ .dd {position:absolute;left:0;top:0; font-family:Tahoma,sans-serif;font-size:9pt; visibility:hidden;background:cyan;color:black;margin:0px;border:black solid 1px;padding:2px;}
88
+ .f-d {font-weight:bold;}
89
+ .f-bd {font-weight:bold;font-size: 12pt;}
90
+ .g-c-n {font:10pt "Courier New",monospace;border-style:solid;border-color:#ccc;border-width: 1px 1px 1px 5px;background-color:#acf;padding:5px; color:black;}
91
+ .g-c-nm {font: 10pt "Courier New",monospace;border-style:solid;border-color:#ccc;border-width: 1px 1px 1px 5px;background-color:#ddd;padding:5px;color:black;margin:0 0 0 40px;}
92
+ .g-c-s,.codegray {font: 8pt "Courier New",monospace;border-style:solid;border-color:#ccc;border-width: 1px 1px 1px 5px; background-color:#acf;padding:5px; color:black;width:inherit;}
93
+ .g-e-t {font-weight:normal;}
94
+ .g-e-d {font-weight:normal;}
95
+ .g-f-n {font:10pt "Courier New", monospace;}
96
+ .g-h-n {background:#336;color:white;padding:4px; font-size:10pt;font-weight:normal;}
97
+ .g-h-ng,.section {background:#9bf;color:#336;font:bold 10pt Verdana,sans-serif;padding:4px; text-decoration:none;}
98
+ .g-h-s {background:#336;color:white;padding:4px; font-size:8pt;font-weight:bold;}
99
+ .g-n {text-decoration:none;color:white;}
100
+ .g-i1-n {margin:5px 5px 5px 20px;}
101
+ .g-i2-n {margin:5px 5px 5px 30px;}
102
+ .g-i3-n {margin:5px 5px 5px 40px;}
103
+ .g-l-n {list-style:none;}
104
+ .g-s-b {border-width:1px 5px; border-color:black;border-style:solid;background:#EEE;color:black; font-family:Verdana,sans-serif;font-size:14pt;font-weight:bold; text-decoration:none;}
105
+ .g-sb-h1 {background:#336;color:white;padding:4px; font-size:14pt;font-weight:bold;}
106
+ .g-sb-h2 {background:#336;color:white;font-size:10pt;font-weight:bold;padding:2px;}
107
+ .g-sb-n {color:blue;font-size:8pt;line-height:150%;margin:2px;}
108
+ .g-s-n {background-color:#EEEEEE;color:black;font-size:10pt; text-decoration:none;}
109
+ .g-s-nr {font-family:Verdana,sans-serif;background-color:red;color:white;font-size:10pt;font-weight:bold; text-decoration:none;}
110
+ .g-s-gn {font-family:Verdana,sans-serif;background-color:silver;color:black;font-size:10pt;font-weight:bold; text-decoration:none;}
111
+ .g-t-n {font-size:9pt;border-style:solid;border-color:#bbb;border-width: 1px 1px 1px 5px;margin:7px;padding:3px;background-color:#eee; color:black;}
112
+ .gs-h {font-family:Verdana,sans-serif;color:black;font-size:28pt;font-weight:bold;text-decoration:none;}
113
+ .gs-m {font-family:Verdana,sans-serif;color:black;font-size:22pt;font-weight:bold;text-decoration:none; margin-left:100px;}
114
+ .gs-f {font-family:Verdana,sans-serif;color:black;font-size:12pt; font-weight:normal;text-decoration:none;}
115
+ .h-b {background:#ddd;color:black;font-weight:bold;}
116
+ .i-2 {background: url(../../images/info.gif) no-repeat top left;}
117
+ .i-3 {background: url(../../../images/info.gif) no-repeat top left;}
118
+ .i-n {border-width: 3px 0 3px 0; border-style:solid;border-color:#bbb;font-size:10pt;margin:10px 10px 10px 60px;padding:10px;}
119
+ .i-h {margin:5px 5px 10px 60px;padding:5px;}
120
+ .i-m-s {padding:2px;margin:0;}
121
+ .i-s {border-width: 3px 0 3px 0; border-style:solid;border-color:#bbb;font-size:8pt;margin:10px 10px 10px 60px;padding:10px;}
122
+ .n-b-l {font:1pt Verdana, Arial, Helvetica, sans-serif;border-width:0 0 1px 0;border-style:solid;border-color:#CCF;margin:0px;padding:0px;}
123
+ .n-l-s {font:8pt Verdana, Arial, Helvetica, sans-serif;visibility:hidden;}
124
+ .n-t0 {float:right;position:relative;color:white;}
125
+ .n-t-t {text-align:right;padding:1px 1px 8px 1px;margin:0;color:white;}
126
+ .p-b {background:#eee;text-indent:3em;}
127
+ .p-m-ni {font-family:Verdana,sans-serif;font-size:10pt;font-style:italic;}
128
+ .navback {background:white;color:black;font-family:Verdana,sans-serif; text-decoration:none;font-weight:bold;font-size:10pt;}
129
+ .nav-top {background:blue;color:white;font-family:Verdana,sans-serif; text-decoration:none;font-weight:bold;font-size:10pt;}
130
+ .p-m-n,.norm {font-size: 10pt;font-family: Verdana, Helvetica, Arial, sans-serif;}
131
+ .p-m-s { font:8pt Verdana,Helvetica, Arial, sans-serif;}
132
+ .p-m-si {font:italic 8pt Verdana, Helvetica, Arial, sans-serif;}
133
+ .p-m-sp { background:white;font:8pt Verdana,Helvetica, Arial, sans-serif;}
134
+ .q-i-2 {background: url(../../images/quotes-open.gif) no-repeat top left;}
135
+ .q-s {border-width: 0 0 0 6px;border-style:solid;border-color:#acf;font-size:8pt;margin:10px 10px 10px 60px;padding:10px;}
136
+ .smallbold { font-family: Verdana, sans-serif; font-size: 8pt; font-weight:bold;}
137
+ /* link styles */
138
+ .t-dd:hover {background:#ddd;}
139
+ .t-ba {color:#aaa;font-weight:bold;}
140
+ .t-gb {color:blue;background:#eee;}
141
+ .t-dr {color:red;text-decoration:none;}
142
+ .t-dw {color:#666;text-decoration:none;}
143
+ .t-td1-l,.t-td1 {border-style:solid;border-width:5px 0 0 0;border-color:#ddd;padding:3px 3px 8px 5px;}
144
+ .t-td2-l,.t-td2 {border-style:solid;border-width:5px 0 0 0;border-color:#acf;padding:3px 3px 8px 5px;}
145
+ .t-m {background:#ccc;color:blue;text-decoration:none;}
146
+ .vital {font-family:Tahoma,Arial, sans-serif;font-size:12pt;background-color:#ddd; color:black;border-color:red;}
147
+ .w-2 {background: url(../../images/warning.gif) no-repeat top left;}
148
+ .w-3 {background: url(../../../images/warning.gif) no-repeat top left;border-width: 3px 0 3px 0; border-style:solid;border-color:#bbb;}
149
+
150
+ /* NS4.x specific - and default */
151
+ .v-f {display:block;}
152
+ .v-o {display:block;}
153
+ /* end expand divs */
154
+ .n-l-f a {color:black;}
155
+ .codegray {font-family:"Courier New",monospace;font-size:9pt;background-color:#EEE; color:black;}
156
+ .g-b-s {font:9pt "Courier New",monospace;padding:2px;background:#eee;}
157
+ .g-sb {font-family:Verdana, sans-serif;}
158
+ .l-b {font:8pt Verdana, Arial, Helvetica, sans-serif;border:0;background:#336;color:#CCF;margin:0 0 5px 0;height:38px;padding:5px 5px 0 5%;z-index:9;}
159
+ .n-l2,.n-l3,.n-l4 {position:absolute;display:none;padding:0;margin:0;list-style:none;top:0;left:100%;width:120px;border-bottom:1px solid blue;background:#EEE;font:8pt Verdana,Helvetica, Arial, sans-serif}
160
+ .n-l2-e,.n-l3-e,.n-l4-e {text-align:left;margin:0;padding:2px 5px;border:1px solid blue;border-width:1px 1px 0 1px;position:relative;}
161
+ .n-l2-es,.n-l3-es,.n-l4-es {text-align:left;margin:0;padding:2px 5px;border:1px solid blue;border-width:1px 1px 0 1px;position:relative;background:#ccf;}
162
+ .l-b-fp {font:8pt Verdana, Arial, Helvetica, sans-serif;height:88px;padding:5px 5px 0 5%;margin:0 0 5px 0}
163
+ .l-c-i {padding:10px;}
164
+ .l-l-fp {position:absolute;top:95px;left:6px;width:120px;z-index:10;text-align:right;}
165
+ .n-l {font-family:Verdana,sans-serif;position:fixed;top:60px;left:6px;visibility:hide;}
166
+ .n-l-l {font-size:9pt;background:white; color:black; text-decoration:none;text-align:right;}
167
+ .n-l-f {font-size: 10pt;color:black; text-decoration:none;text-align:right;}
168
+ .n-p-f {background:white;color:#336;font:10pt/16pt Verdana,sans-serif;text-decoration:none;text-align:right;}
169
+ .n-p-n {background:#EEE;color:#336;font:9pt/16pt Verdana,sans-serif;text-decoration:none;text-indent:2px; width:100%;}
170
+ .n-t-n {background:white;color:black;font:10pt Verdana,sans-serif;text-decoration:none;margin:0;padding:0;}
171
+ .n-t-s {background:white;color:#336;font-family:Verdana,sans-serif;font-size:8pt;text-decoration:none;}
172
+ .p-b-h {font:8pt Verdana,sans-serif;margin:0px;padding:0px;}
173
+ .p-f-s { font-family:9pt Verdana, sans-serif; color:silver;background:white;text-decoration:none;}
174
+ .popup {position:relative;font-family:Verdana,sans-serif;font-size:10pt; background:#EEE;color:blue;text-decoration:none;text-indent:8px;}
175
+ .t-db,.t-dd,.t-dn,.w-db {color:blue;text-decoration:none;}
176
+
177
+ -->
178
+ </style>
179
+ <style type="text/css" media="print">
180
+ <!--
181
+ /* ZYTRAX STYLE SHEET PRINT TEMPLATE */
182
+ .l-l {display:none;}
183
+ .l-r {display:none;}
184
+ .l-c {width:600px;margin:0;padding:30px 10px 5px 10px; border-width:0;}
185
+ .l-f {margin:5px;}
186
+ .n-t-t {display:none;}
187
+ .n-t0 {display:none;}
188
+ .adv {display:none;}
189
+ -->
190
+ </style>
191
+
192
+
193
+
194
+
195
+ </head>
196
+ <body>
197
+ <!-- Page Header plus top nav bar -->
198
+
199
+
200
+ <table id="pagetop" align="center" border="0" cellpadding="0" cellspacing="0" width="100%" class="n-t-s">
201
+ <tr valign="bottom" class="n-t-s">
202
+ <td id="logo" class="n-t-s"><a href="/"><img border="0" src="http://www.zytrax.com/images/zytrax-info-dark.gif" alt="ZYTRAX INFO LOGO" /></a></td>
203
+ <td align="right" class="n-t-s">
204
+ <a href="http://www.zytrax.com/feedback.htm" class="n-t-s">mail us</a>
205
+ &nbsp;&#124;&nbsp;
206
+ <a href="http://www.zytrax.com/run/mailpage.php" class="n-t-s">mail this page</a><br /><br />
207
+ <a id="p3" href="http://www.zytrax.com/products/" onmouseover="pop(0,3,'v')" onmouseout="swapout()" class="n-t-s">products</a>
208
+ &nbsp;&#124;&nbsp;
209
+ <a id="p5" href="http://www.zytrax.com/Company/" onmouseover="pop(0,5,'v')" onmouseout="swapout()" class="n-t-s">company</a>
210
+ &nbsp;&#124;&nbsp;
211
+ <a id="p7" href="http://www.zytrax.com/support/" onmouseover="pop(0,7,'v')" onmouseout="swapout()" class="n-t-s">support</a>
212
+ &nbsp;&#124;&nbsp;
213
+ <a id="p6" href="http://www.zytrax.com/training/" onmouseover="pop(0,6,'v')" onmouseout="swapout()" class="n-t-s">training</a>
214
+ &nbsp;&#124;&nbsp;
215
+ <a href="http://www.zytrax.com/Company/contacts.html" class="n-t-s">contact us</a>
216
+ </td>
217
+ </tr>
218
+ </table>
219
+
220
+
221
+
222
+ <!-- begin body table -->
223
+ <div class="l-c">
224
+ <p class="adv" align="center">
225
+ <script type="text/javascript"><!--
226
+ google_ad_client = "pub-9419480011552853";
227
+ /* Mobile Browser strings,468x60 */
228
+ google_ad_slot = "0268685443";
229
+ google_ad_width = 468;
230
+ google_ad_height = 60;
231
+ google_ad_format = "468x60_as";
232
+ google_ad_type = "text";
233
+ google_ad_channel = "";
234
+ google_color_border = "000000";
235
+ google_color_bg = "C3D9FF";
236
+ google_color_link = "000000";
237
+ google_color_text = "000000";
238
+ google_color_url = "008000";
239
+ //-->
240
+ </script>
241
+ <script type="text/javascript"
242
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
243
+ </script>
244
+ </p>
245
+
246
+ <h1>Browser ID (User-Agent) Strings</h1>
247
+ <p>This page was getting big - we're talking big. So we split the <a href="mobile_ids.html" class="t-db">mobile things</a> onto a separate page.</p>
248
+ <p>We started these pages with four strings because we had never seen a comprehensive list anywhere. Nominally RFC 1945 and RFC 2068 define them (<a href="http://www.ietf.org/rfc.html" target="_blank" class="t-dd">get RFCs</a>) but only as an afterthought (the RFCs define HTTP 1.0 and 1.1). Browser IDs, more correctly User Agent IDs, appear, among other places, as the environmental variable <a href="env_var.htm" class="t-db">HTTP_USER_AGENT</a> in Apache. You need this information to make the fewest checks possible for the browser environment or to optimise the display or ... to know who and what is crawling around your site. And if you want to check your browser string <a href="browser_id.shtml" class="t-db">use our cheap trick page</a>.</p>
249
+
250
+ <p><b>New Stuff:</b> Important update on browser version number inflation. Moz have now caught up with Chrome. In the last 5 months'ish FF has gone from version 4 to 7 and Chrome from 11 to 14 - we have revised our prediction and expect, at this rate, to see FF hit version 27 and Chrome to hit 49 by end 2012 with MS falling badly behind at version 17 in the same timeframe. We could, of course, we wrong on all counts. Tons of mobile updates including the latest Windows Phone 7.5 (mango) from HTC and Dell - but so far no Nokia WP7/8 strings. Also FF4 (yes, that old version) but on Windows 8 - yikes! Expect windows 32 in 2013 (or is that just a service pack number). On a slightly more serious note we notice an increasing trend in mobile browser strings toward using standard (sometimes cloaked) desktop (non-mobile) strings rather than the historically common, device identification string format. We assume, without having run any experiments, that this implies the browser is capable of handling normal web pages without the need for the server to specially format the page (other than to take account of normal, browser specific, quirks). The browser will locally handle the page display using scrolling, squidging or whatever technique bothers the user least. Looks like good news to us.</p>
251
+ <p>As always thanks to everyone who took the time to supply a string - even if we didn't use it.</p>
252
+ <p><b>The end of an era:</b> The last version of <a href="browser_ids.htm#netscape" class="t-db">Netscape</a> - the browser that started the modern browser business is no more. Netscape is dead - long live Netscape (with appropriate shudders at the memory of NS 4.x).</p>
253
+ <p>We regularly get asked for these strings in other formats - mostly without all our pathetic attempts at humor. We have studiously avoided doing anything about until now because it smelled vaguely of work. We got an email from Marc Gray who suggested that we use a simple <a href="regex.htm" class="t-db">regular expression</a> and was even kind enough to supply it. Marc provided a php script, which we enclose below (with a minor correction supplied by Dave Thomas) for those to whom it may be a more sensible solution. We slapped together a few lines of Javascript (you can't actually code in JS you can only slap things together - doubtless google would disagree) based on his idea so if you light the blue touch paper by clicking the button below, this page will disppear (after about 10 to 20 secs - depending on the speed of your processor) only the raw strings will remain. Simply save the resulting page and hack out anything that looks vaguely HTML'ish (the strings are enclosed in &lt;pre>&lt;/pre> tags). It was tested and works with FF (3 and 4), Webkit (Chrome/Safari), Opera 11.x (works on small data sets, croaks on the whole page), and IE 9.0 &amp; even IE 10 (IE 8.0 does not work, which probably means all prior versions don't work either). We are progressively going to add the feature on a browser-by-browser basis for your delight, edification and titillation. To restore the page to its full glory(!) just hit your page refresh button.</p>
254
+ <p><input type="button" value="All Browser Strings" onclick='zap_strings("");' /></p>
255
+ <pre class="g-c-s">
256
+ // Marc Gray's PHP script (untested by us)
257
+ // use at your discretion
258
+ &lt;?php
259
+ $page = file_get_contents('http://www.zytrax.com/tech/web/mobile_ids.html');
260
+ preg_match_all('/<(p) class="g-c-[ns]"[^>]*>(.*?)<\/p>/s', $page, $m);
261
+
262
+ $agents = array();
263
+ foreach($m[2] as $agent) {
264
+ $split = explode("\n", trim($agent));
265
+ foreach($split as $item) {
266
+ $agents[] = trim($item);
267
+ }
268
+ }
269
+ // $agents now holds every user agent string, one per array index, trimmed
270
+ foreach($agents as $agent) {
271
+ echo($agent."\n");
272
+ }
273
+
274
+ ?>
275
+ </pre>
276
+
277
+ <p><b>Notes:</b></p>
278
+ <ol>
279
+ <li><p>We always send an email to thank you for your contribution - if you don't get one it's 'cos your spam filters are probably putting it in your junk folder (thanks a bundle) or 'cos you gave us a wrong return address 'cos you don't trust us (thanks a bundle).</p></li>
280
+ <li><p>As always - especially if you are feeling a super-sleuth moment coming on - have look at the <a href="browser_ids.htm#mystery" class="t-db">mystery strings</a> and <a href="browser_ids.htm#wild" class="t-db">strings from server logs</a> to add to the total of mankind's knowledge.</p></li>
281
+ <li><p>We discontinued the crawler, spiders and robots section - there is much better coverage at <a href="http://www.robotstxt.org/wc/robots.html" class="t-db">this site</a> which is the home of robots.txt which is, as you all know, the file that tells well behaved crawlers to 'keep out' of your dirty linen.</p></li>
282
+ <li><p>We used to publish the feature list for mobile things dating from the days when it would probably say something like - 'makes phone calls, 15 char display, weighs 6 pounds'. Now the spec list just leaves us with a feeling of inferiority (they are smarter than we are) and it takes about 6 hours to get the specs from these horrible 'graphic-overkill' mobile supplier web sites. So we stopped.</p></li>
283
+ </ol>
284
+ <p><b>For browser historians:</b> We thought that <a href="browser_ids.htm#mosaic" class="t-db">Mosaic</a> was the original browser. As usual we were wrong. James Butler took the time to drop us an email - thanks:</p>
285
+ <div class="q-i-2">
286
+ <p class="q-s">Before there was NSCA's Mosaic there were several other browsers capable of interpreting HTML, including Erwise and Viola, both of which I used before the Andreeson project issued any software. Although primarily for viewing SGML, both of those browsers did a pretty good job of parsing the very basic HTML commands that Mr. Berners-Lee published as he developed his SGML subset (HTML).</p>
287
+ </div>
288
+ <p>For serious study of the topic Johnathan McCormack sent this <a href="http://arstechnica.com/web/news/2011/10/before-netscape-forgotten-web-browsers-of-the-early-1990s.ars" class="t-db">link to an arstechnica article on the early web browsers</a>. Fascinating stuff.</p>
289
+ <p>If your browser string is NOT here please take a moment and <a href="browser_id.shtml" class="t-db">click here</a> then mail us the result (if you are using an exotic browser send us the URL of where to get it). We are now crediting the supplier of each string or answer individually as a homage to all those folks who take the time as thousands of you have done over the years. Many thanks for helping ourselves. We have added some <a href="change-ua.html" class="t-db">info about changing UA strings</a> which unless you have to do it is, we think, a Very Bad Thing&trade;.</p>
290
+
291
+ <h1>The Browser Strings</h1>
292
+
293
+ <h2><a name="x1"></a><a href="http://jansfreeware.com/jfinternet.htm" target="_blank" class="t-db">1X</a></h2>
294
+ <p>A small Active X Windows only browser - no javascript and CSS support we think. Trial version downloadable. No visible price information.</p>
295
+ <p class="g-c-s">Science Traveller International 1X/1.0</p>
296
+ <p><b>Explanation:</b> 1X on Windows something - pretty descriptive string. String from Jonathan McCormack - thanks.</p>
297
+
298
+ <h2><a name="act10"></a><a href="http://jansfreeware.com/jfinternet.htm" target="_blank" class="t-db">Act 10</a></h2>
299
+ <p>A tiny - we're talking 750K download - browser for Windows. Supports Style sheets but no JS we suspect. Freeware.</p>
300
+ <p class="g-c-s">Mozilla/3.0 (compatible)</p>
301
+ <p><b>Explanation:</b> Act 10 on something? String from Anita O'Brien - thanks.</p>
302
+
303
+ <h2><a name="amaya"></a><a href="http://www.w3c.org/Amaya/" target="_blank" class="t-db">Amaya</a></h2>
304
+ <p>The W3C's own hosted browser and authoring tool project, another Open Source project. Runs on Windows and Linux/Unix. Pretty quirky the last time we downloaded it (long time ago).</p>
305
+ <p class="g-c-s">amaya/9.52 libwww/5.4.0 </p>
306
+ <p><b>Explanation:</b> Amaya 9.52 on SUSE 10. String from Ted King - thanks.</p>
307
+ <p class="g-c-s">amaya/9.51 libwww/5.4.0</p>
308
+ <p><b>Explanation:</b> Amaya 9.51 on linux 2.6 k7 SMP, Gtk+ 2 interface (April 2006) String from Lucas Lommer - and yeah its still quirky - thanks.</p>
309
+ <p class="g-c-s">amaya/9.1 libwww/5.4.0</p>
310
+ <p><b>Explanation:</b> Amaya 9.1 on something? String from Peter Booth who tells us its still pretty quirky - thanks.</p>
311
+ <p class="g-c-s">amaya/6.2 libwww/5.3.1</p>
312
+ <p><b>Explanation:</b> Amaya 6.2 (current version) on something? String from Jens T&oslash;nnesen - thanks.</p>
313
+
314
+ <h2><a name="amigavoyager"></a><a href="http://v3.vapor.com" target="_blank" class="t-db">Amiga Voyager</a></h2>
315
+ <p>Amiga browser - or should we say - the Amiga browser (apparently not these guys have got choices including <a href="#aweb" class="t-db">Aweb</a> and <a href="#ibrowse" class="t-db">iBrowse</a>). Shareware browser for all you Amiga/Morphos fans.</p>
316
+
317
+ <p class="g-c-s">AmigaVoyager/3.4.4 (MorphOS/PPC native)</p>
318
+ <p><b>Explanation:</b> AmigaVoyager 3.4.4 on a PowerPC? String from poeml ? - thanks.</p>
319
+ <h1><a name="arachne"></a><a href="http://www.cisnet.com/glennmcc/arachne/" target="_blank" class="t-db">Arachne</a></h1>
320
+ <p>This a browser for DOS (honest) that aparently even plays movies. Gotta love it.</p>
321
+ <p class="g-c-s">xChaos_Arachne/5.1.89;GPL,386+</p>
322
+ <p><b>Explanation:</b> A web browser for DOS. From Ryan Jones - thanks.</p>
323
+
324
+ <h2><a name="apt"></a><a href="" class="t-db">apt-get</a></h2>
325
+ <p>Advanced Package Tool (APT). This should only appear on FTP sites and is a Linux software update tool used on many distributions. Originally exclusive to Debian - now widely available. No link is provided since each distribution has its own version which is bundled with the release.</p>
326
+ <p class="g-c-s">Ubuntu APT-HTTP/1.3 (0.7.23.1ubuntu2) </p>
327
+ <p><b>Explanation:</b> Ap-get 1.3 on Linux Mint 8. String from Jake Wasdin - thanks.</p>
328
+ <p class="g-c-s">Ubuntu APT-HTTP/1.3</p>
329
+ <p><b>Explanation:</b> Ap-get 1.3 on Ubuntu Edgy Eft's. String from Jake Wasdin - thanks.</p>
330
+
331
+ <h2><a name="arora"></a><a href="http://code.google.com/p/arora/" target="_blank" class="t-db">Arora</a></h2>
332
+ <p>A QT based minimal browser based on WebKit. Windows and *nix.</p>
333
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.3 (Change: 287 c9dfb30)</p>
334
+ <p><b>Explanation:</b> Arora 0.3 on XP. String from Jake Wasdin - thanks.</p>
335
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux; en-US) AppleWebKit/523.15 (KHTML, like Gecko, Safari/419.3) Arora/0.2 (Change: 0 )</p>
336
+ <p><b>Explanation:</b> Arora 0.2 on kubuntu Hardy. String from Jake Wasdin - thanks.</p>
337
+
338
+ <h2><a name="avant"></a><a href="http://www.avantbrowser.com/" target="_blank" class="t-db">Avant Browser</a></h2>
339
+ <p>A fast (they say) kinda tabbed version of MSIE. Free forever (they say).</p>
340
+ <pre class="g-c-s">Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Avant Browser;
341
+ Avant Browser; .NET CLR 1.0.3705; .NET CLR 1.1.4322;
342
+ Media Center PC 4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)</pre>
343
+ <p><b>Explanation:</b>Avant Browser on MS Media Center PC (XP with SP2) and multiple .NET frameworks. String from R. Tinker - thanks.</p>
344
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322; FDM)</p>
345
+ <p><b>Explanation:</b>Avant Browser (MSIE 6 clone) on XP with SP2 and .NET framework. <a href="http://www.freedownloadmanager.org/" target="_blank" class="t-dd">FDM</a> is a free download manager. String from Suluh Legowo - thanks.</p>
346
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Avant Browser [avantbrowser.com]; Hotbar 4.4.5.0)</p>
347
+ <p><b>Explanation:</b>Avant Browser (MSIE 6 clone) on Win 2K. String from Dean Stringer - thanks.</p>
348
+
349
+ <h2><a name="aweb"></a><a href="http://aweb.sunsite.dk/" target="_blank" class="t-db">Amiga Aweb</a></h2>
350
+ <p>AWeb has been around for a while but was Open Sourced in 2002 (hence the Beta references on the site) Originally released in mid nineties - now being overhauled. We suspect this project (Amiga) generally is seeing more action now that when it was at in its heyday..</p>
351
+ <p class="g-c-s">Amiga-AWeb/3.5.07 beta</p>
352
+ <p><b>Explanation:</b> Sames as string below - but in native mode. String from Scott W - thanks.</p>
353
+ <p class="g-c-s">Mozilla/6.0; (Spoofed by Amiga-AWeb/3.5.07 beta)</p>
354
+ <p><b>Explanation:</b> Mozilla/6.0 no less - supercharged Firefox like features! Current Amiga AWebPPC build, PPC native, running on AmigaOS4 (PPC/G4). Available for classic 68k systems as well as PPC classics plus the new AmigaOS4. String from Scott W - thanks.</p>
355
+ <p class="g-c-s">MSIE/6.0; (Spoofed by Amiga-AWeb/3.4APL)</p>
356
+ <p><b>Explanation:</b> No fooling around with this one - straight to the point. String from pomel? - thanks.</p>
357
+
358
+ <h2><a name="blue"></a><a href="http://bluefish.openoffice.nl" target="_blank" class="t-db">Bluefish</a></h2>
359
+ <p>Not strictly a browser but an HTML editor and part of the openoffice suite. Or does someone know better?</p>
360
+ <p class="g-c-s">gnome-vfs/2.12.0 neon/0.24.7</p>
361
+ <p><b>Explanation:</b> Bluefish 1.0.7 on SUSE 10 - it uses the Gnome Virtual File System as a grabber. String from Ted King - thanks.</p>
362
+
363
+ <p class="g-c-s">bluefish 0.6 HTML editor</p>
364
+ <p><b>Explanation:</b> Bluefish 0.6 (Free HTML editor) on Linux Mandrake 8.0</p>
365
+
366
+ <h2><a name="browsex"></a><a href="http://bluefish.openoffice.nl" target="_blank" class="t-db">Browsex</a></h2>
367
+ <p>An Open Source browser for Linux and cross-compiled to Windows (Mingw32). Uses C and Tcl/Tk. Not a Gecko clone.</p>
368
+ <p class="g-c-s">Mozilla/4.61 [en] (X11; U; ) - BrowseX (2.0.0 Windows)</p>
369
+ <p><b>Explanation:</b> BrowseX on Linux we assume from the X11? String from Jonathan McCormack - thanks.</p>
370
+
371
+ <h2><a name="camino"></a><a href="http://www.mozilla.org/projects/camino/" target="_blank" class="t-db">Camino</a></h2>
372
+ <p>Mozilla's own MAC OS X lightweight browser project. Version 0.6 reflects the name Chimera which was the original name of this project. Mozilla do like to change browser names a lot (well in this case it turns out there is another browser named <a href="#chimera" class="t-db">Chimera</a>). Does appear to be a bit of a Cinderella project within Mozilla.</p>
373
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en; rv:1.9.0.19) Gecko/2011091218 Camino/2.0.9 (like Firefox/3.0.19)</p>
374
+ <p><b>Explanation:</b> Camino 2.0.9 on a PPC Mac OS X. String from Otis Maclay - thanks.</p>
375
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en; rv:1.9.0.19) Gecko/2011032020 Camino/2.0.7 (like Firefox/3.0.19)</p>
376
+ <p><b>Explanation:</b> Camino 2.0.7 on a Intel Mac OS X. String from Peter Versteegen - thanks.</p>
377
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.14) Gecko/20080409 Camino/1.6 (like Firefox/2.0.0.14)</p>
378
+ <p><b>Explanation:</b> Camino 1.6 on a Intel Mac OS X. Now adding the 'like Firefox' string. String from Paul B - thanks.</p>
379
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en;
380
+ rv:1.8.1.6) Gecko/20070809 Camino/1.5.1</p>
381
+ <p><b>Explanation:</b> Camino 1.5.1 on a PC Mac OS X. Gecko version is the same as Firefox 2.x. String from Ty Hatch - thanks.</p>
382
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.1) Gecko/20060118 Camino/1.0b2+</p>
383
+ <p><b>Explanation:</b> Camino nightly build on a Mac OS X. We guess the trailing plus indicates the nightly - are we samrt or what. String from Tim Johnsen - thanks.</p>
384
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030917 Camino/0.7+</p>
385
+ <p><b>Explanation:</b> Camino (ex Chimera) 0.7 on a MAC. Hot from the nighly builds and its got the aqua look by embedding in Cocoa (not a skin we are told) (String courtesy of Robert Johnson).</p>
386
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.1) Gecko/20021104 Chimera/0.6</p>
387
+ <p><b>Explanation:</b> Chimera 0.6 on a MAC??. We think it only runs on OS X. But has it got an aqua skin!! (String courtesy of John Reid).</p>
388
+
389
+ <h2><a name="charon"></a><a href="http://www.vitanuova.com/inferno/downloads.html" target="_blank" class="t-db">Charon</a></h2>
390
+ <p>Charon runs on the <a href="" class="t-db">Infero</a> OS which is related to <a href="http://cm.bell-labs.com/plan9/" class="t-db">Plan 9</a> which is from the original Unix guys. Apparently the only way you get the browser is to download the Inferno OS as well.</p>
391
+ <p class="g-c-s">Mozilla/4.08 (Charon; Inferno)</p>
392
+ <p><b>Explanation:</b> Charon on Inferno OS. String from Chris Barts - thanks.</p>
393
+
394
+ <h2><a name="check"></a><a href="http://activeurls.com" target="_blank" class="t-db">Check&amp;Get</a></h2>
395
+ <p>Browse, monitor for page changes and download webs - mmmmmmmmmmm. Next time you hear a giant sucking sound it may be this guy.</p>
396
+ <p class="g-c-s">Mozilla/2.0 compatible; Check&amp;Get 1.14 (Windows NT)</p>
397
+ <p><b>Explanation:</b> Check&amp;Get Version 1.14 on NT 4.0. Sloppy browser string no parentheses. String from Erik Inge Bols&oslash; - thanks.</p>
398
+
399
+ <h2><a name="chimera"></a><a href="http://www.chimera.org" target="_blank" class="t-db">Chimera</a></h2>
400
+ <p>X based browser for the Unix world - seems very old and not updated for some considerable time - this upgrade boasts HTML 3.2 compatability - which makes it as feature rich as MSIE 5 (just joking - honest).</p>
401
+ <p class="g-c-s">Chimera/2.0alpha</p>
402
+ <p><b>Explanation:</b> Informative browser string. String from Jonathan McCormack - thanks.</p>
403
+
404
+ <div id="chrome">
405
+ <h2><a name="chrome"></a><a href="http://www.google.com/chrome" target="_blank" class="t-db">Chrome</a></h2>
406
+ <p>New Webkit based browser from that search company with the funny name and which generated a lot of 'end of the world as we know it' discussion when initially released. World still seems to be revolving last time we checked. <a href="http://dev.chromium.org/" target="_blank" class="t-db">Chromium</a> is the Open Source base from which Chrome is derived and <a href="http://www.codeweavers.com/services/ports/chromium/" target="_blank" class="t-db">Cross-over chromium</a> is the Linux and MAC OS X port of Chromium - whew!. <a href="#google" class="t-db">Other google strings</a>. And the <a href="mobile_ids.html#google" class="t-db">Google Nexus Phones</a>.</p>
407
+ <p><input type="button" value="Only Chrome Strings" onclick='zap_strings("chrome");' /></p>
408
+ <p class="g-c-s">Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.202 Safari/535.1</p>
409
+ <p><b>Explanation:</b> Google Chrome 14.0.835.202 on Windows 7. String from Alexandre Fernades - Thanks.</p>
410
+ <p class="g-c-s">Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1</p>
411
+ <p><b>Explanation:</b> Google Chrome 14.0.835.186 on Windows Vista 64. String from Raphael diSanto and Shelly Evans - Thanks.</p>
412
+ <p class="g-c-s">Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.126 Safari/535.1</p>
413
+ <p><b>Explanation:</b> Google Chrome 14.0.835.126 on Windows Vista 64. String from Will Fuhrman - Thanks.</p>
414
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_3) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1</p>
415
+ <p><b>Explanation:</b> Google Chrome 13.0.782.220 on iThingy. String from Harish Yagain - Thanks.</p>
416
+ <p class="g-c-s">Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1</p>
417
+ <p><b>Explanation:</b> Google Chrome 13.0.782.220 on Windows XP. String from Luis Castillo - Thanks.</p>
418
+ <p class="g-c-s">Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1</p>
419
+ <p><b>Explanation:</b> Google Chrome 13.0.782.215 on Windows 7. String from Michele Trovero - Thanks.</p>
420
+ <p class="g-c-s">Mozilla/5.0 (Windows NT 6.1) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.60 Safari/534.30</p>
421
+ <p><b>Explanation:</b> Google Chrome 12.0.742.60 on Windows 7. String from M C (right) - Thanks.</p>
422
+ <p class="g-c-s">Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24</p>
423
+ <p><b>Explanation:</b> Google Chrome 11.0.696.71 on Windows XP. String from Melody Barrueta - Thanks.</p>
424
+ <p class="g-c-s">Mozilla/5.0 (Windows NT 6.0) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.60 Safari/534.24</p>
425
+ <p><b>Explanation:</b> Google Chrome 11.0.696.60 on Windows Vista Ultimate. String from Garman Liu - Thanks.</p>
426
+ <p class="g-c-s">Mozilla/5.0 (Windows NT 5.1) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.57 Safari/534.24</p>
427
+ <p><b>Explanation:</b> Google Chrome 11.0.696.57 on Windows XP. String from Qui Cheng - Thanks.</p>
428
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.205 Safari/534.16</p>
429
+ <p><b>Explanation:</b> Google Chrome 10.0.648.205 on Windows XP. String from Thu Win - Thanks.</p>
430
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.204 Safari/534.16</p>
431
+ <p><b>Explanation:</b> Google Chrome 10.0.648.204 on Windows 7 running on MacBook Air 13" runing Parallels virtual machine software - phew. String from Trotter Hardy - Thanks.</p>
432
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16</p>
433
+ <p><b>Explanation:</b> Google Chrome 10.0.648.133 on Windows Vista (unlucky for some). String from Diego Dahm - Thanks.</p>
434
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.133 Safari/534.16</p>
435
+ <p><b>Explanation:</b> Google Chrome 10.0.648.133 on MacBook under X 10.6.6. String from Skip M - Thanks.</p>
436
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Chrome/10.0.648.127 Safari/534.16</p>
437
+ <p><b>Explanation:</b> Google Chrome 10.0.648.127 on Fedora 14. String from David Strickland - Thanks.</p>
438
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.98 Safari/534.13</p>
439
+ <p><b>Explanation:</b> Google Chrome 9.0.597.98 on Windows XP. String from Adriano Cavalcante - Thanks.</p>
440
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10</p>
441
+ <p><b>Explanation:</b> Google Chrome 8.0.552.237 on Windows Vista. String from Scott Stanlick - Thanks.</p>
442
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.63 Safari/534.3</p>
443
+ <p><b>Explanation:</b> Google Chrome 6.0.472.63 on Windows XP. String from Harold Bratcher - Thanks.</p>
444
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.127 Safari/533.4</p>
445
+ <p><b>Explanation:</b> Google Chrome 5.0.375.127 on Mac OS X. String from Matt Greek - thanks.</p>
446
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.125 Safari/533.4</p>
447
+ <p><b>Explanation:</b> Google Chrome 5.0.375.125 on Windows 7 (x64). String from Lucas Ze - thanks.</p>
448
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.125 Safari/533.4</p>
449
+ <p><b>Explanation:</b> Google Chrome 5.0.375.99 on Windows Vista Home Premium with SP1. String from David Boteen and Lucas Ze and Aaron- thanks.</p>
450
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4</p>
451
+ <p><b>Explanation:</b> Google Chrome 5.0.375.99 on Windows XP. String from Giovanni Rimoli - thanks.</p>
452
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.1 (KHTML, like Gecko) Chrome/5.0.322.2 Safari/533.1</p>
453
+ <p><b>Explanation:</b> Google Chrome 5.0.322.2 (my what a lot of dots in the release version) on Windows 7. String from Arijit Banerjee - thanks.</p>
454
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.307.9 Safari/532.9</p>
455
+ <p><b>Explanation:</b> Google Chrome 5.0.307.9 on Linux Gentoo - custom build for use with Squid. String from Stephen Christman - thanks.</p>
456
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Chrome/5.0.307.11 Safari/532.9</p>
457
+ <p><b>Explanation:</b> Google Chrome 5.0.307 on Apple MacBook Pro. String from Jim Dukarm - thanks.</p>
458
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.78 Safari/532.5</p>
459
+ <p><b>Explanation:</b> Google Chrome 4.0.249 running on Windows 7 (64 bits - trust us on this one). String from Thu Win - thanks.</p>
460
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.4 (KHTML, like Gecko) Chrome/4.0.233.0 Safari/532.4</p>
461
+ <p><b>Explanation:</b> Chromium 4.0.233.0 running on Ubuntu build 30813. String from Ron Rossman - thanks.</p>
462
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.198.0 Safari/532.0</p>
463
+ <p><b>Explanation:</b> Chromium 3.0.198.0 (22605) running on Ubuntu 9.10 (Karmic). String from Barry van Oudtshoom - thanks.</p>
464
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; Valve Steam GameOverlay; ) AppleWebKit/532.1 (KHTML, like Gecko) Chrome/3.0.195.24 Safari/532.1</p>
465
+ <p><b>Explanation:</b> Chrome 3.0.195.24 running on Windows 7. String from Matthew Green - thanks.</p>
466
+
467
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13</p>
468
+ <p><b>Explanation:</b> Chromium Dev. Build 21 (CrossOver RPM) on SUSE 10. String from Ted King - thanks.</p>
469
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.33 Safari/532.0</p>
470
+ <p><b>Explanation:</b> Chrome 3.0.195.33 running on Windows XP SP423 (just kidding - it's SP3). String from Ross Ritchey - thanks.</p>
471
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19</p>
472
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-US) AppleWebKit/531.0 (KHTML, like Gecko) Chrome/3.0.183 Safari/531.0</p>
473
+ <p><b>Explanation:</b> Chrome on OS X (pre-release). String from Bryce Cogswell - thanks.</p>
474
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.53 Safari/525.19</p>
475
+ <p><b>Explanation:</b> Chrome on Windows Vista Ultimate. String from Percy McCoy - thanks.</p>
476
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.36 Safari/525.19</p>
477
+ <p><b>Explanation:</b> First Google Chrome out of beta (12/13/2008). String from Jake Wasdin - thanks.</p>
478
+ <p class="g-c-s">Mozilla/5.0 (Linux; U; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13</p>
479
+ <p><b>Explanation:</b> Deyan writes 'Google Chromium Test Shell for Linux (on openSUSE 11.1), compiled from source. This is a minimal GUI shell to test Chromium's rendering on Linux. Right clicking a page gives no result, there is no top menu, plugins don't seem to work yet, some web sites cause problems, but it runs well enough for example to read Gmail or to post this message. Instructions are available at <a href="http://code.google.com/p/chromium/wiki/LinuxBuildInstructions" class="t-db"> http://code.google.com/p/chromium/wiki/LinuxBuildInstructions</a>'. String from Deyan Mavrov - thanks.</p>
480
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13</p>
481
+ <p><b>Explanation:</b> Cross-over Chromium - and just how do we know that - well Jake told us is how (apparently the help/about screen gives the real skinny). String from Jake Wasdin - thanks.</p>
482
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13</p>
483
+ <p><b>Explanation:</b> Google Chrome browser in Beta release. This string is on XP but we also got it on Vista as well. String from Dirk Heyne, Alex Williams, Jake Wasdin, Jonathan McCormack, Don Hansen, Jeremey Jarratt, Carl Karlsson - thanks.</p>
484
+ </div>
485
+
486
+ <h2><a name="contiki"></a><a href="http://www.comodo.com/home/browsers-toolbars/browser.php" target="_blank" class="t-db">Comodo Dragon</a></h2>
487
+ <p>All the way from the Gal&aacute;pagos Islands. Well almost. A browser based on chromium with enhanced security features. Wait a minute, was that not what chromium boasted about.</p>
488
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Comodo_Dragon/4.0.1.6 Chrome/4.0.249.78 Safari/532.5</p>
489
+ <p><b>Explanation:</b> Comodo Dragon on XP. String from Hashan Gayasri - thanks.</p>
490
+
491
+ <h2><a name="contiki"></a><a href="http://www.sics.se/~adam/contiki/apps/webbrowser.html" target="_blank" class="t-db">Contiki</a></h2>
492
+ <p>Browser claimed to be on the oldest hardware ever to browse the web - unless you know better that is! Browser for the venerable Commodore 64.</p>
493
+ <p class="g-c-s">Contiki/1.0 (Commodore 64; http://dunkels.com/adam/contiki/)</p>
494
+ <p><b>Explanation:</b> Contiki - the original traveled across the Atlantic (or was that Kontiki) - this one travels the internet. String from Erik Inge Bols&oslash; - thanks.</p>
495
+ <p class="g-c-s">Contiki/1.0 (Commodore 64; http://dunkels.com/adam/contiki/)</p>
496
+ <p><b>Explanation:</b> Contiki (a very small footprint Open Source OS) with built in browser which even tells you where to get it - is that helpful or what! From Ryan Jones - thanks.</p>
497
+
498
+ <h2><a name="curl"></a><a href="http://curl.haxx.se/" target="_blank" class="t-db">cURL</a></h2>
499
+ <p>cURL (yeah that's the way they want it spelled) is a command line tool (similar to wget) for accessing web based stuff. Runs on Linux, BSD and MAC OS X and Windows under MinGW (GNU for Windows).</p>
500
+ <p class="g-c-s">curl/7.19.5 (i586-pc-mingw32msvc) libcurl/7.19.5 OpenSSL/0.9.8l zlib/1.2.3</p>
501
+ <p><b>Explanation:</b> cURL 7.19.5 on a Windows under <a href="http://www.mingw.org">MinGW</a>. String from Aaron - thanks.</p>
502
+ <p class="g-c-s">curl/7.7.2 (powerpc-apple-darwin6.0) libcurl 7.7.2 (OpenSSL 0.9.6b)</p>
503
+ <p><b>Explanation:</b> The current version of cURL is 7.10.5 (built on libcurl). On a Mac OS X 10.2.6 system, with Darwin kernel version 6.6. String from Stephen Paulsen - thanks.</p>
504
+
505
+ <h2><a name="democracy"></a><a href="http://www.getdemocracy.com/" target="_blank" class="t-db">Democracy</a></h2>
506
+ <p>Not strictly a browser but a TV viewer developed by the <a href="http://participatoryculture.org/" target="_blank" class="t-db">not-for-profit participatoryculture.org</a> who are dedicated (according to their web site and we have reason to doubt them) to keeping internet TV free (open source) and open (standards based). Project anticipates developing the viewer, a movie sharing service, a channel guide and a method of for RSS distribution for video. Pretty comprehensive. Runs on Windows.</p>
507
+ <p class="g-c-n">Democracy/0.8.1 (http://www.participatoryculture.org)</p>
508
+ <p><b>Explanation:</b> First in-the-wild sighting for this new TV viewer. String from Jeremy Hannon - thanks.</p>
509
+
510
+ <h2><a name="dillo"></a><a href="http://www.dillo.org/" target="_blank" class="t-db">Dillo</a></h2>
511
+ <p>A very (like &lt; 500K dowload) very lightweight FLTK-based browser. Seems to run only on *nix (and the out-of-box DragonflyBSD and DSL - Damn Small Linux - choice). Now five years old (in 2005). Great stuff - keep rocking. We like to give 'em a hard time over their lack of Moz info in the string but since there is nothing else in the string it does seem a little unfair (but see note below).</p>
512
+ <p class="g-c-n">Mozilla/4.0 (compatible; Dillo 2.2)</p>
513
+ <p><b>Explanation:</b> Dillo 2.2 running on - wait for it - Windows XP SP3 (available from <a href="http://dillo-win32.sourceforge.net/" class="t-db">sourceforge</a>. And with Mozilla in the string. We almost had a heart attack. String from Benjamin Johnson (and he should know since he's the developer) - thanks.</p>
514
+ <p class="g-c-n">Dillo/2.2</p>
515
+ <p><b>Explanation:</b> Dillo 2.2 running under Puppy Linux 4.3 (not that you would pick that up from the string!) This version includes CSS support and tabs and finally renders the zytrax site - perfectly. Always the sign of a great browser we think. String from Jake Wasdin - thanks.</p>
516
+ <p class="g-c-n">Dillo/0.8.6</p>
517
+ <p><b>Explanation:</b> Throwback to the old long string days - on SUSE 10. But how do they manage to pack so much info into such a short string? String from Ted King - thanks.</p>
518
+ <p class="g-c-n">Dillo/2.0</p>
519
+ <p><b>Explanation:</b> From the acknowledged world leaders in short Browser strings comes this nosebleedingly long version 2.0 string (on Mandriva 2008.1). String from Jake Wasdin - thanks.</p>
520
+ <p class="g-c-n">Dillo/0.8.5-i18n-misc</p>
521
+ <p><b>Explanation:</b> This one from DSL linux distro with QEMU (an emulator which has also been ported to windows). String from anonymous - thanks anyway.</p>
522
+ <p class="g-c-n">Dillo/0.8.5-pre</p>
523
+ <p><b>Explanation:</b> Extra long and informative string from latest version of Dillo. String from Andrew Preater - thanks.</p>
524
+ <p class="g-c-n">Dillo/0.8.3</p>
525
+ <p><b>Explanation:</b> Dillo under Mandrake 10.1 with kernel 2.6.7. As Andrew remarked "These Dillo strings don't get any more exciting, do they? Still a nice light-and-fast browser though." String from Andrew Preater - thanks.</p>
526
+ <p class="g-c-n">Dillo/0.8.2</p>
527
+ <p><b>Explanation:</b> Dillo under NetBSD on Transmeta Crusoe (and just how do we know that - 'cos Alex told us that's how). String from Alex Poylisher - thanks.</p>
528
+ <p class="g-c-n">Dillo/0.8.2</p>
529
+ <p><b>Explanation:</b> Dillo on Linux Mandrake 10.0 (with a 2.6 kernel - gotta read between the chars!). String from Andrew Preater - thanks.</p>
530
+ <p class="g-c-s">Dillo/0.6.6</p>
531
+ <p><b>Explanation:</b> Dillo 0.6.6 on ?. Dumb lack of Mozilla compatibility version see <a href="#rants" class="t-db">our rants</a>.</p>
532
+
533
+ <h2><a name="doczilla"></a><a href="http://www.doczilla.com/" target="_blank" class="t-db">DocZilla</a></h2>
534
+ <p>Proprietary SGML and XML parsers built on top of the standard Gecko engine. Win32 only. Theory is you can directly view HTML, SGML and XML pages. Clever or what. Free non-commercial use otherwise they stiff you for money - the devils!.</p>
535
+ <p class="g-c-s">DocZilla/1.0 (Windows; U; WinNT4.0; en-US; rv:1.0.0) Gecko/20020804</p>
536
+ <p><b>Explanation:</b> DocZilla 1.0 RC1. No Mozilla compatability number - dumb. Could find no menu option to change the string.</p>
537
+
538
+ <h2><a name="edbrowse"></a><a href="http://www.eklhad.net/linux/app/" target="_blank" class="t-db">edbrowse</a></h2>
539
+ <p>Text mode browser, plus editor plus mail client targetted at blind users - for *nix systems.</p>
540
+ <p class="g-c-s">edbrowse/2.2.10</p>
541
+ <p><b>Explanation:</b> edbrowse on something! String from Erik Inge Bols&oslash; - thanks.</p>
542
+
543
+ <h2><a name="elinks"></a><a href="http://elinks.or.cz/" target="_blank" class="t-db">Elinks</a></h2>
544
+ <p>Enhanced <a href="#links" class="t-db">Links</a> - a development fork - text only browser. There are a lot of folks who (a) only want the data - forget all the fancy graphic stuff and (b) are visually challenged and need control.</p>
545
+ <p class="g-c-s">ELinks/0.12~pre2.dfsg0-1ubuntu1-lite (textmode; Debian; Linux 2.6.32-4-jolicloud i686; 143x37-2)</p>
546
+ <p><b>Explanation:</b> Elinks Light on JoliCloud (netbook OS based on Ubuntu which is based on Debian - go figure). String from Jake Wasdin - thanks.</p>
547
+ <p class="g-c-s">ELinks/0.12pre5.GIT (textmode; CYGWIN_NT-6.1 1.7.1(0.218/5/3) i686; 80x24-2)</p>
548
+ <p><b>Explanation:</b> ELinks-lite 0.12pre5 under CYWIN on Windows 7 (honest). String from Jake Wasdin - thanks.</p>
549
+ <p class="g-c-s">ELinks/0.11.3-5ubuntu2-lite (textmode; Debian; Linux 2.6.24-19-generic i686; 126x37-2)</p>
550
+ <p><b>Explanation:</b> ELinks-lite 0.11.3 (interesting concept - a lite version of a text browser) on Xubuntu Hardy. String from Jake Wasdin - thanks.</p>
551
+ <p class="g-c-s">ELinks/0.11.4-2 (textmode; Debian; GNU/kFreeBSD 6.3-1-486 i686; 141x21-2)</p>
552
+ <p><b>Explanation:</b> ELinks 0.11.4 on Debian/kFreeBSD. String from Jake Wasdin - thanks.</p>
553
+ <p class="g-c-s">ELinks (0.4.3; NetBSD 3.0.2_PATCH sparc64; 141x19)</p>
554
+ <p><b>Explanation:</b> ELinks 0.4.3 on www.freeeshells.ch a service providing free unix shell account access under NETBSD. String from Jake Wasdin - thanks.</p>
555
+ <p class="g-c-s">ELinks/0.10.4-7ubuntu1-debian (textmode; Linux 2.6.12-10-k7-smp i686; 80x24-2)</p>
556
+ <p><b>Explanation:</b> ELinks 0.10.4 on ubuntu oldstable, linux 2.6 k7 SMP, standard terminal. The last digits are terminal window size (July 2006). String from Lucas Lommer - thanks.</p>
557
+ <p class="g-c-s">ELinks/0.10.5 (textmode; CYGWIN_NT-5.0 1.5.18(0.132/4/2) i686; 143x51-2)</p>
558
+ <p><b>Explanation:</b> Elinks 0.10.5 on Windows 2000 (SP4) using CYGWIN. Apparently with full CSS, javascript and frames support. The last digits are terminal window size. String from Andrew Preater - thanks.</p>
559
+ <p class="g-c-s">ELinks (0.4.2; Linux; )</p>
560
+ <p><b>Explanation:</b> Elinks 0.4.2 (older version - latest is 0.9.x). String from Erik Inge Bols&oslash; - thanks.</p>
561
+
562
+ <h2><a name="emacs"></a><a href="http://www.gnu.org/software/w3/" target="_blank" class="t-db">Emacs/w3s</a></h2>
563
+ <p>Slightly aging browser for those emacs users (we're speaking as vi users here so believe it if you want). Seems to be re-morphing under project Savanah.</p>
564
+ <p class="g-c-s">Emacs-W3/4.0pre.46 URL/p4.0pre.46 (i686-pc-linux; X11)</p>
565
+ <p><b>Explanation:</b> Emacs/W3 on X-windows Linux. String from Erik Inge Bols&oslash; - thanks.</p>
566
+
567
+ <h2><a name="epiphany"></a><a href="http://www.gnome.org/projects/epiphany/" target="_blank" class="t-db">Epiphany</a></h2>
568
+ <p>Another lightweight GNOME-based browser now with either a Firefox (Gecko) or a webkit back-end. *nix's only.</p>
569
+ <h4>Epiphany 2.x</h4>
570
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-us) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+ Epiphany/2.29.5</p>
571
+ <p><b>Explanation:</b> Epiphany 2.29.5 - the WebKit version - on HP Pavilion ze5607wm running Sidux Linux with Gnome display manager and XFCE4 window manager. String from Kevin Miller - thanks</p>
572
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.11) Gecko/20080528 Epiphany/2.22 Firefox/3.0</p>
573
+ <p><b>Explanation:</b> Epiphany 2.22 - the Gecko version - on Ubuntu Jaunty Jackalope 9.04. String from Jake Wasdin - thanks</p>
574
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/420+ (KHTML, like Gecko)</p>
575
+ <p><b>Explanation:</b> Epiphany 2.20.1 (webkit version) on Xubuntu Hardy. Very early version - no Epiphany identification string which probably reflects the early release status. String from Jake Wasdin - thanks</p>
576
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux x86_64; c) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) epiphany</p>
577
+ <p><b>Explanation:</b> Epiphany 2.22 (?) on Gentoo for x86_64. They appear to be no longer describing the release number in the string - strange. String from Billy Dorminy - thanks</p>
578
+ <h4>Epiphany Pre 2.x</h4>
579
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux x86_64; en; rv:1.8.1.4) Gecko/20061201 Epiphany/2.18 Firefox/2.0.0.4 (Ubuntu-feisty)</p>
580
+ <p><b>Explanation:</b> Epiphany 2.18.1 on AMD Turion 64 on Ubuntu Linux Feisty Fawn. String from Jon J - thanks</p>
581
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060731 Epiphany/2.14 Firefox/1.5.0.5</p>
582
+ <p><b>Explanation:</b> Epiphany 2.14 on Gentoo LiveCD on a very modestly powered PC. String from Richard Steiner - thanks</p>
583
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en; rv:1.8.1) Gecko/20061203 Epiphany/2.16 Firefox/2.0</p>
584
+ <p><b>Explanation:</b> Epiphany 2.16 on a Linux distro of some sort. String from Patrick Ohearn - thanks</p>
585
+
586
+ <h4>Epiphany 1.x</h4>
587
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.1) Gecko/Debian-1.8.0.1-5 Epiphany/1.8.5</p>
588
+ <p><b>Explanation:</b> Epiphany 1.8.5 on Debian on AMD 64 bit machine. String from Andrew Preater - thanks</p>
589
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; cs-CZ; rv:1.7.13) Gecko/20060418 Epiphany/1.8.2 (Ubuntu) (Ubuntu package 1.0.8)</p>
590
+ <p><b>Explanation:</b> Epiphany 1.8.2 on Ubuntu oldstable, linux 2.6 K7 SMP. String from Lucas Lommer - thanks</p>
591
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040924 Epiphany/1.4.4 (Ubuntu)</p>
592
+ <p><b>Explanation:</b> Epiphany 1.4.4 on (<a href="http://www.ubuntulinux.org/" target="_blank" class="t-db">Ubuntu</a> a new 'Linux for Human Beings' distro. Current release is called Hoary Hedgehog but wait for it - the previous one was called Warty Warthog - we talking catchy or what - are these guys in alliteration big time. String from Dave Wood - thanks</p>
593
+ <p class="g-c-s">Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040628 Epiphany/1.2.6</p>
594
+ <p><b>Explanation:</b> Epiphany 1.2.6 on FreeBSD (Hurrah). String from Edwin Chambers - thanks</p>
595
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031030 Epiphany/1.0.8</p>
596
+ <p><b>Explanation:</b> Epiphany 1.0.8 on Red Hat Enterprise Linux AS release 3. String from Frank Toth - thanks</p>
597
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031114 Epiphany/1.0.4</p>
598
+ <p><b>Explanation:</b> Epiphany 1.0.4 on Linux. String from Eric Bowman - thanks</p>
599
+ <h4>Epiphany Pre 1.x</h4>
600
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030704 Epiphany/0.9.2</p>
601
+ <p><b>Explanation:</b> Epiphany 0.9.2 on Linux. String from Adam Hauner - thanks</p>
602
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703 Epiphany/0.8.4</p>
603
+ <p><b>Explanation:</b> Epiphany version 0.8.4 on Linux. (String from Adam Hauner - thanks)</p>
604
+
605
+ <h2><a name="fetch"></a><a href="http://www.freebsd.org" target="_blank" class="t-db">fetch</a></h2>
606
+ <p>Not strictly a browser - this is the tool used by FreeBSD to download software when you do that automagical 'make install clean' in the ports collection. Great system - we love it to death.</p>
607
+ <p class="g-c-s">fetch libfetch/2.0</p>
608
+ <p><b>Explanation:</b> FreeBSD's 'ports collection' download tool. Should only appear on FTP sites. String from Steven Heumann - thanks.</p>
609
+
610
+ <h2><a name="firefox"></a><a href="http://www.mozilla.com/en-US/firefox/" target="_blank" class="t-dd">Firefox</a></h2>
611
+ <p>Phoenix is dead - long live Firebird. Firebird is dead - long live Firefox. Firebird/Phoenix has morph'd into Firefox. The Mozilla roadmap shows Firefox as the browser for the next generation of Mozilla. Essentially (if we can paraphrase a very big page) the mozilla design team are saying that they will develop a set of components (browser, mail client, editor (composer) and others) which will work well together but will have their own development priorities and timeframes, rather than the current monolithic Mozilla structure. The historic Phoenix and Firebird strings are still on the main page 'cos we like to remind 'em of their humble beginnings. <b>Note:</b> For Firefox 3 and perhaps after, Minefield will remain the development version and always have 'pre' in the string, whereas GranParadiso is the release leg and will not have 'pre' in the string - so there you go. Shiretoko named for the Japanese Peninsula and a UN world heritage site (aren't we the smart ones) seems to be the development release leg for 3.5 - replacing GranParadiso? While Namoroka (a unique nature reserve in northeastern Madagascar) seems to be the 3.6 development release leg.</p>
612
+ <p>The 'mobile Firefox' is being developed under the current codename of Fennec (a small noctunal fox found in the Sahara desert) - man, who comes up with these names. But don't worry they'll change the name 427 times before release. Multi-platform - Linux and Windows Mobile so far.</p>
613
+ <p>Don't forget the Mozilla <a href="http://www.mozilla.org/projects/seamonkey/" class="t-db">SeaMonkey</a> project about which which J. Reynolds writes:</p>
614
+ <div class="q-i-2">
615
+ <p class="q-s">The SeaMonkey project is a community effort to deliver production-quality releases of code derived from the application formerly known as "Mozilla Application Suite". Whereas the main focus of the Mozilla Foundation is on Mozilla Firefox and Mozilla Thunderbird, our group of dedicated volunteers works to ensure that you can have &quot;everything but the kitchen sink&quot; and have it stable enough for corporate use.
616
+ </p>
617
+ <p><b>Note:</b> The seamonkey strings are under <a href="#mozilla" class="t-db">Mozilla</a>.</p>
618
+ <p>Nathan Lineback supplied this reference to a <a href="http://toastytech.com/guis/ff15t.html" class="t-db">bunch of screen shots showing the OS's to which Firefox (1.5 mostly)</a> has been ported.</p>
619
+ <p>Windows FF users may want to check out <a href="#palemoon">palemoon</a> which claims to be up to 25% faster than the moz port by optimizing the FF code base for Windows.</p>
620
+ </div>
621
+ <p>This represents the current and major historic release versions of the strings - well in our unbalanced judgment. We maintain a separate page with a <a href="firefox-history.html" class="t-db">complete list of Firefox strings</a> that we have ever found or received (including some really bizarre stuff) - includes those on this page.</p>
622
+ <h4>Curious and Clones (or even Curious Clones)</h4>
623
+ <p>Mostly not supported by Mozilla</p>
624
+ <p class="g-c-s">Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0</p>
625
+ <p><b>Explanation:</b><a href="http://portableapps.com/" class="t-dd" target="_blank"> Firefox Portable (FF/4)</a> on XP (optimized for USB load). String from Thu Win - thanks.</p>
626
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4 (Splashtop-v1.0.5.0)</p>
627
+ <p><b>Explanation:</b>Firefox (3.0.4) branded for the HP splashtop platform. String from Jake Wasdin - thanks.</p>
628
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051111 Firefox/1.5 BAVM/1.0.0</p>
629
+ <p><b>Explanation:</b> The UA string from Firefox inside VMWare's Browser Appliance. String from Jake Wasdin - thanks.</p>
630
+ <p class="g-c-s"><a name="thunderbird"></a>Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1a2pre) Gecko/2008073000 Shredder/3.0a2pre ThunderBrowse/3.2.1.8 </p>
631
+ <p><b>Explanation:</b> No idea what to do with this one since it's the UA string from Thunderbird nightly build of Version 3 (codenamed Shredder) with an embedded browser add-in called ThunderBrowse. String from Jake Wasdin - thanks.</p>
632
+
633
+
634
+ <h4>Mobile Versions</h4>
635
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux armv61; en-US; rv:1.9.1b2pre) Gecko/20081015 Fennec/1.0a1</p>
636
+ <p><b>Explanation:</b> Alpha version of Mozilla Fennec (mobile Firefox) on Nokia N800. String from Jake Wasdin - thanks.</p>
637
+
638
+ <h4>Development Versions</h4>
639
+ <p class="g-c-s">Mozilla/5.0 (Windows NT 7.0; Win64; x64; rv:3.0b2pre) Gecko/20110203 Firefox/4.0b12pre</p>
640
+ <p><b>Explanation:</b> Development version of FF4 running on Windows 8. String from Shawn Long - thanks.</p>
641
+
642
+ <h4>Releases - v7 Series</h4>
643
+ <p class="g-c-s">Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1</p>
644
+ <p><b>Explanation:</b> Firefox 7 on XP Pro with SP3. String from Bruce Le Bane - thanks.</p>
645
+
646
+ <h4>Releases - v6 Series</h4>
647
+ <p class="g-c-s">Mozilla/5.0 (X11; Linux i686; rv:6.0.2) Gecko/20100101 Firefox/6.0.2</p>
648
+ <p><b>Explanation:</b> Firefox 6 on some Linux distribution. String from P Curtis - thanks.</p>
649
+
650
+ <h4>Releases - v5 Series</h4>
651
+ <p class="g-c-s">Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20100101 Firefox/5.0</p>
652
+ <p><b>Explanation:</b> Firefox 5 on Windows 7 64-bit. String from Florian Nourrisse - thanks.</p>
653
+
654
+ <h4>Releases - v4 Series</h4>
655
+ <p class="g-c-s">Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20110506 Firefox/4.0.1</p>
656
+ <p><b>Explanation:</b> Firefox 4 on Linux 64 bit mode. String from Shawn Long - thanks.</p>
657
+
658
+ <h4>Releases - v3.6 Series</h4>
659
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16</p>
660
+ <p><b>Explanation:</b> Firefox 3.6.16 on Windows 7. String from Ravelino Dsouza - thanks.</p>
661
+
662
+ <h4>Releases - v3.5 Series</h4>
663
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100215 Solaris/10.1 (GNU) Superswan/3.5.8 (Byte/me)</p>
664
+ <p><b>Explanation:</b> Firefox 3.5.8 on Solaris. Superswan seems to be a IPSEC client - or something. String from Daniel McDicken - thanks.</p>
665
+
666
+ <h4>Releases - v3.0 Series</h4>
667
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.5; en-US; rv:1.9.0.3) Gecko/2008092414 Firefox/3.0.3 </p>
668
+ <p><b>Explanation:</b> Firefox 3.0.3 on Mac OSX using PPC. String from David Charlap - thanks.</p>
669
+
670
+ <h4>Releases - v2 Series</h4>
671
+
672
+ <p class="g-c-s">Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.1.14) Gecko/20080821 Firefox/2.0.0.14</p>
673
+ <p><b>Explanation:</b> Firefox 2.0.0.14 on BSD Anywhere 4.3 (OpenBSD live CD). String from Jake Wasdin - thanks.</p>
674
+
675
+ <h4>Releases - v1.5 Series</h4>
676
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Darwin Power Macintosh; en-US;
677
+ rv:1.8.0.12) Gecko/20070803 Firefox/1.5.0.12 Fink Community Edition</p>
678
+ <p><b>Explanation:</b> Firefox 1.5.0.12 on <a href="http://www.opensource.apple.com/darwinsource/" class="t-db">Darwin 8.10.0</a> with <a href="http://www.finkproject.org/" class="t-db"> with the Fink Community version</a>. String from Tyler Stobbe - thanks.</p>
679
+
680
+ <h4>Releases - v1 Series</h4>
681
+
682
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.13) Gecko/20060410 Firefox/1.0.8</p>
683
+ <p><b>Explanation:</b> Firefox 1.0.8 on XP as part of the <a href="portableapps.com" class="t-db">portableapps suite</a>. String from Rafael Holt - thanks.</p>
684
+
685
+ <h4>Releases - Pre v1 (and Firebird and Phoenix)</h4>
686
+
687
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041002 Firefox/0.10.1</p>
688
+ <p><b>Explanation:</b> Latest Win-32 Firefox on XP Pro. This is the one that fixes the security problem. String from Anders Pedersen - thanks.</p>
689
+
690
+ <p class="g-c-s">Mozilla/5.0 (X11; U; SunOS sun4m; en-US; rv:1.4b) Gecko/20030517 Mozilla Firebird/0.6</p>
691
+ <p><b>Explanation:</b> Firebird 0.6 running on a SPARCstation 20 (note sun4m) under Solaris 8. String from Michael Doyle - thanks.</p>
692
+
693
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.3a) Gecko/20021207 Phoenix/0.5</p>
694
+ <p><b>Explanation:</b> Phoenix (Mozilla lite) version 0.5 on Windows NT 4.0</p>
695
+
696
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2b) Gecko/20020923 Phoenix/0.1</p>
697
+ <p><b>Explanation:</b> Phoenix (Mozilla lite) version 0.1 on Windows XP</p>
698
+
699
+
700
+ <h2><a name="flock"></a><a href="http://www.flock.com" target="_blank" class="t-db">Flock</a></h2>
701
+ <p>New Firefox based clone - with lots of added stuff (don't you just love our depth of understanding) including RSS feeds, blogging tools and others. Runs on MAC, Win and *nix's. The web site, and its brothers and sisters, are interesting in themselves. BTW: make sure you are not tired when you pronounce this one.</p>
702
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008100716 Firefox/3.0.3 Flock/2.0</p>
703
+ <p><b>Explanation:</b> Flock 2.0 on Linux. String from Jake Wasdin - thanks.</p>
704
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20060612 Firefox/1.5.0.4 Flock/0.7.0.17.1</p>
705
+ <p><b>Explanation:</b> Flock Beta 1 (0.7) on Linux. String from Asbj&oslash;rn Pedersen - thanks.</p>
706
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b5) Gecko/20051019 Flock/0.4 Firefox/1.0+</p>
707
+ <p><b>Explanation:</b> First beta release of the flock code base on Win XP. String from Johnathan McCormack - thanks.</p>
708
+
709
+ <h2><a name="galeon"></a><a href="http://galeon.sourceforge.net" target="_blank" class="t-db">Galeon</a></h2>
710
+ <p>A lightweight GNOME-based browser built on top of the Mozilla rendering engine. *nix's only</p>
711
+ <p class="g-c-s">Mozilla/5.0 (X11; U; OpenBSD i386; en-US; rv:1.8.1.19) Gecko/20090701 Galeon/2.0.7</p>
712
+ <p><b>Explanation:</b> Galeon 2.0.7 Under OpenBSD 4.6 i386. String from Jake Wasdin - thanks.</p>
713
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080208 Galeon/2.0.4 (2008.1) Firefox/2.0.0.13</p>
714
+ <p><b>Explanation:</b> Galeon 2.0.4 Mandriva Linux 2008.1. String from Jake Wasdin - thanks.</p>
715
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.4) Gecko/20061201 Galeon/2.0.2 (Ubuntu package 2.0.2-4ubuntu1)</p>
716
+ <p><b>Explanation:</b> Galeon 2.0.2 on AMD Turion 64 on Ubuntu Linux "Feisty Fawn". Now is that a string or what. You could wait days on a cell phone for this one to arrive. String from Jon J - thanks.</p>
717
+ <p class="g-c-s">Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051105 Galeon/1.3.21</p>
718
+ <p><b>Explanation:</b> Galeon 1.3.21 on FreeBSD 5.4 on the Intel platform. String from Edwin Chambers - thanks.</p>
719
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913 Galeon/1.3.18</p>
720
+ <p><b>Explanation:</b> Galeon 1.3.18 on Mandrake Linux 10.1 with kernel 2.6.7 Intel platform. String from Andrew Praeter - thanks.</p>
721
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041007 Galeon/1.3.17 (Debian package 1.3.17-2)</p>
722
+ <p><b>Explanation:</b> Galeon 1.3.17 on Debian (not we think 1.3.17!) Intel platform. String from Liam Morland - thanks.</p>
723
+ <p class="g-c-s">Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040406 Galeon/1.3.15</p>
724
+ <p><b>Explanation:</b> Galeon 1.3.15 on FreeBSD on Intel platform. String from Edwin Chanbers - thanks.</p>
725
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115 Galeon/1.3.12</p>
726
+ <p><b>Explanation:</b> Galeon 1.3.12 on Linux on Intel platform. String from Eric Bowman - thanks.</p>
727
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686) Gecko/20030422 Galeon/1.3.4</p>
728
+ <p><b>Explanation:</b> Galeon 1.3.4 on Slackware 9 on Intel'ish platform. String from Erik Inge Bols&oslash; - thanks.</p>
729
+
730
+ <p class="g-c-s">Mozilla/5.0 Galeon/1.2.0 (X11; Linux i686; U;) Gecko/20020326</p>
731
+ <p><b>Explanation:</b> Galeon 1.2.0 on Redhat 7.2</p>
732
+
733
+ <h2><a name="gnuzilla"></a><a href="http://www.gnu.org/software/gnuzilla/" target="_blank" class="t-db">Gnuzilla, IceApe, IceCat and IceWeasel</a></h2>
734
+ <p>Gnuzilla is the GNU version of the Mozilla suite with Iceape the equivalent of Seamonkey (whole moz suite) and IceCat their version Firefox (IceWeasel was the FF version but seems that Debian is now using that name). Only difference is that GNU remove certain non-free software from the binary distributions, plus add a few privacy tweaks - well that's GNU for you. *nix's only.</p>
735
+ <p class="g-c-n">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.19) Gecko/20110817 Iceape/2.0.14</p>
736
+ <p><b>Explanation:</b>Iceape (Mozilla suite variant) on antiX M11.0(a MEPIS-based distribution with Debian packaging). String from Brian Masinick - thanks.</p>
737
+ <p class="g-c-n">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100819 Iceweasel/3.5.11 (like Firefox/3.5.11)</p>
738
+ <p><b>Explanation:</b>Iceweasel (FF variant) on Debian(?). Apparently ATT/Yahoo don't like this - they demand FF 3.6. Ouch. String from Dominique Brazziel - thanks.</p>
739
+ <p class="g-c-n">Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.16) Gecko/2009121610 Iceweasel/3.0.6 (Debian-3.0.6-3)</p>
740
+ <p><b>Explanation:</b>Iceweasel (FF variant) on Debian Lenny standard (the one that works). String from Frank Frankly (yeah right, but at least you probably know who are) - in any case thanks.</p>
741
+ <p class="g-c-n">Mozilla/5.0 (X11; U; GNU/kFreeBSD i686; en-US; rv:1.8.1.16) Gecko/20080702 Iceape/1.1.11 (Debian-1.1.11-1)</p>
742
+ <p><b>Explanation:</b>Iceape (full Moz suite/Seamonkey) on Debian/kFreeBSD. String from Jake Wasdin - thanks.</p>
743
+ <p class="g-c-n">Mozilla/5.0 (X11; U; GNU/kFreeBSD i686; en-US; rv:1.9.0.1) Gecko/2008071502 Iceweasel/3.0.1 (Debian-3.0.1-1)</p>
744
+ <p><b>Explanation:</b>Iceweasel on Debian/kFreeBSD. String from Jake Wasdin - thanks.</p>
745
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072716 IceCat/3.0.1-g1</p>
746
+ <p><b>Explanation:</b> IceCat 3.0.1 on generic Linux. String from Jake Wasdin - thanks.</p>
747
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.1) Gecko/2008071420 Iceweasel/3.0.1 (Debian-3.0.1-1)</p>
748
+ <p><b>Explanation:</b> Iceweasel 3.0.1 on Debian. String from Oscar Rodriguez - thanks.</p>
749
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.8) Gecko/20071008 Iceape/1.1.5 (Ubuntu-1.1.5-1ubuntu0.7.10)</p>
750
+ <p><b>Explanation:</b> This is Iceape (Seamonkey equivalent) on a Ubuntu (Gusty Gibbon's repositories). String from Jake Wasdin - thanks.</p>
751
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-2)</p>
752
+ <p><b>Explanation:</b> This is IceWeasel (FireFox) on a Debian distro - nice short string. String from Pedro Siqwald - thanks.</p>
753
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4)<br />
754
+ Gecko/20060620 Iceweasel/1.5.0.4-g1</p>
755
+ <p><b>Explanation:</b> This is IceWeasel (FireFox) on a Linux distro. String from Sean Artman - thanks.</p>
756
+
757
+ <h2><a name="google"></a><a href="http://www.google.com" class="t-db">Google</a></h2>
758
+ <p>A collection of google related strings. Some not strictly a browser - but increasingly crawling around your site in multiple disguises. Many of the strings functions are unverified - if you have more information please update. <a href="#chrome" class="t-db">Google Chrome browser strings</a>. And the <a href="mobile_ids.html#google" class="t-db">Google Nexus Phones</a>.</p>
759
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Google Wireless Transcoder;)</p>
760
+ <p><b>Explanation:</b> This is a google service that acts as a proxy and converts web sites to a mobile format - somewhat controversial because it seems to drop its own adsense data to make it all fit better and downgrade to Moz 4. Same string also appears under MSIE since it pretends to be MSIE6.x. String from Lucy Thao and Venkatesh Mohan - thanks.</p>
761
+
762
+ <p class="g-c-s">Mozilla/5.0 (Linux; U; Android 1.1; en-gb; dream) AppleWebKit/525.10+ (KHTML, like Gecko) Version/3.0.4 Mobile Safari/523.12.2</p>
763
+ <p><b>Explanation:</b> Google android string - latest and (perhaps) greatest. <a href="http://code.google.com/android/" class="t-db">more android info</a>. And yes we know it should be on the mobile pages. One day. Perhaps even in your lifetime. String from Mike Cardwell - thanks.</p>
764
+
765
+ <p class="g-c-s">Mozilla/5.0 (Linux; U; Android 0.5; en-us) AppleWebKit/522+ (KHTML, like Gecko) Safari/419.3 </p>
766
+ <p><b>Explanation:</b> Google android string - so Webkit is the browser's engine - <a href="http://code.google.com/android/" class="t-db">more android info</a>. String from Jake Wasdin - thanks.</p>
767
+ <p class="g-c-s">Mediapartners-Google/2.1</p>
768
+ <p><b>Explanation:</b> Crawler used to find advertising key words from pages (part of google adsense). Appears this service does not use the normal site search data. Possible explanation from Jacob - thanks.</p>
769
+ <p class="g-c-s">Google-Sitemaps/1.0</p>
770
+ <p><b>Explanation:</b> Google sitemaps are part of the google webmaster toolset. Possible explanation from Jacob - thanks.<p>
771
+
772
+ <h2><a name="green"></a><a href="http://www.morequick.com/indexen.htm" target="_blank" class="t-db">GreenBrowser</a></h2>
773
+ <p>GreenBrowser is a IE enhancement with a bunch of features including mouse gestures and a download manager to select 2 from about 20 features described on the web site.</p>
774
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Avant Browser; <br />Deepnet Explorer 1.5.3; Smart 2x2; Avant Browser; .NET CLR 2.0.50727; InfoPath.1)</p>
775
+ <p><b>Explanation:</b> This is GreenBrowser's ID - how do we know - 'cos we were told that how. <a href="http://www.deepnetexplorer.com/download/download.asp" class="t-db">Deepnet Explorer</a> (in case you were interested) is a BHO with among others RSS and P2P features - and they swear malware free. String from Bob Madore - thanks.</p>
776
+
777
+ <h2><a name="hotjava"></a><a href="http://java.sun.com/products/hotjava/" target="_blank" class="t-db">HotJava</a></h2>
778
+ <p>The original Java based browser. Has not had the develoment resources and so is a pretty ho-hum browser by to-days high standards but you gotta love the name.</p>
779
+ <p class="g-c-s">Mozilla/3.0 (x86 [en] Windows NT 5.1; Sun)</p>
780
+ <p><b>Explanation:</b> HotJava verion 3.0 on Windows XP. String from Robin Lionheart - thanks.</p>
781
+
782
+ <h2><a name="httpclient"></a><a href="http://www.innovation.ch/java/HTTPClient/" target="_blank" class="t-db">HTTPClient</a></h2>
783
+ <p>Not strictly a browser but a collection of Java classes implementing HTTP functions that can be used by an application to handle HTTP stuff. Apache's <a href="http://jakarta.apache.org/commons/httpclient/" target="_blank" class="t-db">Jakarta</a> project also features something called HTTPClient - thanks to Joe Francis for the update - and we feature both strings below. Application could be a browser if you so wished or an e-mail harvester or whatever. HTTPClient We featured this string in our <a href="#mystery" class="t-db">mystery section</a> and still do. Not HTTPClients fault if some nasty guys use a harmless library for nasty things.</p>
784
+ <p class="g-c-s">Mozilla/4.5 RPT-HTTPClient/0.3-2</p>
785
+ <p><b>Explanation:</b> HTTPClient version 0.3-2 on ?? String from Eugene Sadhu - thanks.</p>
786
+ <p class="g-c-s">Jakarta Commons-HttpClient/2.0.1</p>
787
+ <p><b>Explanation:</b> The Jakarta version of HttpClient version 2.0.1. String from Christoph Kutzinski - thanks.</p>
788
+
789
+ <h2><a name="hv3"></a><a href="http://tkhtml.tcl.tk/hv3.html" target="_blank" class="t-db">Hv3</a></h2>
790
+ <p>Hv3 is a mimimal browser based on the Tkhtml3 rendering engine and written in Tcl. Currently (Sept 2008 in Alpha release). BTW: The Tkmtml3 got us thinking it may be a trivial HTML subset - as usual we were wrong. The engine supports CSS and HTML 4'ish. And EMCA script (Javascript 1.3). available for windows and *nix (and uses that jolly clever startkit idea from those Tcl/TK folks).</p>
791
+ <p class="g-c-s">Mozilla/5.1 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060425
792
+ SUSE/1.5.0.3-7 Hv3/alpha</p>
793
+ <p><b>Explanation:</b> Hv3 on kubuntu Hardy. While the string includes Gecko it does not use the Gecko rendering engine. The SUSE part of the string may be related to the fact that this was a binary install. String from Jake Wasdin - thanks.</p>
794
+
795
+ <h2><a name="ibrowse"></a><a href="http://www.ibrowse-dev.net/" target="_blank" class="t-db">IBrowse</a></h2>
796
+ <p>The venerable and unique Amiga lives on and even has its own browser - IBrowse. 68k CPU browser for Amiga and Pegasos computers. It runs on Amiga OS3.x and AmigaOS 4, as well as compatibles such as MorphOS. Will also run on the following hardware: AmigaOne or OS4 capable hardware, Pegasos I and II, Amigas, Amithlon, or platforms such as PC, MAC and others using a version of UAE for Amiga emulation (hardware update from Scott W - thanks)</p>
797
+ <p class="g-c-s">IBrowse/2.4 (AmigaOS 3.9; 68K)</p>
798
+ <p><b>Explanation:</b> IBrowse 2.4 running on AmigaOS4 for Amiga 1200, 68060, AOS3.9. String from Nate Web - thanks.</p>
799
+ <p class="g-c-s">IBrowse/2.3 (AmigaOS V51)</p>
800
+ <p><b>Explanation:</b> IBrowse 2.3 running on AmigaOS4 on an AmigaOne. (PPC/G4). IBrowse is still a 68k binary, but will be released as PPC native with IBrowse 3.0. Quite fast already even emulated under AmigaOS4! String from Scott W - thanks.</p>
801
+ <p class="g-c-s">IBrowse/2.3 (AmigaOS 4.0)</p>
802
+ <p><b>Explanation:</b> Ibrowse 2.3 for AmigaOS and MorphOS. String from Paul Rezendes - thanks.</p>
803
+
804
+ <h2><a name="icab"></a><a href="http://www.icab.de" target="_blank" class="t-db">iCab</a></h2>
805
+ <p>A Mac only browser with some very nice features. You get to buy this one for $29. Tough business model with Safari and Camino now available. Beta versions are free. However this is the only currently being developed browser that runs across the whole MAC range - if you need a single browser interface that spans from the ancient 680x0 Macs to the whizbang OS X world - there is only one game in town - iCab.</p>
806
+ <pre class="g-c-s">
807
+ iCab/2.9.8 (Macintosh; U; 68K)
808
+ Lynx/2.8 (compatible; iCab 2.9.8; Macintosh; U; 68K)
809
+ Mozilla/4/5 (compatible; iCab 2.9.8; Macintosh; U; 68K)
810
+ Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC)
811
+ Mozilla/4.76 (Macintosh; I; PPC)
812
+ </pre>
813
+ <p><b>Explanation:</b> iCab 2.9.8 on the Mac Mac IIsi showing its many masquerading single-click forms. Strings from Sonic Purity - thanks.</p>
814
+ <p class="g-c-s">iCab/2.9.7 (Macintosh; U; PPC)</p>
815
+ <p><b>Explanation:</b> iCab 2.9.7 on PPC Mac running OS 9.1. String from Sonic Purity - thanks.</p>
816
+ <p class="g-c-s">iCab/2.9.5 (Macintosh; U; PPC; Mac OS X)</p>
817
+ <p><b>Explanation:</b> iCab 2.9.5 on Mac (OS X). This is the default or native Browser ID but as with most non-mainstream browsers they allow easy customisation of the browser id string. String from Robert Johnson - thanks.</p>
818
+ <p class="g-c-s">Mozilla/4.5 (compatible; iCab 2.7.1; Macintosh; I; PPC)</p>
819
+ <p><b>Explanation:</b> iCab 2.7.1 on Mac (OS8.6)</p>
820
+
821
+ <h2><a name="ipd"></a><a href="http://www.alertsite.com/index.html" target="_blank" class="t-db">IPD/AlertSite.com</a></h2>
822
+ <p>Alertsite is a company who appear to specialise in monitoring web sites for various reasons. The strings below are a sign that you are - willingly or not - being monitored.</p>
823
+ <p class="g-c-s">ipd/1.0 from AlertSite.com</p>
824
+ <p><b>Explanation:</b> IPD 1.0 web monitor. String from Bill Jones - thanks.</p>
825
+
826
+ <h2><a name="ice"></a><a href="http://www.borland.com/jbuilder/" target="_blank" class="t-db">ICE</a></h2>
827
+ <p>Browser supplied with JBuilder. Since its all Java based it may be a development of the origonal HotJava browser which I thought was great (eh!) for its time.</p>
828
+ <p class="g-c-s">ICE Browser/5.05 (Java 1.4.0; Windows 2000 5.0 x86)</p>
829
+ <p><b>Explanation:</b> ICE 5.05 on Windows 2000 or NT 5.0 if you prefer. The lack of Mozilla compatability will catch most browser detect functions.</p>
830
+
831
+ <h2><a name="kazehakase"></a><a href="http://kazehakase.sourceforge.jp/20031201.html" target="_blank" class="t-db">Kazehakase</a></h2>
832
+ <p>Don't ask us how you pronounce it. Lightweight browser for *nix &agrave; la Epiphany/Galeon. Tabbed browsing and RSS plus some nifty mouse features (Opera like). Plans to allow multiple rendering engines (bit like Epihany).</p>
833
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11) Gecko Kazehakase/0.5.4 Debian/0.5.4-2.1ubuntu3</p>
834
+ <p><b>Explanation:</b> Kazehakse 0.5.4 on Ubuntu Jaunty. Jake notes that the Gecko version is dropped. String from Jake Wasdin - thanks.</p>
835
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080311 (Debian-1.8.1.13+nobinonly-0ubuntu1) Kazehakase/0.5.2</p>
836
+ <p><b>Explanation:</b> Kazehakase 0.5.2 on Xubuntu Hardy. String from Jake Wasdin - thanks.</p>
837
+ <p class="g-c-s">Mozilla/5.0 (X11; Linux x86_64; U;) Gecko/20060207 Kazehakase/0.3.5 Debian/0.3.5-1</p>
838
+ <p><b>Explanation:</b> Kazenhakase 0.3.5 on Debian running anm AMD 64 machine. String from Andrew Preater - thanks.</p>
839
+
840
+ <h2><a name="kkman"></a><a href="http://www.kkman.com.tw/" target="_blank" class="t-db">Kkman</a></h2>
841
+ <p>Not being fluent in Manadarin Chinese or Taiwanese (or even Hakka) we have no idea about the feature set of this browser - but its home page has vaguely firefox like graphics but the string looks like a skinned version of Explorer.</p>
842
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; KKman2.0)</p>
843
+ <p><b>Explanation:</b> Kkman 2.0 on XP. String from Nathan Corn - thanks.</p>
844
+
845
+ <h2><a name="kmeleon"></a><a href="http://kmeleon.sourceforge.net/" target="_blank" class="t-db">K-Meleon</a></h2>
846
+ <p>Lightweight version of Mozilla. Runs on Windows only. The windows download of this baby is still around 5MB. That's light. Keeps bookmarks and favorites (and Hotlists for you ex-Opera users) separate, fast to load and spawn new pages, tiny footprint, tabbed (layered) browsing, and now even prints well! Our browser of choice on windows. No contest. Still. Sorry Firefox.</p>
847
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.4) Gecko/20070511 K-Meleon/1.1</p>
848
+ <p><b>Explanation:</b> K-Meleon 1.1 on win2K with 27,227 patches. String from Us - thanks - you're welcome.</p>
849
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9) Gecko/2008052906 K-MeleonCCFME 0.09</p>
850
+ <p><b>Explanation:</b> K-MeleonCCF ME 0.9 Beta 3 V2 - K-Meleon fork over tabs vs Llayers and other issues (<a href="" class="t-db">more info and download</a>) on Windows XP. String from Jake Wasdin - thanks.</p>
851
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.7) Gecko/20060917 K-Meleon/1.02</p>
852
+ <p><b>Explanation:</b> K-Meleon 1.02 on Windows 2K. Latest version of our favourite windows browser. String from Jax Axa - thanks.</p>
853
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.7.5) Gecko/20041220 K-Meleon/0.9</p>
854
+ <p><b>Explanation:</b> K-Meleon 0.9 on Windows ME. Our favourite windows browser. String from Alexander Kozak - thanks.</p>
855
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031016 K-Meleon/0.8.2</p>
856
+ <p><b>Explanation:</b> K-Meleon 0.8.2 (latest) on Windows XP. String from Eric Bowman - thanks.</p>
857
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5) Gecko/20031016 K-Meleon/0.8.2</p>
858
+ <p><b>Explanation:</b> K-Meleon 0.8.2 on Windows 98SE. Uses Gecko rv:1.5 so the DOM is in great shape but still includes the Mozilla 1.4+ bug that screws up our printer friendly pages. Sigh! String from Alex Wood - thanks.</p>
859
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.5) Gecko/20031016 K-Meleon/0.8</p>
860
+ <p><b>Explanation:</b> K-Meleon 0.8 on Windows NT4.</p>
861
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2b) Gecko/20021016 K-Meleon 0.7</p>
862
+ <p><b>Explanation:</b> K-Meleon 0.7 on Windows NT4. Uses Gecko rv:1.2b so the DOM is in great shape. Printing still sucks.</p>
863
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.5) Gecko/20011011</p>
864
+ <p><b>Explanation:</b> K-Meleon on Windows NT4. Version 0.6. The use of Gecko rv:0.9.5 leaves it with some DOM limitations that were present in that release.</p>
865
+ <p class="g-c-s">Mozilla/5.0(Windows;N;Win98;m18)Gecko/20010124</p>
866
+ <p><b>Explanation:</b> K-Meleon on 0.2.1 Windows 98 SE - very old version. String from Richard Albion - thanks.</p>
867
+
868
+ <h2><a name="konq"></a><a href="http://www.konqueror.org" target="_blank" class="t-db">Konqueror</a></h2>
869
+ <p>The KDE browser of choice for *nix systems. And the technological base for Apple's Safari. And now available on Windows to make life better for the otherwise deprived.</p>
870
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/4.0; Linux) KHTML/4.0.5 (like Gecko)</p>
871
+ <p><b>Explanation:</b>Konqueror 4.0.5 on Kubuntu Hardy Heron. String from Jake Wasdin - thanks.</p>
872
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/4.0; Microsoft Windows) KHTML/4.0.80 (like Gecko)</p>
873
+ <h4>Verion 4.x</h4>
874
+ <p><b>Explanation:</b>Konqueror 4.0.80 beta on Windows. KDE seem to be moving into <a href="http://windows.kde.org" class="t-db">windows turf</a> - apparently SSL now works for the security conscious. String from Deyan Mavrov - thanks.</p>
875
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.92; Microsoft Windows)
876
+ KHTML/3.92.0 (like Gecko)</p>
877
+ <p><b>Explanation:</b>Konqueror 4.0 beta(3.92) on Windows built using <a href="http://techbase.kde.org/Getting_Started/Build/KDE4/Windows/GCC_And_MinGW" class="t-db">these instructions</a> - uses MinGW - apparently still some problems. String from Deyan Mavrov - thanks.</p>
878
+ <h4>Verion 3.x</h4>
879
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.5; GNU/kFreeBSD) KHTML/3.5.9 (like Gecko) (Debian)</p>
880
+ <p><b>Explanation:</b>Konqueror 3.5.9 on Debian/kFreeBSD. String from Jake Wasdin - thanks.</p>
881
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.5; Darwin) KHTML/3.5.6 (like Gecko)</p>
882
+ <p><b>Explanation:</b>Konqueror on PPC under OS X 10.4.10. String from Tyler Stobbe - thanks.</p>
883
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.5; Darwin 8.10.0; X11;
884
+ Power Macintosh; en_US)KHTML/3.5.6 (like Gecko)</p>
885
+ <p><b>Explanation:</b>Konqueror on PPC under <a href="http://www.opensource.apple.com/darwinsource/" class="t-db">Darwin 8.10.0</a>. String from Tyler Stobbe - thanks.</p>
886
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.5; Linux; X11; x86_64) KHTML/3.5.6 (like Gecko) (Kubuntu)</p>
887
+ <p><b>Explanation:</b>Konqueror on AMD Turion 64 with Ubuntu Linux Feisty Fawn. String from Jon J - thanks.</p>
888
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.4; GNU/kFreeBSD) KHTML/3.4.2 (like Gecko) (Debian package 4:3.4.2-4)</p>
889
+ <p><b>Explanation:</b>Konqueror/KDE Version 3.4.2 on GING 0.10 live CD (Debian/kFreeBSD). String from Jake Wasdin - thanks.</p>
890
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.4; CYGWIN_NT-5.1) KHTML/3.4.89 (like Gecko)</p>
891
+ <p><b>Explanation:</b>Konqueror/KDE Version 3.4 KDE 3.4.89 on CYGWIN on XP SP2. String from Deyan Marvov - thanks.</p>
892
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.5; Linux 2.6.14-kanotix-6; X11) KHTML/3.5.3 (like Gecko) (Debian package 4:3.5.3-1)</p>
893
+ <p><b>Explanation:</b>Konqueror/KDE Version 3.5 KDE 3.5.3 on Kurumin (a Brazilian linux distribution based on Debian). String from Renan Birck - thanks.</p>
894
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.5; Linux; X11; i686; en_US) KHTML/3.5.3 (like Gecko)</p>
895
+ <p><b>Explanation:</b>Konqueror/KDE Version 3.5 KDE 3.5.3 on SuSE Linux 10.1. String from Suresh P.C. - thanks.</p>
896
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.3 (like Gecko) (Kubuntu package 4:3.4.3-0ubuntu1)</p>
897
+ <p><b>Explanation:</b>Konqueror/KDE Version 3.4.3 on Linux Kubuntu didtribution. String from Zonjai Nebza - thanks.</p>
898
+ <p class="g-c-n">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)</p>
899
+ <p><b>Explanation:</b>Konqueror/KDE Version 3.4.3 on FreeBSD 5.4 on the 386 with a phony ID string - honest. String from Edwin Chambers - thanks.</p>
900
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.4; FreeBSD) KHTML/3.4.3 (like Gecko)</p>
901
+ <p><b>Explanation:</b>Konqueror/KDE Version 3.4.3 on FreeBSD 5.4 on the 386. String from Edwin chambers - thanks.</p>
902
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.4; Linux 2.6.8; X11; i686; en_US) KHTML/3.4.0 (like Gecko)</p>
903
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.1 (like Gecko)</p>
904
+ <p><b>Explanation:</b>Konqueror/KDE Version 3.4 on Linux Mandriva LE2005 - new combination of Mandrake and Connectiva. String from Leon Brooks - thanks.</p>
905
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.4; Linux 2.6.8; X11; i686; en_US) KHTML/3.4.0 (like Gecko)</p>
906
+ <p><b>Explanation:</b>Konqueror/KDE Version 3.4 on Slaware Linux 10. String from Renan Birck - thanks.</p>
907
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.3; Linux 2.6.8.1-24mdk; X11; i686; en_GB,
908
+ en_US) (KHTML, like Gecko)</p>
909
+ <p><b>Explanation:</b>Konqueror/KDE Version 3.3 on Linux Mandrake 10.1 - only thing missing from the string is the user's shirt size. String from Leon Brooks - thanks.</p>
910
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.3; Linux) (KHTML, like Gecko)</p>
911
+ <p><b>Explanation:</b>Konqueror/KDE Version 3.3 on Linux Mandrake 10.1. String from Leon Brooks - thanks.</p>
912
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.2; Linux 2.6.7-3ajp; X11; i686) (KHTML, like Gecko)</p>
913
+ <p><b>Explanation:</b>Konqueror/KDE Version 3.2 on Linux Mandrake 10.0 (with a 2.6 no less). String from Andrew Preater - thanks.</p>
914
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.2; FreeBSD) (KHTML, like Gecko)</p>
915
+ <p><b>Explanation:</b>Konqueror/KDE Version 3.2 on FreeBSD (hurrah). String from Edwin Chambers - thanks.</p>
916
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.1; Linux 2.4.20)</p>
917
+ <p><b>Explanation:</b>Konqueror/KDE Version 3.1 on Linux (note this gives kernel version number). String from Erik Inge Bols&oslash; - thanks.</p>
918
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/3.1; Linux; X11; i686)</p>
919
+ <p><b>Explanation:</b> Edited string from Konqueror on KDE 3.1 on Linux Mandrake 9.0 under X windows. String from Andrew Praeter - thanks.</p>
920
+ <p class="g-c-s">Mozilla/5.0 (compatible; Konqueror/3.1; Linux 2.4.19-32mdkenterprise; X11; i686; ar, en_US)</p>
921
+ <p><b>Explanation:</b> Fully loaded browser id from Konqueror on KDE 3.1 on Linux Mandrake 9.0 under X windows. String from Andrew Praeter - thanks.</p>
922
+ <h4>Verion 2.x</h4>
923
+ <p class="g-c-n">Mozilla/5.0 (compatible; Konqueror/2.1.1; X11)</p>
924
+ <p><b>Explanation:</b> Konqueror 2.1.1 (KDE) on Linux Mandrake 8.0 under X windows</p>
925
+
926
+ <h2><a name="links"></a><a href="http://artax.karlin.mff.cuni.cz/~mikulas/links" target="_blank" class="t-db">Links</a></h2>
927
+ <p>Another mostly text browser. J&uuml;rgen Starek contibuted this explanation of the difference between Links and Lynx. We have taken some liberties with the summary - errors are ours not J&uuml;rgen's.</p>
928
+ <ol>
929
+ <li>Links can render Tables and Frames</li>
930
+ <li>Links does a better job of rendering color</li>
931
+ <li>Lynx integrates better with scripts Perl etc.</li>
932
+ <li>Links has a graphical option.</li>
933
+ </ol>
934
+ <p>So there you go.</p>
935
+ <p class="g-c-s">Links</p>
936
+ <p><b>Explanation:</b> We publish this simply because it is the ultimate in minimal browser strings - even beats dillo in its brevity. It is actually Links-Hacked on Mandriva Linux 2008.1 (Links-Hacked aims to add among other features - tabbed browsing!). String from Jake Wasdin - thanks.</p>
937
+ <p class="g-c-s">Links (2.1pre31; Linux 2.6.21-omap1 armv6l; x)</p>
938
+ <p><b>Explanation:</b> Links 2.1 preview 31 on a Nokia N800 tablet under OS2008. String from Jake Wasdin - thanks.</p>
939
+ <p class="g-c-s">Links (2.1pre18; Linux 2.6.17-dyne i686; x)</p>
940
+ <p><b>Explanation:</b> Links 2.1 preview 18 (they'll get it right real soon) version of Linux on the <a href="http://www.dynebolic.org/" class="t-db">dyne:bolic</a> live CD. String from Jonathan McCormack - thanks.</p>
941
+ <p class="g-c-s">Links (2.1pre15; Linux 2.4.26-vc4 i586; x)</p>
942
+ <p><b>Explanation:</b> Links 2.1 preview 15 (they'll get it right soon) version of Linux on Intel'ish box. String from Erik Inge Bols&oslash; - thanks.</p>
943
+ <p class="g-c-s">Links (2.1pre14; OS/2 1 i386; 80x33)</p>
944
+ <p><b>Explanation:</b> Links 2.1 Preview 14 on OS/2 Warp 4. String from
945
+ Richard Steiner - thanks.</p>
946
+ <p class="g-c-s">Links (0.99; OS/2 1 i386; 80x33)</p>
947
+ <p><b>Explanation:</b> Links 0.99 on OS/2 Warp 4. String from
948
+ Richard Steiner - thanks.</p>
949
+ <p class="g-c-s">Links (0.98; Linux 2.6.7-rc2 i686; 132x43)</p>
950
+ <p><b>Explanation:</b> Links 0.98 a 2.6 version of Linux on Intel'ish box (132 x 43 is screen size). String from Erik Inge Bols&oslash; - thanks.</p>
951
+ <p class="g-c-s">Links (0.98; Unix; 80x25)</p>
952
+ <p><b>Explanation:</b> Links 0.98 (text browser) on Darwin 6.6 (Mac OS X 10.2.6). String fom Robert Johnson.</p>
953
+ <p class="g-c-s">Links (0.95; Unix)</p>
954
+ <p><b>Explanation:</b> Links 0.95 (text browser) on Linux Mandrake 8.0</p>
955
+
956
+ <h1><a name="lobo"></a><a href="http://lobobrowser.org/java-browser.jsp" target="_blank" class="t-db">Lobo</a></h1>
957
+ <p>A Java based browser - replacement for the old HotJava?. Java will make it platform portable for all you Windows fans.</p>
958
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 6.0; U; Windows;) Lobo/0.98.2</p>
959
+ <p><b>Explanation:</b> Lobo on Windows something SP57. String from Doug H - thanks.</p>
960
+
961
+ <h1><a name="lynx"></a><a href="http://lynx.browser.org" target="_blank" class="t-db">Lynx</a></h1>
962
+ <p>The original text only browser(?) - seems like pushing water uphill until you realise that a lot of folks with sight problems use it as well. How many of us think about this group when building HTML pages. Besides there are number of other folks who just do not like all the glitz on the modern web. All that Web 2.0 stuff that turns 5 lines of text into a 250K download. Now that really progress.</p>
963
+ <p class="g-c-s">Lynx/2.8.5dev.16 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.6b</p>
964
+ <p><b>Explanation:</b> Lynx 2.8.5 (text browser) on OS/2 Warp 4. String from Richard Steiner - thanks.</p>
965
+ <p class="g-c-s">Lynx/2.8.5dev.16 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.6b</p>
966
+ <p><b>Explanation:</b> Lynx 2.8.5 (text browser) on OS X (a MAC no less). String from Paul Willis - thanks.</p>
967
+ <p class="g-c-s">Lynx/2.8.5rel.1 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/1.0.16</p>
968
+ <p><b>Explanation:</b> Lynx 2.8.5 release 1 (text browser) on linux 2.6 k7 SMP with SSL support (GNUTLS version rather than OpenSSL). String from Lucas Lommer - thanks.</p>
969
+ <p class="g-c-s">Lynx/2.8.5rel.1 libwww-FM/2.14 SSL-MM/1.4.1 GNUTLS/0.8.12</p>
970
+ <p><b>Explanation:</b> Lynx 2.8.5 (text browser) on ? One of three people in the world using GNU SSL rather than OpenSSL (just joking there are five of them). String from Erik Inge Bols&oslash; - thanks.</p>
971
+ <p class="g-c-s">Lynx/2.8.3rel.1 libwww-FM/2.14FM</p>
972
+ <p><b>Explanation:</b> Lynx 2.8.3 (text browser) on Win2K - under cygwin or something. String from Neil Thompson - thanks.</p>
973
+ <p class="g-c-s">Lynx/2.8.4dev.11 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.6</p>
974
+ <p><b>Explanation:</b> Lynx 2.8.4 (text browser) on Linux Mandrake 8.0 loaded for secure browsing</p>
975
+ <p class="g-c-s">Lynx/2.6 libwww-FM/2.14</p>
976
+ <p><b>Explanation:</b> Lynx 2.6 (text browser) on ? String from Eugene Sadhu - thanks</p>
977
+
978
+ <h1><a name="maxathon"></a><a href="http://www.maxthon.com/" target="_blank" class="t-db">Maxthon</a></h1>
979
+ <p>A tabbed version of internet explorer with a bunch of other features which seem broadly similar to IE7 and works with either IE6 or IE7. This may also be one way forward into the tabbed browser world for those poor IE folks stuck on an platform which is not supported by IE7.</p>
980
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; Maxthon; .NET CLR 1.1.4322)</p>
981
+ <p><b>Explanation:</b> Maxathon on XP with IE7. String from Asbj&oslash;rn Pedersen - thanks.</p>
982
+
983
+ <h1><a name="midori"></a><a href="http://software.twotoasts.de/?page=midori" target="_blank" class="t-db">midori</a></h1>
984
+ <p>A lightweight browser based on <a href="http://webkit.org/" class="t-db">webkit</a> which is the rendering engine for Konqueor/Safari. Avaialble for both *nix and Windows.</p>
985
+ <p class="g-c-s">Midori/0.2.2 (X11; Linux i686; U; en-us) WebKit/531.2+</p>
986
+ <p><b>Explanation:</b> Midori 0.2.2 under Ubuntu 10.04. String from Jake Wasdin - thanks.</p>
987
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux armv6l; en-us) AppleWebKit/528.5+ (KHTML, like Gecko, Safari/528.5+) midori</p>
988
+ <p><b>Explanation:</b> Midori on Nokia n800 tablet device. OK so perhaps it should be on the mobile page. String from Jake Wasdin - thanks.</p>
989
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; fr-fr) AppleWebKit/525.1+ (KHTML, like Gecko, Safari/525.1+) midori</p>
990
+ <p><b>Explanation:</b> Midori on GNU/Linux Ubuntu Hardy 8.04 (webkit rr31841). String from St&eacute;phane Marquet - thanks.</p>
991
+
992
+ <h1><a name="mosaic"></a><a href="http://archive.ncsa.uiuc.edu/SDG/Software/XMosaic/" target="_blank" class="t-db">Mosaic</a></h1>
993
+ <p>The browser that started it all. Groundbreaking stuff in its day. All modern browsers owe their interface to this browser (and probably code also!). Archive version only at the above link.</p>
994
+ <p class="g-c-s">PATHWORKS Mosaic/1.0 libwww/2.15_Spyglass</p>
995
+ <p><b>Explanation:</b> From Nathan "PATHWORKS Mosaic is a WIN32s Win3.1 version of Mosaic licensed and modified by Digital Equipment Corporation and bundled with their
996
+ PATHWORKS networking software". String from Nathan Lineback - thanks.</p>
997
+ <p class="g-c-s">WinMosaic/Version 2.0 (ALPHA 2)</p>
998
+ <p><b>Explanation:</b> Mosaic 2.0a on WfWG 3.11. String from Indrek Haav - thanks.</p>
999
+ <p class="g-c-s">VMS_Mosaic/3.8-1 (Motif;OpenVMS V7.3-2 DEC 3000 - M700) libwww/2.12_Mosaic</p>
1000
+ <p><b>Explanation:</b> We can do no better than quote George Cook who supplied the string "VMS Mosaic 3.8-1 is a direct descendant of NCSA Mosaic 2.7b5 (the final release of NCSA's Mosaic for X11). It only runs on the VMS operating systems and is still under active development. It supports HTML V4 but does not support Java or Javascript. The ID string is from using it on a DEC 3000-700 Alpha running OpenVMS V7.3-2. The <a href="http://vaxa.wvnet.edu/vmswww/vms_mosaic.html" class="t-db">source and more info is available</a>". String from George Cook - thanks.</p>
1001
+
1002
+ <p class="g-c-s">Mosaic from Digital/1.02_Win32 </p>
1003
+ <p><b>Explanation:</b> Version of Mosaic running on Windows - <a href="http://h18000.www1.hp.com/info/SP5156/SP5156PF.PDF" target="_blank" class="t-db">more info here</a>. String from Jonathan McCormack - thanks.</p>
1004
+ <p class="g-c-s">NCSA Mosaic/2.0.0b4 (Windows AXP) </p>
1005
+ <p><b>Explanation:</b> Version of Mosaic running on Windows - its <a href="http://archive.ncsa.uiuc.edu/SDG/Software/mosaic-w/releaseinfo/download" target="_blank" class="t-db">still available</a>. String from Jonathan McCormack - thanks.</p>
1006
+
1007
+ <p class="g-c-s">NCSA_Mosaic/2.7b5 (X11;Linux 2.6.7 i686) libwww/2.12 modified</p>
1008
+ <p><b>Explanation:</b> Version of Mosaic running on Mandrake 10.0 Official. Andrew reckons its still pretty useable but with a slightly old fashioned look 'n feel. The browser could not handle our submisson form and other stuff like <b>div</b> - we guess it supports a pretty basic HTML 2.0 or earlier dialect . String from Andrew Preater - thanks.</p>
1009
+ <p class="g-c-s">mMosaic/3.6.6 (X11;SunOS 5.8 sun4m)</p>
1010
+ <p><b>Explanation:</b> Apparently a special multi-cast version running on a Sun SS20 under Solaris 8. String from Michael Doyle - thanks</p>
1011
+
1012
+ <h1><a name="mothra"></a><a href="http://plan9.bell-labs.com/sources/extra/mothra/" target="_blank" class="t-dd">Mothra</a></h1>
1013
+ <p>One of a number of web browsers that run on <a href="http://cm.bell-labs.com/plan9/" class="t-db">Plan 9 from Bell Labs</a> - there is also a <a href="http://www.cs.bell-labs.com/wiki/plan9/Web_browsers/" class="t-db">choice of browsers</a> available. This one is pretty basic with no CSS or Javascript</p>
1014
+
1015
+ <p class="g-c-s">mothra/Jul-10-17:33:30-EDT-2006</p>
1016
+ <p><b>Explanation:</b> Mothra on Plan 9 from Bell Labs. The date and time is apparently when the code was last modified. String from Chris Barts - thanks.</p>
1017
+
1018
+ <h1><a name="moz"></a><a href="http://www.mozilla.com" target="_blank" class="t-db">Mozilla (SeaMonkey)</a></h1>
1019
+ <p>The name given to the all-in-one package with browser, email and composer (development code name is Seamonkey). You have to work reasonably hard these days to get mozilla seamonkey (not visible under products but it is visible under downloads). The Mozilla roadmap now says the future is <a href="#firefox" class="t-db">Phoenix - oops, Firebird - oops, Firefox - yeah that's its name for now</a> and Thunderbird for email.</p>
1020
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100508 SeaMonkey/2.0.4</p>
1021
+ <p><b>Explanation:</b>Seamonkey 2.0.4 on Puppy Linux (Quirky 1.2) - some distributions like to save their users the hassle of installing separate browsers and email clients - which is pretty neighbourly. String from Thomas Konrad - thanks.</p>
1022
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; nb-NO; rv:1.9.1.8) Gecko/20100205 SeaMonkey/2.0.3</p>
1023
+ <p><b>Explanation:</b>Seamonkey 2.0.3 on some Linux Ditribution - "the faster browser ever" writes Magne - obviously a big fan. String from Magne Heen - thanks.</p>
1024
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b4pre) Gecko/20090405 SeaMonkey/2.0b1pre</p>
1025
+ <p><b>Explanation:</b>Seamonkey 2.0 beta on Ubuntu Hardy Heron (gotta love those release names) - the difference form the string below its a beta pre release. String from Jake Wasdin - thanks.</p>
1026
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b1pre) Gecko/20080915000512 SeaMonkey/2.0a1pre</p>
1027
+ <p><b>Explanation:</b>Seamonkey 2.0 alpha on Ubuntu Gutsy Gibbon - same a string below but note the date format change for Gecko. String from Jake Wasdin - thanks.</p>
1028
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9pre) Gecko/2008060901 SeaMonkey/2.0a1pre</p>
1029
+ <p><b>Explanation:</b>Seamonkey 2.0 alpha on Ubuntu Gutsy Gibbon. String from Jake Wasdin - thanks.</p>
1030
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.13) Gecko/20080313 SeaMonkey/1.1.9 (Ubuntu-1.1.9+nobinonly-0ubuntu1)</p>
1031
+ <p><b>Explanation:</b>Seamonkey 1.1.9 on Kubuntu Hardy. String from Jake Wasdin - thanks.</p>
1032
+ <p class="g-c-s">Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7) Gecko/20070606</p>
1033
+ <p><b>Explanation:</b>Mozilla 1.7 on Solaris 10 (UltraSparc)). String from Milan Kupcevic - thanks.</p>
1034
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050927 Debian/1.7.8-1sarge3</p>
1035
+ <p><b>Explanation:</b>Mozilla 1.7.8 on Debian Linux, Debian 3.1r1 i386 (Sarge 3). String from R Smith - thanks.</p>
1036
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.2) Gecko/20070220
1037
+ Firefox/2.0.0.8</p>
1038
+ <p><b>Explanation:</b>Seamonkey 1.1.5 on XP - yeah really - used a hacked string to overcome comcast's reluctance to recognize Gecko rather than Firefox - smart or what. String from Lon Stowell - thanks.</p>
1039
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.8) Gecko/20071009
1040
+ SeaMonkey/1.1.5</p>
1041
+ <p><b>Explanation:</b>Seamonkey 1.1.5 on XP real (native) version of hacked string above. String from Lon Stowell - thanks.</p>
1042
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; WinNT3.51; en-US; rv:1.8.1.6) Gecko/20070802
1043
+ SeaMonkey/1.1.4</p>
1044
+ <p><b>Explanation:</b>Seamonkey 1.1.4 on NT 3.51 for those that have memories that go back that far. String from Nathan Lineback - thanks.</p>
1045
+ <p class="g-c-s">Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.8.1.8pre)
1046
+ Gecko/20070926 SeaMonkey/1.1.5pre</p>
1047
+ <p><b>Explanation:</b>Seamonkey 1.1.4 (even if shown as 1.1.5pre) on BeOS. String from Nathan Lineback - thanks.</p>
1048
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Darwin Power Macintosh; en-US;
1049
+ rv:1.8.1.5) Gecko/20070803 SeaMonkey/1.1.3</p>
1050
+ <p><b>Explanation:</b>Seamonkey 1.1.3 on MAC running <a href="http://www.opensource.apple.com/darwinsource/" class="t-db">Darwin 8.10.0</a>. String from Tyler Stobbe - thanks.</p>
1051
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1b2) Gecko/20060823 SeaMonkey/1.1a</p>
1052
+ <p><b>Explanation:</b>Seamonkey 1.1a on a Linux distro of some kind. String from Woody Suwalski - thanks.</p>
1053
+ <p class="g-c-n">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417</p>
1054
+ <p><b>Explanation:</b>Mozilla 1.7.13 on FC3 on a Dell Dimension B110. String from Brian Quach - thanks.</p>
1055
+ <p class="g-c-n">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060130 SeaMonkey/1.0</p>
1056
+ <p><b>Explanation:</b>Seamonkey 1.0 on XP with SP2 (the whole enchilada). String from Deyan Marvov - thanks.</p>
1057
+ <p class="g-c-n">Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.9a1) Gecko/20051119 MultiZilla/1.8.1.0s SeaMonkey/1.5a </p>
1058
+ <p><b>Explanation:</b>Seamonkey 1.5a with MultiZilla extension on OS/2 (or eComStation) . String from Lewis G. Rosenthal - thanks.</p>
1059
+ <p class="g-c-n">Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051105</p>
1060
+ <p><b>Explanation:</b>Full moz package 1.7.12 on FreeBSD 5.4 (native port as opposed to the one below which is also on FreeBSD. String from Edwin Chambers - thanks.</p>
1061
+ <p class="g-c-n">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920</p>
1062
+ <p><b>Explanation:</b>Full moz package 1.7.12 on FreeBSD 5.4 (the Linux in the string is 'cos it's running with a set of ported Linux - RH8 - libraries). String from Edwin Chambers - thanks.</p>
1063
+ <p class="g-c-n">Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.7.12) Gecko/20051009 Debian/1.7.12-1</p>
1064
+ <p><b>Explanation:</b>Full moz package 1.7.12 for Debian on PowerPC. String from Chris Young - thanks.</p>
1065
+ <p class="g-c-n">Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050910 SeaMonkey/1.0a</p>
1066
+ <p><b>Explanation:</b>Seamonkey 1.0a on Windows 2K. String from Mike Solomon - thanks.</p>
1067
+ <p class="g-c-n">Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8b3) Gecko/20050713 SeaMonkey/1.0a</p>
1068
+ <p><b>Explanation:</b>Mozilla <a href="http://www.mozilla.org/projects/seamonkey/" class="t-db">SeaMonkey project</a> - nightly build on Windows 98. String from J Reynolds - thanks.</p>
1069
+ <p class="g-c-n">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a2) Gecko/20040704</p>
1070
+ <p><b>Explanation:</b>Mozilla browser 1.8 - looks like a nightly build and on XP - clearly enjoys crashes. String from Erik Inge Bols&oslash; - thanks.</p>
1071
+ <p class="g-c-n">Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.7.11) Gecko/20050728</p>
1072
+ <p><b>Explanation:</b>Mozilla browser 1.7.11 stock build on Windows XP version fran&ccedil;aise. Anonyme - on vous remercie.</p>
1073
+ <p class="g-c-n">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511</p>
1074
+ <p><b>Explanation:</b>Mozilla browser 1.7.8 stock build on Windows XP. String from Ian Sweeny - thanks.</p>
1075
+ <p class="g-c-n">Mozilla/5.0+(X11;+U;+Linux+i686;+en-US;+rv:1.7.3)+Gecko/20040922</p>
1076
+ <p><b>Explanation:</b>Mozilla browser 1.7.3 stock build on Fedora Core 2 with KDE. String from Rick Blake - thanks.</p>
1077
+ <p class="g-c-n">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5</p>
1078
+ <p><b>Explanation:</b>Mozilla browser 1.6 on Debian Linux. String from Erik Inge Bols&oslash; - thanks.</p>
1079
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040616 MultiZilla/1.6.3.1d</p>
1080
+ <p><b>Explanation:</b> Mozilla browser 1.6.3 with <a href="http://multizilla.mozdev.org/" class="t-db">multizilla</a> tabbed enhancement on Linux. String from Erik Inge Bols&oslash; - thanks.</p>
1081
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.2) Gecko/20020924 AOL/7.0</p>
1082
+ <p><b>Explanation:</b> AOL packaged version of Mozilla browser (they are pushing MSIE now) on the MAC. String from Erik Inge Bols&oslash; - thanks.</p>
1083
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Win 9x 4.90) Gecko/20020502 CS 2000 7.0/7.0</p>
1084
+ <p><b>Explanation:</b> CompuServe packaged version of Mozilla browser (indicated by the the CS 2000) - in this case on a Windows 9x (?). String from Mike Lust - thanks.</p>
1085
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b; MultiZilla v1.5.0.2g) Gecko/20030827</p>
1086
+ <p><b>Explanation:</b>Mozilla 1.5b with <a href="http://multizilla.mozdev.org/" class="t-db">MultiZilla</a> (a super tabbed interface) (string from Robert Martin - thanks)</p>
1087
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030504 Mozilla Firebird/0.5+
1088
+ StumbleUpon/1.63</p>
1089
+ <p><b>Explanation:</b> Maybe the first sighting of Firebird or should that be Mozilla Firebird(?). Also contains the <a href="http://www.stumbleupon.com/" class="t-db">StumbleUpon</a> free toolbar extension. Mozilla 1.4 on Win XPPro. String from erik ? - thanks.</p>
1090
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2) Gecko/20021126</p>
1091
+ <p>Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312</p>
1092
+ <p><b>Explanation:</b>Mozilla 1.3 (latest and greatest) on Win XPPro (string from Chuang Tzu - thanks)</p>
1093
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2) Gecko/20021126</p>
1094
+ <p><b>Explanation:</b>Mozilla 1.2 on NT 4.0</p>
1095
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2a) Gecko/20020910</p>
1096
+ <p><b>Explanation:</b>Mozilla 1.2a on Windows XP?</p>
1097
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux 2.4.3-20mdk i586; en-US; rv:0.9.1) Gecko/20010611</p>
1098
+ <p><b>Explanation:</b>Mozilla 0.9.1 on Linux Mandrake 8.0</p>
1099
+
1100
+
1101
+ <h1><a name="msie"></a><a href="http://www.microsoft.com/ie" target="_blank" class="t-db">MS Explorer</a></h1>
1102
+ <p>The 500 pound gorilla of the browser business. IE 10 is currently (2011) being previewed on windows 7. MSIE 9.0 is now released - if you are using Vista or 7 (or you can hang onto IE 8.0) . And for XP you have a choice of IE6, 7 or 8. And for the rest of us - tough. Seems Trident is the MS rendering engine (since IE8?) name - the equivalent of Opera's Presto and Moz's Gecko. <a href="http://www.microsoft.com/windows/WinHistoryIE.mspx" target="_blank" class="t-db">Microsoft's MSIE history page</a> (Link from Riley McArdle - thanks).</p>
1103
+ <p>There are also strings for Windows CE/IEMobile in this section for those of a curious disposition (and yes, they should be in the mobile section. What do you expect - consistency?).</p>
1104
+ <p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/medctrsdk/htm/identifyingmediacenterfromanhtmlpage.asp" class="t-db">Information about recognizing media center embedded in browser</a>. From Rob Lehew - thanks.</p>
1105
+
1106
+
1107
+ <p>This represents the current and major historic release versions of the strings - well, in our unbalanced judgment. We maintain a separate page with a <a href="msie-history.html" class="t-db">complete list of MS Internet Explorer strings</a> that we have ever found or received (including some really bizarre stuff) - includes those on this page.</p>
1108
+ <h4>Curious</h4>
1109
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1)</p>
1110
+ <p><b>Explanation:</b> This string indicates the request comes from an MS InfoPath (an MS Office extra application) and means that it may be collecting data for use in a forms based application. String from Juan Sotillo - thanks.</p>
1111
+
1112
+ <h4>MS Internet Explorer (MSIE) V10 (Preview)</h4>
1113
+
1114
+ <p class="g-c-s">Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)</p>
1115
+ <p><b>Explanation:</b> Microsoft Internet Explorer 10.0 (Technolgy Preview) on Windows 7 (64 bit). Not a .NET in sight, must be a first. String from Us - thanks - you're welcome.</p>
1116
+
1117
+ <h4>MS Internet Explorer (MSIE) V9</h4>
1118
+
1119
+ <p class="g-c-s">Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)</p>
1120
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; Creative AutoUpdate v1.40.02)</p>
1121
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; Creative AutoUpdate v1.40.02)</p>
1122
+ <p><b>Explanation:</b> Microsoft Internet Explorer 9.0 on Windows 7 (64 bit) - the three strings from the top are in normal IE9 mode, in IE8 mode and IE7 mode. String from Jonas Klose - thanks.</p>
1123
+
1124
+ <h4>MS Internet Explorer (MSIE) V8 - V6 Hybrids/Curiosities</h4>
1125
+
1126
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.5; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.1; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C)
1127
+ </p>
1128
+ <p><b>Explanation:</b> Microsoft IE 8.0 plus 6.x. Suspicion that it is some failed XP to Vista upgrade. Can anyone confirm? String from Kev ? - thanks.</p>
1129
+
1130
+ <h4>MS Internet Explorer (MSIE) V8</h4>
1131
+
1132
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; chromeframe/13.0.782.218; chromeframe; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)</p>
1133
+ <p><b>Explanation:</b> Microsoft IE 8.0 on Windows XP with Google's Chrome Frame plugin to add HTML5 features. String from Rick Giliberti - thanks.</p>
1134
+
1135
+
1136
+ <h4>MS Internet Explorer (MSIE) Media Center/Media-Player</h4>
1137
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; FunWebProducts; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; Windows-Media-Player/10.00.00.3990)</p>
1138
+ <p><b>Explanation:</b> MSIE 7 with Media Center 5.0 and Media-Player 10.x on Vista. String from Jake Wasdin - thanks.</p>
1139
+
1140
+ <h4>MS Internet Explorer (MSIE) with Zune 2.0</h4>
1141
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; winfx; .NET CLR 1.1.4322; .NET CLR 2.0.50727; Zune 2.0)</p>
1142
+ <p><b>Explanation:</b> MSIE 7 with Zune 2.0 on XP. String from Zarek Jenkinson - thanks.</p>
1143
+
1144
+ <h4>MS Internet Explorer (MSIE) V7</h4>
1145
+
1146
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6.4; .NET CLR 1.1.4322; FDM; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)</p>
1147
+ <p><b>Explanation:</b> MSIE 7 running on Windows XP Pro - FDM = Free Download Manager. String from Willian Abel - thanks.</p>
1148
+
1149
+ <h4>MS Internet Explorer (MSIE) V6.0+</h4>
1150
+
1151
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Rogers Hi�Speed Internet; (R1 1.3))</p>
1152
+ <p><b>Explanation:</b> MSIE 6.x on Windows 98 (honest) with R1 1.3 = RealOne Player version 2
1153
+ . String from Buck Grewal - thanks.</p>
1154
+
1155
+ <h4>MS Internet Explorer (MSIE) V5.5</h4>
1156
+
1157
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)</p>
1158
+ <p><b>Explanation:</b>MSIE 5.5 on Windows 98. String from Francis Saul - thanks.</p>
1159
+
1160
+ <h4>MS Internet Explorer (MSIE) V5.0+</h4>
1161
+
1162
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 5.0; SunOS 5.10 sun4u; X11)</p>
1163
+ <p><b>Explanation:</b>MSIE 5.x on SunOS 5.10. String from Tim Telarson - thanks.</p>
1164
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 5.22; Mac_PowerPC) </p>
1165
+ <p><b>Explanation:</b>MAC OS X version of MSIE. String from Eric Noel - thanks.</p>
1166
+
1167
+ <h4>MS Internet Explorer (MSIE) V4.0+</h4>
1168
+
1169
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 4.01; Windows NT 5.0)</p>
1170
+ <p><b>Explanation:</b> MSIE 4.01 on Windows XP SP2. String from Alex Williams - thanks.</p>
1171
+
1172
+ <h4>MS Internet Explorer (MSIE) V3.0+</h4>
1173
+
1174
+ <p class="g-c-s">Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; 240x320)</p>
1175
+ <p><b>Explanation:</b> MSIE 3.02 on a Pocket PC 2002. I guess the 240x320 is the available screen size. Goodness knows what DOM this baby supports. Anyone old enough to remember MSIE 3!</p>
1176
+
1177
+ <h4>MS Internet Explorer (MSIE) V2.0+</h4>
1178
+
1179
+ <p class="g-c-s"> Mozilla/1.22 (compatible; MSIE 2.0; Windows 95)</p>
1180
+ <p><b>Explanation:</b> MSIE 2.0 in windows '95 - anyone remember the base version on the venerable '95. String from Ryan J - thanks. Update Win'95 did not ship with a browser but 1.0 was included in the Plus! features.</p>
1181
+
1182
+ <h4>MS Windows CE</h4>
1183
+
1184
+ <p class="g-c-s"> Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; IEMobile 7.11)</p>
1185
+ <p><b>Explanation:</b> IEMobile 7.11 on Windows CE. String from Xtian Estrella - thanks.</p>
1186
+
1187
+ <h1><a name="msie-clones"></a>MSIE ActiveX Clones</h1>
1188
+ <p>Rather than document each ActiveX based browser clone separately we have decided to add each one under a generic heading of MSIE Clones. The URL for the browser is contained in each <b>Explanation:</b> section.</p>
1189
+ <h3><a name="crazy"></a>Crazy Browser</h3>
1190
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; HPDTDF; .NET4.0C; Crazy Browser 3.0.5)</p>
1191
+ <p><b>Explanation:</b> <a href="http://www.crazybrowser.com/index.htm" target="_blank" class="t-db">Crazy Browser</a>. Crazy Browser 3.0.5 on Windows 7 - freeware with tiled, cascade and other display options. String from Bravo 58 (well you know who you are) - thanks.</p>
1192
+ <h3><a name="world"></a>The World</h3>
1193
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; MyIE2; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; TheWorld)</p>
1194
+ <p><b>Explanation:</b> <a href="http://www.ioage.com/twen/?op=en" target="_blank" class="t-db">The world</a>. The world browser 3.0 on XP - a modestly named fast, light, free and secure browser (they say). String from Roger Thomas - thanks.</p>
1195
+ <h3><a name="bsala"></a>bsalsa</h3>
1196
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB6.3; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; ws8 Embedded Web Browser from: http://bsalsa.com/; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)</p>
1197
+ <p><b>Explanation:</b> <a href="http://bsalsa.com/" target="_blank" class="t-db">bsalsa</a>. A Delphi based embedded browser. This string shows it being invoked from Wordsearch 8. String from Jake Wasdin - thanks.</p>
1198
+ <h3><a name="enigma"></a>Enigma</h3>
1199
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)</p>
1200
+ <p><b>Explanation:</b> <a href="http://www.suttondesigns.com/" target="_blank" class="t-db">Enigma</a>. Another tabbed MSIE clone browser. They suggest its memory light, very fast and very robust - and has a built-in editor for HTML, VBScript and Jscript (Windowspeak for javascript). String from Samuel Vonlanthen - thanks.</p>
1201
+ <h3><a name="smartbro"></a>SmartBro</h3>
1202
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.0; Smart Bro)</p>
1203
+ <p><b>Explanation:</b> <a href="http://www.smartbro.com/download.html" target="_blank" class="t-db">SmartBro</a>. A tabbed MSIE clone browser. The interesting thing about the above string is that is shows MSIE 7.0 on a Win2K base which officially does not support IE 7. Is this a way round getting MSIE 7.0 on non-supported platforms? String from Bob Madore - thanks.</p>
1204
+ <h3><a name="sleipnir"></a>Sleipnir</h3>
1205
+ <p class="g-c-s">MMozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; Tablet PC 2.0) Sleipnir/2.8.3</p>
1206
+ <p><b>Explanation:</b> <a href="http://www.fenrir-inc.com/us/" target="_blank" class="t-db">Sleipnir</a>. MSIE clone browser specializing in customization - and with big Japanese following. String from Eric Langer - thanks.</p>
1207
+ <h2><a name="slimbrowser"></a><a href="http://slimbrowser.flashpeak.com/en/" target="_blank" class="t-db">SlimBrowser</a></h2>
1208
+ <p>Free windows browser based on Trident (the MS rendering engine) - but it boasts a 2M download - now that is even smaller than dillo - but the string is longer.</p>
1209
+ <pre class="g-c-s">Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; SlimBrowser)</pre>
1210
+ <p><b>Explanation:</b> SlimBrowser on Windows XP. String from Marco Pannetto - thanks.</p>
1211
+
1212
+ <h1><a name="mucommander"></a><a href="http://www.mucommander.com/" target="_blank" class="t-db">muCommander</a></h1>
1213
+ <p>A Java based file management system based on the Norton Commander style interface - includes the ability to access remote file systems using FTP/SFTP/HTTP among others. OS and, because of Java, runs on most platforms.</p>
1214
+ <p class="g-c-s">muCommander v0.8.3 (Java 1.6.0_0-b11; Linux 2.6.24-19-generic i386)</p>
1215
+ <p><b>Explanation:</b> muCommander 0.8.3 on Linux. String used when using HTTP to access remote file system. String from Jake Wasdin - thanks.</p>
1216
+ <p class="g-c-s">muCommander v0.8.3 (Java 1.4.2_03-b02; Windows XP 5.1 x86)</p>
1217
+ <p><b>Explanation:</b> muCommander 0.8.3 on Windows XP. String used when using HTTP to access remote file system. String from Jake Wasdin - thanks.</p>
1218
+ <h1><a name="netpositive"></a><a href="http://browsers.evolt.org/?netpositive/" target="_blank" class="t-db">NetPositive</a></h1>
1219
+ <p>Stock browser for the BeOS system. No longer active but the link is to the evolt browser archive site (great resource). There is embyonic work on a replacement called <a href="http://themis.sourceforge.net/" target="_blank" class="t-db">Themis</a>. For all you BeOS lovers out there there appears to be two BeOS reincarnations <a href="http://www.yellowtab.com/" target="_blank" class="t-db">yellotabs Zeta</a> (commercial but shipping) and <a href="http://www.openbeos.org/" target="_blank" class="t-db">OpenBeOS</a> (not commercial and not shipping)</p>
1220
+
1221
+ <p class="g-c-s">Mozilla/3.0 (compatible; NetPositive/2.2.2; BeOS)</p>
1222
+ <p><b>Explanation:</b> NetPositive 2.2.2 default browser on BeOS (when you could get it) and Zeta (see above). String from Matt Emson - thanks.</p>
1223
+ <p class="g-c-s">Mozilla/3.0 (compatible; NetPositive/2.2.1; BeOS)</p>
1224
+ <p><b>Explanation:</b> NetPositive 2.2.1 default browser on BeOS and Zeta. String from Erik Inge Bols&oslash; - thanks.</p>
1225
+
1226
+ <h1><a name="net"></a><a href="http://browser.netscape.com" class="t-db">Netscape</a></h1>
1227
+ <p>Netscape is no more. The netscape page now states that official support ended on 1st March 2008 though you can still download release 9, 8, 7 and the venerable 4 from the site. They recommend using <a href="#firefox" class="t-db">Firefox</a> or <a href="#flock" class="t-db">Flock</a> (interesting). The last Version 9 was called Navigator again which as Deyan Mavrov reminded us is the first time they used the name since NS4.x (now that was a release). Since version 8 they used the firefox base with their own stuff added and a very slick graphic design (IOHO). Previous versions used the full Mozilla build (now seamonkey). Wonder who uses it - we guess it's just folks who have always used Netscape. End of an era. Sigh.</p>
1228
+
1229
+ <p>This represents the current and major historic release versions of the strings - well, in our unbalanced judgment. We maintain a separate page with a <a href="netscape-history.html" class="t-db">complete list of Netscape strings</a> that we have ever found or received (including some really bizarre stuff) - includes those on this page.</p>
1230
+ <h4>Netscape Navigator 9.x</h4>
1231
+
1232
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080219 Firefox/2.0.0.12 Navigator/9.0.0.6</p>
1233
+ <p><b>Explanation:</b> Netscape Navigator 9.0.0.6 - Firefox 2.0.0.12 - good looking browser. String from Andrew Preater - thanks.</p>
1234
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.8pre) Gecko/20071019 Firefox/2.0.0.8 Navigator/9.0.0.1</p>
1235
+ <p><b>Explanation:</b> Netscape Navigator 9 with Firefox fixes - good looking browser. String from Deyan Mavrov - thanks.</p>
1236
+
1237
+ <h4>Netscape 8.x</h4>
1238
+
1239
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20050519 Netscape/8.0.1</p>
1240
+ <p><b>Explanation:</b> A real Firefox based Netscape 8 with a security patch (already) on Win 2K. Using Gecko base of 1.7.5 not current 1.7.8. String from Joseph Christianson - thanks.</p>
1241
+
1242
+ <h4>Netscape 7.x</h4>
1243
+
1244
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax)</p>
1245
+ <p><b>Explanation:</b> Netscape 7.2 and still we're wondering what's the (ax)? But we wonder no longer Laurence ? wrote and told us that according to <a href="http://devedge.netscape.com/viewsource/2003/windows-media-in-netscape/#Server-side-Detection-Using-User-agent-Strings" target="_blank" class="t-db">Netscape's documentation</a> it means the browser supports the Windows Media ActiveX Control. So now we know. Many thanks. Original string from Hilde Schlecht - thanks.</p>
1246
+
1247
+ <h4>Netscape 6.x</h4>
1248
+
1249
+ <p class="g-c-s"> Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3</p>
1250
+ <p><b>Explanation:</b> NS 6.2.3 on Windows 7 (honest). String from Jake Wasdin - thanks.</p>
1251
+
1252
+ <h4>Netscape Navigator 4.x</h4>
1253
+
1254
+ <p class="g-c-s">Mozilla/4.8 [en] (X11; U; Linux 2.4.20-8 i686)</p>
1255
+ <p><b>Explanation:</b> NS 4.8 on Redhat 9. String from Renan Birck - thanks.</p>
1256
+
1257
+ <h4>Netscape Navigator 3.x</h4>
1258
+
1259
+ <p class="g-c-s">Mozilla/3.04Gold (X11; U; IRIX 5.3 IP22)</p>
1260
+ <p><b>Explanation:</b> NS Navigator Gold 3.04 on SGI with IRIX. Another rave from the grave!. String from Peter Landbo - thanks.</p>
1261
+ <p class="g-c-s">Mozilla/3.01 (WinNT; I) [AXP]</p>
1262
+ <p><b>Explanation:</b> NS 3.01 on DEC ALPHA under NT - wow! You <a href="http://www.alphant.com/" target="_blank" class="t-dd">can get it here</a>. String from Jonathan McCormack - thanks.</p>
1263
+
1264
+ <h4>Netscape Navigator 2.x</h4>
1265
+
1266
+ <p class="g-c-s">Mozilla/2.02 [fr] (WinNT; I)</p>
1267
+ <p><b>Explanation:</b> NS 2.02 on MS NT 4.0. This might now be the oldest string known to man cos NS1 cannot access virtual servers - its not see below. String from Stanislas Renan - thanks.</p>
1268
+
1269
+ <h4>Netscape Navigator Pre 1.x</h4>
1270
+ <p class="g-c-s">Mozilla/0.96 Beta (X11; Linux 2.6.25.18-0.2-default i686)</p>
1271
+ <p><b>Explanation:</b> Netscape 0.96 on a modern production system - SUSE 11! You need these instructions from <a href="http://jwz.livejournal.com/856745.html" class="t-db">Jamie Zawinski's web site</a> to make it fly - all we can say is - Wow! String from Deyan Mavrov - thanks.</p>
1272
+ <p class="g-c-s">Mozilla/0.91 Beta (Windows)</p>
1273
+ <p><b>Explanation:</b> The ex-dinosaur string. Netscape 0.91, a pre-1.0 beta release from 1994. Also known as 'Mosaic NetScape'. Running under Win XP SP2 (honest). String from Andrew Praeter - thanks.</p>
1274
+ <p class="g-c-s"><a name="dinosaur"></a>Mozilla/0.6 Beta (Windows)</p>
1275
+ <p><b>Explanation:</b> The new dinosaur string. Netscape 0.6 on WfWG 3.11. HTML 2.0 - no tables - who needs tables - how about everyone. String from Andrew Praeter - thanks.</p>
1276
+
1277
+ <h2><a name="netsurf"></a><a href="http://www.netsurf-browser.org/" target="_blank" class="t-db">Netsurf</a></h2>
1278
+ <p>We have given Netsurf a life of its own - while it is still shown on its web site as being a browser for the ex-Acorn (which is no more) <a href="#oregano" class="t-db">RISC OS</a> we are reliably told by email that future plans include other platforms including RISC OS, Linux and FreeBSD.</p>
1279
+ <p class="g-c-s">NetSurf/1.1 (Linux; i686)</p>
1280
+ <p><b>Explanation:</b> NetSurf 1.1 on Kubuntu Hardy. Which means this project has now migrated from its historic Acorn/RISC OS only base and is available for #nix platforms - there is a port for BeOS in development. String from Jake Wasdin - thanks.</p>
1281
+ <p class="g-c-s">NetSurf/0.0 (RISC OS; armv5l)<br />
1282
+ NetSurf/0.0 (Linux; i686)
1283
+ </p>
1284
+ <p><b>Explanation:</b> Post Jan 30th 2007 for pre version 1.0 test strings format for NetSurf on RISC OS and Linux platforms. String format is NetSurf/[major version].[minor version] ([OS]; [Architecture]). Strings and updates from Michael Drake - thanks.</p>
1285
+ <p class="g-c-s">Netsurf</p>
1286
+ <p><b>Explanation:</b> Pretty impressive string from the new Open Source browser for the RISC OS. String from Chris Bazley - thanks.</p>
1287
+
1288
+ <h2><a name="offbyone"></a><a href="http://www.offbyone.com" target="_blank" class="t-db">OffByOne</a></h2>
1289
+ <p>Super-small Windows only browser. HTML 3.2 standard, no Javascript or plug-ins but around 1MB download. Runs direct from CD. Free. 'You pays your money and you takes your choice!'</p>
1290
+ <p class="g-c-s">Mozilla/4.7 (compatible; OffByOne; Windows 2000)</p>
1291
+ <p><b>Explanation:</b> OffByOne 3.5 on XP (so minimal it keeps the win 2k string to save code). And how do we know its version 3.5? 'cos Jake told us is how. String from Jake Wasdin - thanks.</p>
1292
+ <p class="g-c-s">Mozilla/4.7 (compatible; OffByOne; Windows 2000) Webster Pro V3.4</p>
1293
+ <p><b>Explanation:</b> OffByOne on windows 2K - the Webster Pro is the ActiveX control the browser is based on. (String from Eric Root - thanks).</p>
1294
+
1295
+
1296
+ <h2><a name="omniweb"></a><a href="http://www.omnigroup.com/applications/omniweb/" target="_blank" class="t-db">Omniweb</a></h2>
1297
+ <p>Omniweb is a browser for MAC OS X (yeah they got lots of choices too - its not just you PC guys). Omniweb, from version 5.9, is now as free as a bird (they used to have one of those try - then buy policies - but no more). No doubt about it IOHO the quality of Apple and Apple vendor web pages is a cut above the normal. Omniweb since version 4.5 release uses the embedded OS X KHTML rendering engine rather than its own.</p>
1298
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/531.21.8+(KHTML, like Gecko, Safari/528.16) Version/5.10.3 OmniWeb/622.14.0</p>
1299
+ <p><b>Explanation:</b> OmniWeb 5.10.3 running on Mac OS 10.6.5 on a first-gen MacBook. String from William Cline - thanks.</p>
1300
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/531.9+(KHTML, like Gecko, Safari/528.16) OmniWeb/v622.10.0</p>
1301
+ <p><b>Explanation:</b> OmniWeb 5.10.1 running on Mac OS 10.5.8 on an Intel MacBook (first gen). String from William Cline - thanks.</p>
1302
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US) AppleWebKit/525.18 (KHTML, like Gecko, Safari/525.20) OmniWeb/v622.3.0.105198</p>
1303
+ <p><b>Explanation:</b> Omniweb 5.8 on the Mac OS X. String from William Cline - thanks.</p>
1304
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/125.4 (KHTML, like Gecko, Safari) OmniWeb/v563.34</p>
1305
+ <p><b>Explanation:</b> Omniweb 5.0.1 on the Mac updated version - another new look!. String from Erik Inge Bols&oslash; - thanks.</p>
1306
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/85 (KHTML, like Gecko) OmniWeb/v558.48</p>
1307
+ <p><b>Explanation:</b> Omniweb 5.0.1 on the MAC. Complete with a new look (can it get better than it was) and workspaces . String from Paul Willis - thanks.</p>
1308
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/85 (KHTML, like Gecko) OmniWeb/v558.46</p>
1309
+ <p><b>Explanation:</b> Omniweb 5 on the MAC. Complete with a new look (can it get better than it was) and workspaces . (String from Chris Gehlker - thanks).</p>
1310
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US) AppleWebKit/85 (KHTML, like Gecko) OmniWeb/v496</p>
1311
+ <p><b>Explanation:</b> Omniweb 4.5 version on the MAC. Great looking browser. (String from Robert Johnson - thanks).</p>
1312
+ <p class="g-c-s">Mozilla/4.5 (compatible; OmniWeb/4.2.1-v435.9; Mac_PowerPC)</p>
1313
+ <p><b>Explanation:</b> Omniweb 4.2.1 on the MAC (is Mozilla 4.5 closer to 4 or 5?). String from Erik Inge Bols&oslash; - thanks.</p>
1314
+ <p class="g-c-s">Mozilla/4.5 (compatible; OmniWeb/4.2-v435.2; Mac_PowerPC)</p>
1315
+ <p><b>Explanation:</b> Omniweb latest beta version on the MAC (is Mozilla 4.5 closer to 4 or 5?) (String from Stephen Paulsen - thanks).</p>
1316
+ <p class="g-c-s">OmniWeb/2.7-beta-3 OWF/1.0</p>
1317
+ <p><b>Explanation:</b> Omniweb 2.7 under NextStep 3.x - wow! String from Michael Doyle - thanks. <b>info</b> quote from Michael &quot;NS 3.3 ran on Moto 68k,SPARC uSPARC-II and SuperSPARC I &amp; II, Intel 486 &amp; up, HP PA-7100 &amp; 7100LC processors&quot;. So there you go.</p>
1318
+
1319
+ <h2><a name="oneperchild"></a><a href="http://laptop.org/" target="_blank" class="t-db">One Laptop per Child Browser</a></h2>
1320
+ <p>This is the $100 target per laptop to bring educational resources to children especially those in the under-developed world. The browser is based on <a href="http://developer.mozilla.org/en/docs/XULRunner" class="t-db">Mozilla's XULRunner technolgy</a>.</p>
1321
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.4) Gecko/20061019 pango-text</p>
1322
+ <p><b>Explanation:</b> A very early version of the One Laptop per Child browser running in an virtual machine environment. String from Zonjai Nezba - thanks.</p>
1323
+
1324
+ <div id="opera">
1325
+ <h2><a name="opera"></a><a href="http://www.opera.com" target="_blank" class="t-db">Opera</a></h2>
1326
+ <p><b>Note:</b> Opera V5+ had a free download. Opera 5 and 6 had quirky Javascript/DOM support. Opera 7 set a whole new (excellent) standard now continued with Opera 8, 9 and 10. And we just loved that Aqua skin. Watch these strings because you can select a variety of user agent strings with this browser. If at first you don't succeed - try another user agent id. Copious email from Opera lovers indicates the default for 10 is now the Opera native string - grave error in our opinion (see also comments for the version 10/9.80 wheeze below). Section now includes some Opera Mobile/Mini strings. Some more Opera Mobile strings can also be found under various PDAs in the <a href="mobile_ids.html">mobile page</a>. Presto (as in Hey, Presto!) is the Opera rendering engine - their version of Gecko or Webkit or Trident - which does make it a tad easier to recognize. Glossy new interface with version 11 where we could not find out where to change the home screen url. Sigh. And why do they always cloak any manufacturer's info in their strings?</p>
1327
+ <p><input type="button" value="Only Opera Strings" onclick='zap_strings("opera");' /></p>
1328
+ <p class="g-c-s">Opera/9.80 (Series 60; Opera Mini/6.1.26266/26.1069; U; en) Presto/2.8.119 Version/10.54</p>
1329
+ <p><b>Explanation:</b> Opera Mini6.1.26266 (Opera 10.54 base) on a Symbian (most likely Nokia) handset. String from Chris Hylanf - thanks.</p>
1330
+ <p class="g-c-s">Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13221/25.623; U; en) Presto/2.5.25 Version/10.54</p>
1331
+ <p><b>Explanation:</b> Opera Mini 4.2.13221 (Opera 10.54 base) on a Blackberry whatsit. String from Nobuntu Jama - thanks.</p>
1332
+ <p class="g-c-s">Opera/9.80 (Windows NT 6.1; U; en) Presto/2.8.131 Version/11.10</p>
1333
+ <p><b>Explanation:</b> Opera 11.10 on Windows 7 64-bit Home Pro. String from Us - thanks - you're welcome.</p>
1334
+ <p class="g-c-s">Opera/9.80 (Windows Mobile; WCE; Opera Mobi/WMD-50433; U; en) Presto/2.4.13 Version/10.00</p>
1335
+ <p><b>Explanation:</b> Opera 10 on Windows Mobile - one of only 3 in the world - just kidding - there are at least 12. String from Ryno Kruger - thanks.</p>
1336
+ <p class="g-c-s">Opera/9.80 (Windows NT 6.0; U; en) Presto/2.7.62 Version/11.00</p>
1337
+ <p><b>Explanation:</b> Opera 11 on windows Vista Ultimate x64. String from anon - thanks anon.</p>
1338
+ <p class="g-c-s">Opera/9.80 (X11; Linux i686; U; en-GB) Presto/2.6.30 Version/10.62</p>
1339
+ <p><b>Explanation:</b> Opera 10.62 on EasyPeasy (ex Ubuntu Eee) on Eee 1000 notebook. String from David Evans - thanks.</p>
1340
+ <p class="g-c-s">Opera/9.80 (Macintosh; Intel Mac OS X; U; en) Presto/2.6.30 Version/10.61</p>
1341
+ <p><b>Explanation:</b> Opera 10.61 (build: 8429) on Mac OS X. String from Matt Greek - thanks.</p>
1342
+ <p class="g-c-s">Opera/9.80 (J2ME/MIDP; Opera Mini/5.1.21214/19.916; U; en) Presto/2.5.25</p>
1343
+ <p><b>Explanation:</b> Opera Mini on something? String from Ashutosh Ojha - thanks.</p>
1344
+ <p class="g-c-s">Opera/9.80 (Windows NT 6.1; U; en) Presto/2.5.24 Version/10.54</p>
1345
+ <p><b>Explanation:</b> Opera 10.54 on windows 7 Enterprise. String from Christian Hagelid - thanks.</p>
1346
+ <p class="g-c-s">Opera/9.80 (S60; SymbOS; Opera Mobi/499; U; ru) Presto/2.4.18 Version/10.00</p>
1347
+ <p><b>Explanation:</b> Opera 10.00 on Symbian OS (must be on some moble thingy). String from Alexander Smirnov - thanks.</p>
1348
+ <p class="g-c-s">Opera/9.80 (Windows NT 5.1; U; en) Presto/2.5.22 Version/10.50</p>
1349
+ <p><b>Explanation:</b> Opera 10.50 on Windows XP. String from Jake Wasdin - thanks.</p>
1350
+ <p class="g-c-s">Opera/9.80 (Windows NT 6.0; U; en) Presto/2.5.22 Version/10.50</p>
1351
+ <p><b>Explanation:</b> Opera 10.50 (Final) on Windows Vista. String from Jim F - thanks.</p>
1352
+ <p class="g-c-s">Opera/9.80 (X11; Linux x86_64; U; Linux Mint; en) Presto/2.2.15 Version/10.10</p>
1353
+ <p><b>Explanation:</b> Opera 10.10 on Linux Mint 8. String from Jake Wasdin - thanks.</p>
1354
+ <p class="g-c-s">Opera/9.80 (J2ME/MIDP; Opera Mini/5.0.16823/1428; U; en) Presto/2.2.0</p>
1355
+ <p><b>Explanation:</b> Opera Mini 5.0.16823/1428 on Sony Ericsson K800i. Note the 9.80 version wheeze. String from Thu Win - thanks.</p>
1356
+ <p class="g-c-s">Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.14912/1186; U; en) Presto/2.2.0</p>
1357
+ <p><b>Explanation:</b> Opera Mini 4.2 on some mobile thingy. Seems the 9.80 version wheeze for all version 10 browsers is carried over to the mobile world. String from Kopy Kat (well we guess you know you you are) - thanks.</p>
1358
+ <p class="g-c-s">Opera/9.80 (Windows NT 5.2; U; en) Presto/2.2.15 Version/10.10</p>
1359
+ <p><b>Explanation:</b> Opera 10.10 on Window XP 64 bit version with SP2. So we now have the spectre of Opera 9.80 frozen forever while for those in the know just read the version value to get the real skinny. Wow this is progress. Great browser. Stupid string. String from Axel Girona - thanks.</p>
1360
+ <p class="g-c-s">Opera/9.80 (X11; Linux i686; U; nl) Presto/2.2.15 Version/10.00</p>
1361
+ <p><b>Explanation:</b> Opera 10 something. So how do we know, we can do no better than quote Ad 'Note that the version after Opera/ does not mention 10.0 anymore. There were still to many sites that incorrectly concluded that it was Opera version 1. Still valid: "Check the capabilities, not the browser."' String from Ad von Reeken - thanks.</p>
1362
+ <p class="g-c-s">Opera/9.60 (J2ME/MIDP; Opera Mini/4.2.13337/458; U; en) Presto/2.2.0</p>
1363
+ <p><b>Explanation:</b> Opera Mini 4.2 - they really do take over the device - you figure the mobile device id. String from Mickel Santiago - thanks.</p>
1364
+ <p class="g-c-s">Opera/9.60 (J2ME/MIDP; Opera Mini/4.1.11320/608; U; en) Presto/2.2.0</p>
1365
+ <p><b>Explanation:</b> Opera Mini 4.1 on something probably vaguely mobile. String from Pat Grins - thanks.</p>
1366
+ <p class="g-c-s">Opera/10.00 (X11; Linux i686 ; U; en) Presto/2.2.0</p>
1367
+ <p><b>Explanation:</b> Alpha of Opera 10 released 12/5/2008 (presto is the Opera rending engine - like Gecko for FF). String from Jake Wasdin - thanks.</p>
1368
+ <p class="g-c-s">Opera/9.62 (Windows NT 5.1; U; en) Presto/2.1.1</p>
1369
+ <p><b>Explanation:</b> Opera 9.62 on windows XP (Presto is the Opera rending engine - like Gecko for FF). String from Standa Pacan - thanks.</p>
1370
+ <p class="g-c-s">Opera/9.60 (X11; Linux i686; U; en) Presto/2.1.1</p>
1371
+ <p><b>Explanation:</b> Opera 9.60 on Debian GNU/Linux (presto is the Opera rending engine - like Gecko for FF). String from Jake Wasdin - thanks.</p>
1372
+ <p class="g-c-s">Opera/9.52 (Windows NT 5.1; U; en)</p>
1373
+ <p><b>Explanation:</b> Opera@USB (Opera loaded from a USB memory stick) Opera 9.52 on Windows XP. String from Jake Wasdin - thanks.</p>
1374
+ <p class="g-c-s">Opera/9.25 (Windows NT 6.0; U; en)</p>
1375
+ <p><b>Explanation:</b> Opera 9.25 on windows Vista. String from Paul Hedley - thanks.</p>
1376
+ <p class="g-c-s">Opera/9.20 (Macintosh; Intel Mac OS X; U; en)</p>
1377
+ <p><b>Explanation:</b> Opera 9.20 on MAC with OS X. String from Chuck Betley - thanks.</p>
1378
+ <p class="g-c-s">Opera/9.02 (Windows NT 5.0; U; en)</p>
1379
+ <p><b>Explanation:</b> Opera 9.02 on Win 2K. String from Jax Axa - thanks.</p>
1380
+ <p class="g-c-s">Opera/9.00 (Windows NT 4.0; U; en)</p>
1381
+ <p><b>Explanation:</b> Opera 9.0 on Windows NT 4.0 - this is the new default (was MSIE in older versions - to change use Tools->Quick Preferences->Edit site Preferences->Network Tab).</p>
1382
+ <p class="g-c-s">Opera/9.00 (X11; Linux i686; U; en)</p>
1383
+ <p><b>Explanation:</b> Opera 9.0 on linux 2.6, static Qt installation. String from Lucas Lommer (July 2006) - thanks.</p>
1384
+ <p class="g-c-s">Opera/9.00 (Windows NT 5.1; U; en)</p>
1385
+ <p><b>Explanation:</b> Opera 9 (final - spot the difference from the one below) on XP. String from ?? - thanks.</p>
1386
+ <p class="g-c-s">Opera/9.0 (Windows NT 5.1; U; en)<br />
1387
+ Opera/9.0 (Macintosh; PPC Mac OS X; U; en)<br />
1388
+ Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.0</p>
1389
+ <p><b>Explanation:</b> Opera 9 (currently beta) on the Mac and XP. Strings from Ryan J - thanks.</p>
1390
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 6.0; Windows CE; PPC; 480x640) Opera 8.60 [en]</p>
1391
+ <p><b>Explanation:</b> Opera Mobile 8.60 on a Dell Axim X51v - health warning - you need to pay for this baby. Strings from Alex Williams - thanks.</p>
1392
+ <p class="g-c-s">Opera/8.5 (Macintosh; PPC Mac OS X; U; en)<br />
1393
+ Mozilla/5.0 (Macintosh; PPC Mac OS X; U; en) Opera 8.5<br />
1394
+ Mozilla/4.0 (compatible; MSIE 6.0; Mac_PowerPC Mac OS X; en) Opera 8.5</p>
1395
+ <p><b>Explanation:</b> Opera 8.5 on the Mac. The ever psychophrenic (took us 10 minutes with the dictionary to get that right) Opera. Strings from Zonjai Nezba - thanks.</p>
1396
+ <p class="g-c-s">Opera/8.0 (Macintosh; PPC Mac OS X; U; en)<br />
1397
+ Mozilla/5.0 (Macintosh; PPC Mac OS X; U; en) Opera 8.0<br />
1398
+ Mozilla/4.0 (compatible; MSIE 6.0; Mac_PowerPC Mac OS X; en) Opera 8.0</p>
1399
+ <p><b>Explanation:</b> Opera 8.0 on the Mac. All three on OS X identifying itself as real Opera, Moz and MSIE respectively. Strings from Carlos Alberto Pinto Peixoto Bastos Santos (great name - none of this boring North American single middle name stuff - rock on cultural diversity) - many thanks.</p>
1400
+ <p class="g-c-s">Opera/8.01 (Windows NT 5.1)<br />
1401
+ Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.01<br />
1402
+ Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)</p>
1403
+ <p><b>Explanation:</b> Opera 8.01 preview. All three on XP Pro identifying itself as real Opera, Moz and MSIE respectively. Strings from Guilherme Tanaka - thanks.</p>
1404
+ <p class="g-c-s">Mozilla/5.0 (Windows NT 5.1; U; en) Opera 8.00<br />
1405
+ Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 8.00</p>
1406
+ <p><b>Explanation:</b> Opera 8.00 (ex 7.60 preview) on XP Pro identifying itself as Mozilla and MSIE respectively. Strings from Jonathan Walker - thanks.</p>
1407
+ <p class="g-c-s">Opera/8.00 (Windows NT 5.1; U; en)</p>
1408
+ <p><b>Explanation:</b> Opera 8.00 (ex 7.60 preview) on XP Pro. String from Michael May - thanks.</p>
1409
+ <p class="g-c-s">Mozilla/5.0 (X11; Linux i386; U) Opera 7.60 [en-GB]</p>
1410
+ <p><b>Explanation:</b> Opera 7.60 (pretending to be Mozilla running on NetBSD (under Linux compatability). String from Alex Poylisher - thanks.</p>
1411
+ <p class="g-c-s">Opera/7.60 (Windows NT 5.2; U) [en] (IBM EVV/3.0/EAK01AG9/LE)</p>
1412
+ <p><b>Explanation:</b> Opera 7.60 running on XP. Apparently with some nifty voice 'multimodal' capabilities. String from pomel ? - thanks.</p>
1413
+ <p class="g-c-s">Opera/7.54 (Windows NT 5.1; U) [pl]</p>
1414
+ <p><b>Explanation:</b> Opera 7.54 in native mode (not often seen in the wild) on XP. Strings from Romuald Redlich - thanks.</p>
1415
+ <p class="g-c-s">Opera/7.50 (X11; Linux i686; U) [en]</p>
1416
+ <p><b>Explanation:</b> Opera 7.50 running on Mandrake Linux and pretending to be - itself. String from Andrew Preater - thanks.</p>
1417
+ <p class="g-c-s">Mozilla/5.0 (X11; Linux i686; U) Opera 7.50 [en]</p>
1418
+ <p><b>Explanation:</b> Opera 7.50 running on Mandrake Linux and pretending to be - Mozilla/5.0 (well its almost the same). String from Andrew Preater - thanks.</p>
1419
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 6.0; X11; Linux i686) Opera 7.20 [en]</p>
1420
+ <p><b>Explanation:</b> Opera 7.20 running on Linux (yeah they got lots of choices too) and pretending to be MSIE 6.0 (now we're'confused!). String from Brian Myers - thanks.</p>
1421
+ <p class="g-c-s"> Opera/7.11 (Windows NT 5.1; U) [en]</p>
1422
+ <p><b>Explanation:</b> The real thing. An Opera browser pretending to be itself. On Windows XP. String from Robin Lionheart - thanks.</p>
1423
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 6.0; Windows ME) Opera 7.11 [en]</p>
1424
+ <p><b>Explanation:</b> Opera 7.11 running on ? and pretending to be - MSIE 6.0 (which it does well 'cept it corrects some of the bugs!). String from Erik Inge Bols&oslash; - thanks.</p>
1425
+ <p class="g-c-s"> Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 5.0) Opera 7.02 Bork-edition [en] </p>
1426
+ <p><b>Explanation:</b> The infamous MSN version of Opera 7.02 on W2K. Inspired Opera response to a sleazy MS abuse of power (so whats new).</p>
1427
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 6.0; MSIE 5.5; Windows NT 4.0) Opera 7.0 [en]</p>
1428
+ <p><b>Explanation:</b> Opera 7.0 on NT 4.0. Our pop-outs now work with this version so it must be good!!</p>
1429
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.0 [en]</p>
1430
+ <p><b>Explanation:</b> Opera 6.0 on Windows 2000.</p>
1431
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 5.0; Windows 95) Opera 6.01 [en]</p>
1432
+ <p><b>Explanation:</b> Opera 6.01 on Windows 95.</p>
1433
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 5.0; Mac_PowerPC) Opera 5.0 [en]</p>
1434
+ <p><b>Explanation:</b> Opera 5.0 on the Mac (OS8.6).</p>
1435
+ </div>
1436
+
1437
+ <h2><a name="oregano"></a>Oregano and Acorn Browse</h2>
1438
+ <p>Oregano is a browser for RISC OS PCs as is a new Open Source browser called Netsurf which both run under RISC OS originally made by Acorn Ltd of the UK (which went bust in 1998) but lives on (shades of Amiga). Old systems never die they just slowly fade way. We feature Oregano, Netsurf and the original Acorn browser called - wait for it - Browse - that's it, man is that cool understated marketing or what (perhaps that's why they went bust). This platform also has the <a href="#netsurf" class="t-db">Netsurf</a> which is planning to go multi-host and day now.</p>
1439
+ <p class="g-c-s">Mozilla/4.01 (Compatible; Acorn Browse 1.25 [23-Oct-97] AW 97; RISC OS 4.39) Acorn-HTTP/0.84</p>
1440
+ <p><b>Explanation:</b> Original Acorn Browse 1.10 RISC OS 4.36 (ACORN). <a href="http://www.vigay.com/inet/acorn/browse-html.html" target="_blank" class="t-db">browse info</a> String from Chris Bazley - thanks.</p>
1441
+ <p class="g-c-s">Mozilla/1.10 [en] (Compatible; RISC OS 3.70; Oregano 1.10)</p>
1442
+ <p><b>Explanation:</b> Oregano 1.10 RISC OS 3.70 (ACORN). (<a href="http://www.castle.uk.co/oregano/oregano.htm" target="_blank" class="t-db">Get Oregano here</a>)</p>
1443
+ <p class="g-c-s">Mozilla/1.10 [en] (Compatible; RISC OS 3.70; Oregano 1.10)</p>
1444
+ <p><b>Explanation:</b> Browser Oregano (and these guys have got a choice of browsers!) running on the ACORN RISC PC. From Stanislas Renan - thanks.</p>
1445
+
1446
+ <h1><a name="oxygen"></a><a href="http://www.netdive.com/oxygen/" target="_blank" class="t-db">Oxygen</a></h1>
1447
+ <p>Small Windows and Linux Mozilla clone. Shareware with $29 price if you like it.</p>
1448
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.6) Gecko/20011128</p>
1449
+ <p><b>Explanation:</b> This is apparently NETDIVE Oxygen 1.1 - so there you go. String from Andrew Preater and Mark Schenk - thanks.</p>
1450
+
1451
+ <h2><a name="palemoon"></a><a href="http://www.palemoon.org/" target="_blank" class="t-db">Palemoon</a></h2>
1452
+ <p>Palemoon is a Windows only version of Firefox. It uses the standard Firefox code base but claims to be up to 25% faster at page rendering due to windows optimization. When we checked they were pretty quick at updating to the latest versions. May not always be the case however.</p>
1453
+ <p class="g-c-s">Mozilla/5.0 (Windows NT 6.0; Win64; x64; rv:5.0) Gecko/20110624 Firefox/5.0-x64 PaleMoon/5.0-x64</p>
1454
+ <p><b>Explanation:</b> Palemoon FF/5 base on Windows Vista. String from Michael Roccia - thanks.</p>
1455
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101215 Firefox/3.6.13 (Palemoon/3.6.13)</p>
1456
+ <p><b>Explanation:</b> Palemoon on Windows XP SP2. String from Bryan Dehn - thanks.</p>
1457
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.11) Gecko/20101023 Firefox/3.6.11 (Palemoon/3.6.11) ( .NET CLR 3.5.30729; .NET4.0E)</p>
1458
+ <p><b>Explanation:</b> Palemoon on Windows 7 (64 bit). String from Suluh Legowo - thanks.</p>
1459
+
1460
+ <h2><a name="printsmart"></a><a href="http://www.hp.com/" target="_blank" class="t-db">HP Web PrintSmart</a></h2>
1461
+ <p>Utility from HP to capture and print web pages. To more information use the link above and type 'printsmart' in the search box.</p>
1462
+ <p class="g-c-s">Mozilla/3.0 (compatible; HP Web PrintSmart 04b0 1.0.1.34)</p>
1463
+ <p><b>Explanation:</b> HP Web PrintSmart software on ?? String from Eugene Sadhu - thanks.</p>
1464
+
1465
+ <h2><a name="prism"></a><a href="http://labs.mozilla.com/2007/10/prism/" target="_blank" class="t-db">Mozilla Prism</a></h2>
1466
+ <p>Previously called WebRunner (the Moz folks do rather like to change names). A Mozilla labs project to create Site Specific Browsers (SSBs) with mimimal chrome for the web application being accessed. We'll watch where the experiment goes with interest. Versions available for *nix and Windows.</p>
1467
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv: 1.9.1a2pre) Gecko/20080813221937 Prism/0.9.1</p>
1468
+ <p><b>Explanation:</b> Prism on a Nokia N800 tablet under OS2008. String from Jake Wasdin - thanks.</p>
1469
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071719 prism/0.8</p>
1470
+ <p><b>Explanation:</b> Prism on Linux. String from Jake Wasdin - thanks.</p>
1471
+
1472
+ <h2><a name="proxomitron"></a><a href="http://www.proxomitron.info/" target="_blank" class="t-db">Proxomitron</a></h2>
1473
+ <p>Not strickly a browser but a web filtering app that rewrites your pages on the fly... for Windows users only. Looks like it uses the GNU bison parser..</p>
1474
+ <p class="g-c-s">Bison/0.02 [fu] (Win67; X; SK)</p>
1475
+ <p><b>Explanation:</b> Native string from Proxomitron - interesting version of windows! String from John McCoy - thanks.</p>
1476
+
1477
+ <h2><a name="retawq"></a><a href="http://retawq.sourceforge.net/" target="_blank" class="t-db">retawq</a></h2>
1478
+ <p>Text mode browser for *nix systems (Linux, FreeBSD and Darwin). Multi-windows (tabbed), session resume, and flexible keyboard mapping plus mouse support.</p>
1479
+ <p class="g-c-s">retawq/0.1.6 [en] (text)</p>
1480
+ <p><b>Explanation:</b> retawq (catchy name) on something! String from Erik Inge Bols&oslash; - thanks.</p>
1481
+
1482
+ <h2><a name="safari"></a><a href="http://www.apple.com/safari/" target="_blank" class="t-db">Safari</a></h2>
1483
+ <p>OS X browser now in Release 5.x for you MAC (and now Windows) users - available for the iPhone, iPad and iPod as well as more earth-bound devices. Following explanation of browser geneology from Robert Johnson "Safari uses, and Apple helps develop KHTML (which is what Konqueror embeds). KHTML is in WebCore, which is part of AppleWebKit. AppleWebKit is available to any app on the Mac. OmniWeb abandoned their own rendering engine for AppleWebKit with version 4.5.". So there you go. Apparently the choice of KHTML instead of Gecko was a wee bit contentious. <a href="mobile_ids.html#apple" class="t-db">Various iPhone, iPad, iPod and iOther strings.</a></p>
1484
+
1485
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-us) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27</p>
1486
+ <p><b>Explanation:</b> Safari 5.0.4 running on Mac OS X 10.6.6. String from Thomas Schmid - Thanks.</p>
1487
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4</p>
1488
+ <p><b>Explanation:</b> Safari 5.0.3 running on Mac OS X 10.6.6. String from William Cline - Thanks.</p>
1489
+ <p class="g-c-s">Mozilla/5.0 (iPod; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7</p>
1490
+ <p><b>Explanation:</b> iPod thingy with Safari 4.0.5. String from Nic Bart - Thanks.</p>
1491
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.17.8 (KHTML, like Gecko) Version/5.0.1 Safari/533.17.8</p>
1492
+ <p><b>Explanation:</b> Safari 5.0.1 (6533.17.8) on Mac OS X. String from Matt Greek - Thanks.</p>
1493
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10</p>
1494
+ <p><b>Explanation:</b> Safari 4.0.4 (531.21.10) on Windows XP SP3. String from Ben Anderson - Thanks.</p>
1495
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/531.21.8 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10</p>
1496
+ <p><b>Explanation:</b> Safari 4.0.4 (531.21.10) on iMac 2.16 Ghz Intel Core 2 Duo running OS X 10.6.2. String from Eric Pastoor - Thanks.</p>
1497
+
1498
+ <p class="g-c-s">Mozilla/5.0 (iPod; U; CPU iPhone OS 2_2_1 like Mac OS X; en-us) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.1 Mobile/5H11a Safari/525.20</p>
1499
+ <p><b>Explanation:</b> Safari 3.1.1 (525.18.1) on iPod Touch - it seems to also have pretensions to a better life as a iPhone. String from Darren D - Thanks.</p>
1500
+
1501
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/525.28.3 (KHTML, like Gecko) Version/3.2.3 Safari/525.28.3</p>
1502
+ <p><b>Explanation:</b> Safari 3.2.3 (525.28.3) on OS X 10.5.7. String from Rob Rampley - Thanks.</p>
1503
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21</p>
1504
+ <p><b>Explanation:</b> Safari 3.1.2 (525.21) on Windows XP SP7002 (naw, just fooling around, its only SP3). String from Fernando Lichtschein - Thanks.</p>
1505
+ <p class="g-c-s">Mozilla/5.0 (iPhone; U; CPU iPhone OS 2_1 like Mac OS X; en-us) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.1 Mobile/5F136 Safari/525.20</p>
1506
+ <p><b>Explanation:</b> iPhone 3G version 2.1 - again with Safari 3.1.1 as below. String from Sebastien Dubois - Thanks.</p>
1507
+ <p class="g-c-s">Mozilla/5.0 (iPhone; U; CPU iPhone OS 2_0 like Mac OS X; en-us) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.1 Mobile/5A347 Safari/525.20</p>
1508
+ <p><b>Explanation:</b> We also got this one from an unnamed source for the iPhone 3G version - again with Safari 3.1.1 as below. String from - well you know who you are - Thanks.</p>
1509
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21</p>
1510
+ <p class="g-c-s">Mozilla/5.0 (iPod; U; CPU iPhone OS 2_0 like Mac OS X; de-de) AppleWebKit/525.18.1 (KHTML, like Gecko) Version/3.1.1 Mobile/5A347 Safari/525.20</p>
1511
+ <p><b>Explanation:</b> Safari 3.1.1 for iPod Touch 2.0. String from Thomas Lahr - Thanks.</p>
1512
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Version/3.1.2 Safari/525.21</p>
1513
+ <p><b>Explanation:</b> Safari 3.1.2 for Windows XP. String from Mike Michaelson - Thanks.</p>
1514
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.17</p>
1515
+ <p><b>Explanation:</b> Safari 3.1.1 for Windows XP (SP3). String from Ian Westerfield - Thanks.</p>
1516
+ <p class="g-c-s">Mozilla/5.0 (iPod; U; CPU like Mac OS X; en) AppleWebKit/420.1 (KHTML, like Gecko) Version/3.0 Mobile/3A101a Safari/419.3</p>
1517
+ <p><b>Explanation:</b> Safari 3.0 for the iPod with latest firmware (3A101a). String from Kunal Jain - Thanks.</p>
1518
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_2; en-us) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13</p>
1519
+ <p><b>Explanation:</b> OS X Leopard, v10.5.2, Safari v3.1 - same configuratio as below but on PPC. String from Jeff Squyres - Thanks.</p>
1520
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_2; en-us) AppleWebKit/525.13 (KHTML, like Gecko) Version/3.1 Safari/525.13</p>
1521
+ <p><b>Explanation:</b> OS X Leopard, v10.5.2, Intel MacBook Pro, Safari v3.1. String from Jeff Squyres - Thanks.</p>
1522
+ <p class="g-c-s">Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420.1 (KHTML, like Gecko) Version/3.0 Mobile/4A93 Safari/419.3</p>
1523
+ <p><b>Explanation:</b> Safari 3.0 for the iPhone (version .1.3?). String from Tom Chilton - Thanks.</p>
1524
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-gb) AppleWebKit/523.10.6 (KHTML, like Gecko) Version/3.0.4 Safari/523.10.6</p>
1525
+ <p><b>Explanation:</b> Safari 3.0.4 on Mac OS 10.5.1 Intel. String from Jason Mayfield-Lewis - Thanks.</p>
1526
+
1527
+ <p class="g-c-s">Mozilla/5.0 (iPod; U; CPU like Mac OS X; en) AppleWebKit/420.1
1528
+ (KHTML, like Gecko) Version/3.0 Mobile/3A100a Safari/419.3</p>
1529
+ <p><b>Explanation:</b> Safari 3.0 for the iPod touch. String from Greg McGuiness - Thanks.</p>
1530
+ <p class="g-c-s">Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+
1531
+ (KHTML, like Gecko) Version/3.0 Mobile/1C28 Safari/419.3</p>
1532
+ <p><b>Explanation:</b> Safari 3.0 for the iPhone. String from Greg Mcguiness - Thanks.</p>
1533
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/522.11.1
1534
+ (KHTML, like Gecko) Version/3.0.3 Safari/522.12.1</p>
1535
+ <p><b>Explanation:</b> Safari 3.0.3 for Intel version of iMac. String from Greg Mcguiness - Thanks.</p>
1536
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; bg) AppleWebKit/522.13.1 (KHTML, like Gecko) Version/3.0.2 Safari/522.13.1</p>
1537
+ <p><b>Explanation:</b> Safari 3.0.2 beta for Windows XP. String from Deyan Mavrov - Thanks.</p>
1538
+ <p class="g-c-s">Mozilla/4.0 (compatible; Mozilla/4.0; Mozilla/5.0; Mozilla/6.0; Safari/431.7; Macintosh; U; PPC Mac OS X 10.6 Leopard; AppleWebKit/421.9 (KHTML, like Gecko) )</p>
1539
+ <p><b>Explanation:</b> Safari browser V2 on OS X (10.6 Leopard). String from ? - Thanks.</p>
1540
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; ru) AppleWebKit/522.11.3
1541
+ (KHTML, like Gecko) Version/3.0 Safari/522.11.3</p>
1542
+ <p><b>Explanation:</b> Safari browser V 3.0 Beta for Windows XP SP2 . String from Vadim Korneyko - Thanks.</p>
1543
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en)
1544
+ AppleWebKit/419.3 (KHTML, like Gecko) Safari/419.3</p>
1545
+ <p><b>Explanation:</b> Safari browser V 2.o.4 with Beta for OS X . String from Robert Carter - Thanks.</p>
1546
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.8 (KHTML, like Gecko) Safari/419.3</p>
1547
+ <p><b>Explanation:</b> Safari browser 2.0.4 for MAC OS X (10.4.7) . String from Peter Tax - Thanks.</p>
1548
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8</p>
1549
+ <p><b>Explanation:</b> Safari browser 2.0.3 for MAC OS X (10.4.4) . String from Pavel Sochnev - Thanks.</p>
1550
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en) AppleWebKit/417.3 (KHTML, like Gecko) Safari/417.2</p>
1551
+ <p><b>Explanation:</b> Safari browser 2.0 for MAC OS X (10.4.4 build) . String from Tim Johnsen - Thanks.</p>
1552
+
1553
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/412 (KHTML, like Gecko) Safari/412</p>
1554
+ <p><b>Explanation:</b> Safari browser 2.0 for MAC OS X (10.4.1 build 8B15) . String from Robert Vawter - Thanks.</p>
1555
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/312.9 (KHTML, like Gecko) Safari/312.6</p>
1556
+ <p><b>Explanation:</b> Safari 1.3.x PPC under OS X. String from Andrew Hodder - thanks.</p>
1557
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.5.1 (KHTML, like Gecko) Safari/312.3.1</p>
1558
+ <p><b>Explanation:</b> Safari 1.3.1 on 1.3.9 after after Security update 2005-008 . String from Herve B - Thanks.</p>
1559
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/312.5 (KHTML, like Gecko) Safari/312.3</p>
1560
+ <p><b>Explanation:</b> Safari 1.3.1 (v312.3) 10.3.9 = last update on last version of Panther a.k.a all people who can't update to Tiger 10.4 !! . String from Herve B - Thanks.</p>
1561
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/124 (KHTML, like Gecko) Safari/125.1</p>
1562
+ <p><b>Explanation:</b> Safari browser 1.25.1 for MAC OS X. String from Jim Prince - thanks. If you are into this kind of Safari stuff Jim also keeps a full list from the early betas on <a href="http://homepage.mac.com/jprince/designSandbox/web/safari-agents/" class="t-db">his site</a>.</p>
1563
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/106.2 (KHTML, like Gecko) Safari/100.1</p>
1564
+ <p><b>Explanation:</b> Safari browser 1.0 for MAC OS X. (string from Yaso Leon).</p>
1565
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; es) AppleWebKit/85 (KHTML, like Gecko) Safari/85</p>
1566
+ <p><b>Explanation:</b> Safari browser 1.0 for MAC OS X with spanish language variant. (string from Robert Johnson).</p>
1567
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/74 (KHTML, like Gecko) Safari/74</p>
1568
+ <p><b>Explanation:</b> Safari browser build 74 for MAC OS X. (string from Eric Noel).</p>
1569
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/51 (like Gecko) Safari/51</p>
1570
+ <p><b>Explanation:</b> Safari browser for MAC OS X. (string from erik ?, Robert Seymour and Ken Zirkel).</p>
1571
+
1572
+
1573
+ <h2><a name="secure"></a><a href="http://h71000.www7.hp.com/openvms/products/ips/cswb/cswb.html" target="_blank" class="t-db">HP Secure Web Browser</a></h2>
1574
+ <p>One of the Gecko/Mozilla clones this time from HP for OpenWMS.</p>
1575
+ <p class="g-c-s">Mozilla/5.0 (X11; U; OpenVMS AlphaServer_ES40; en-US; rv:1.4) Gecko/20030826 SWB/V1.4 (HP)</p>
1576
+ <p><b>Explanation:</b> Quite recent version of Gecko running under OpenVMS on an Alpha (now w e don't see many of them) String from Jonathan McCormack - thanks.</p>
1577
+
1578
+ <h2><a name="shiira"></a><a href="http://shiira.jp/en.php" target="_blank" class="t-db">Shiira</a></h2>
1579
+ <p>Browser for Apple OS X based on cocoa/AppleWebKit which means it picks up the standard Safari/KHTML base. Modest goals of the project are to create a better browser than Safari.</p>
1580
+ <pre class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-us)
1581
+ AppleWebKit/523.10.5 (KHTML, like Gecko) Shiira Safari/125</pre>
1582
+ <p><b>Explanation:</b> Shiira on OS X. String from Phillip Miller - thanks.</p>
1583
+
1584
+ <h2><a name="sis"></a><a href="http://sis.gwlink.net/" target="_blank" class="t-db">Spectrum Internet Suite</a></h2>
1585
+ <p>Open Source browser for the Apple IIgs - remember. And you guys all thought Apple had no choices for browsing. They got choices coming out of their ears. This one may be a bit light on Javascript support.</p>
1586
+ <p class="g-c-s">Mozilla/2.0 (Compatible; SIS 1.2; IIgs)</p>
1587
+ <p><b>Explanation:</b> Spectrum 2.5.2 telecommunications program using Apple IIgs System Software 6.0.1 and the Marinetti 2.0.1 TCP/IP stack (remember check between the characters!) String from Stephen Heumann - thanks.</p>
1588
+
1589
+ <h1><a name="spicebird"></a><a href="http://www.spicebird.com/" target="_blank" class="t-db">Spicebird</a></h1>
1590
+ <p>Email and collaboration and browsing. Windows, MAC OS X and Linux. Similar to Mozilla's Lightning project.</p>
1591
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.2pre) Gecko/2009031304 Spicebird/0.7.1 </p>
1592
+ <p><b>Explanation:</b> Spicebird 0.7.1 on Linux. String from Jake Wasdin - thanks.</p>
1593
+
1594
+ <h1><a name="songbird"></a><a href="http://www.songbirdnest.com/" target="_blank" class="t-db">Songbird</a></h1>
1595
+ <p>Gecko based music optimized Browser. Windows, MAC OS X and Linux. Good name for a music browser. Or should it be SongFox - Oh well it was just a thought. Good looking web site.</p>
1596
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.10) Gecko/2009043012 Songbird/1.2.0 (20090616030052)</p>
1597
+ <p><b>Explanation:</b> Songbird 1.2.0 on Linux Mint 8. String from Jake Wasdin - thanks.</p>
1598
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008072921 Songbird/0.7.0 (20080819112708)</p>
1599
+ <p><b>Explanation:</b> Songbird 0.7.0 on Windows XP. String from Jake Wasdin - thanks.</p>
1600
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9a7pre)
1601
+ Gecko/2007073021 Songbird/0.3pre (20070731174647)</p>
1602
+ <p><b>Explanation:</b> Songbird 0.3 (nightly build) on Windows Vista. String from Joseph Christianson - thanks.</p>
1603
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1b2) Gecko/20060925 Songbird/0.2.5.1 (20070301190953)</p>
1604
+ <p><b>Explanation:</b> Songbird 0.2.5.1 on Kubuntu. String from Jake Wasdin - thanks.</p>
1605
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.0; en-NZ; rv:1.8.1b2) Gecko/20060925 Songbird/0.2</p>
1606
+ <p><b>Explanation:</b> Songbird 0.2 (developer preview - read beta?) on Windows 2K from someone in New Zealand (boy are we smart today or what?). String from Joseph Christianson - thanks.</p>
1607
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8) Gecko/20060206 Songbird/0.1</p>
1608
+ <p><b>Explanation:</b> Songbird 0.1 (proof-of-concept - read alpha) on Windows XP. String from Anthony Buckland - thanks.</p>
1609
+
1610
+ <h1><a name="iron"></a><a href="http://www.srware.net/en/software_srware_iron.php" target="_blank" class="t-db">SRWare Iron</a></h1>
1611
+ <p>Chromium (WebKit) based browser with enhanced privacy features. And it does not send any data about your browsing peccadilloes to you-know-who. Available on window, MAC and *nix. Soon to be available in a mobile form - it is hoped.</p>
1612
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_7; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Iron/9.0.600.2 Chrome/9.0.600.2 Safari/534.13</p>
1613
+ <p><b>Explanation:</b> SRWare Iron 9.0 on MAC OS X - Chrome 9.x base. String from Carl McCall - thanks.</p>
1614
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.9 (KHTML, like Gecko) Iron/4.0.280.0 Chrome/4.0.280.0 Safari/532.9</p>
1615
+ <p><b>Explanation:</b> SRWare Iron on Windows XP Tablet with SP3. String from Ian Springer - thanks.</p>
1616
+
1617
+ <h1><a name="stainless"></a><a href="http://stainlessapp.com/" target="_blank" class="t-db">Stainless</a></h1>
1618
+ <p>Multi-process browser that aims to out chrome, Chrome, geddit. Or put another way you have no need for chrome if you got stainless to begin with. We should be writing their copy. MAC OS X only at this time.</p>
1619
+ <p class="g-c-s">Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Stainless/0.5.5 Safari/525.20.1</p>
1620
+ <p><b>Explanation:</b> Stainless 0.5.5 on OS X. String from Vincent Jacobs - thanks.</p>
1621
+
1622
+ <h1><a name="strata"></a><a href="http://www.kirix.com/" target="_blank" class="t-db">Strata</a></h1>
1623
+ <p>A data browser based on Firefox - you get to pay for this baby - but there is a free trial version. It lets you do all knds of spiffy stuff with web based data like spread-sheet it locally etc.</p>
1624
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12pre) Gecko/20080101 Strata/4.1.0.1274</p>
1625
+ <p><b>Explanation:</b> Strata running on Kubuntu Hardy Heron. String from Jake Wasdin - thanks.</p>
1626
+
1627
+ <h1><a name="swift"></a><a href="http://getswiftfox.com/" target="_blank" class="t-db">SwiftFox</a></h1>
1628
+ <p>Optimised Firefox for AMD and Intel CPUs. The fragmentation of Firefox gathers pace.</p>
1629
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061024 Firefox/2.0 (Swiftfox)</p>
1630
+ <p><b>Explanation:</b> Swiftfox running on Ubuntu CE V2.0. String from Jonathan McCormack - thanks.</p>
1631
+
1632
+ <h1><a name="sylera"></a><a href="http://www.zawameki.net/izmi/prog/sylera_en.html" target="_blank" class="t-db">Sylera</a></h1>
1633
+ <p>Gecko based Browser from Japan - welcome. You need the Mozilla base then its a 1.5M download - seems to provide tabbed browsing, mouse gestures and a bunch of other stuff.</p>
1634
+ <p class="g-c-s">Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Sylera/1.2.7</p>
1635
+ <p><b>Explanation:</b> Sylera 1.2.7 on Windows XP. String from Erik Inge Bols&oslash; - thanks.</p>
1636
+
1637
+ <h1><a name="vision"></a><a href="http://www.novarra.com/" target="_blank" class="t-db">Vision</a></h1>
1638
+ <p>This should really be on the mobile page since it appears (from their web site) to be a packaged mobile environment so it probably appears on many mobile thingies. The company (Novarra) seems to have been just bought by Nokia. Lucky for them.</p>
1639
+ <p class="g-c-s">Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.20) Gecko/20081217 Firefox/2.0.0.20 Novarra-Vision/8.0</p>
1640
+ <p><b>Explanation:</b> Vision (looks like a branded FF 2.x to us) on something. String from Laurie Orta - thanks.</p>
1641
+
1642
+ <h1><a name="w3clinemode"></a><a href="http://www.w3.org/LineMode" target="_blank" class="t-db">W3C Line Mode</a></h1>
1643
+ <p>Text only browser from the W3C. Distributed as part of its libwww system. 'It is historically interesting, since it was originally developed at CERN starting in 1990 and as such was the second web browser ever created, after Tim Berners-Lee's original browser for the NeXT' (explanation from Stephen Heumann).</p>
1644
+ <p class="g-c-s">W3CLineMode/5.4.0 libwww/5.4.0</p>
1645
+ <p><b>Explanation:</b> Version 5.4.0 (current release) Tim Berners-Lee gets an author credit on the site - why is his name not in the UA string! String from Stephen Heumann - thanks.</p>
1646
+
1647
+ <h1><a name="webcapture"></a><a href="http://www.adobe.com" target="_blank" class="t-db">WebCapture (Adobe)</a></h1>
1648
+ <p>Erik writes "According to the web, this is Acrobat 5.0 grabbing your web page for preserving it as a PDF" so there you go.</p>
1649
+ <p class="g-c-s">Mozilla/3.0 (compatible; WebCapture 2.0; Auto; Windows)</p>
1650
+ <p><b>Explanation:</b> String from Erik Inge Bols&oslash; - thanks.</p>
1651
+
1652
+ <h1><a name="webcapture"></a><a href="http://haiku-os.org/" target="_blank" class="t-db">WebPositive</a></h1>
1653
+ <p>Default webkit based browser with Haiku OS which is a rewrite of BeOS. Regrettably, Haiku OS does not have a short, but poetic, tagline.</p>
1654
+ <p class="g-c-s">Mozilla/5.0 (compatible; U; InfiNet 0.1; Haiku) AppleWebKit/528+ (KHTML, like Gecko) WebPositive/528+ Safari/528+</p>
1655
+ <p><b>Explanation:</b> String from Jonathan McCormack - thanks.</p>
1656
+
1657
+ <h1><a name="webtv"></a><a href="http://www.webtv.net" target="_blank" class="t-db">WebTV (MS)</a></h1>
1658
+ <p>We created a separate entry for WebTV 'cos its got unique display characteristics (read quirks and bugs).</p>
1659
+ <p class="g-c-s">Mozilla/4.0 WebTV/2.8 (compatible; MSIE 4.0)</p>
1660
+ <p><b>Explanation:</b> WebTV 2.8 on ? String from Neil Thompson - thanks.</p>
1661
+
1662
+ <h1><a name="w3m"></a><a href="http://www.w3m.org" target="_blank" class="t-db">w3m</a></h1>
1663
+ <p>Text only browser runs on Linux/BSD and WIN32 (under cygwin) an alternative to Lynx and Links. Has been used to give HTML rendering capabilities to emacs for you emacs fans.</p>
1664
+ <p class="g-c-s">w3m/0.5.1</p>
1665
+ <p><b>Explanation:</b> w3m 0.5.1 on FreeBSD on the Intel platform (read between the characters!). String from Edwin Chambers - thanks</p>
1666
+ <p class="g-c-s">w3m/0.4.1</p>
1667
+ <p><b>Explanation:</b> w3m 0.4.1 on ? String from Erik ?</p>
1668
+
1669
+ <h1><a name="wget"></a><a href="http://www.gnu.org/directory/wget.html" target="_blank" class="t-db">Wget</a></h1>
1670
+ <p>GNU Utility for downloading internet files using HTTP and FTP.</p>
1671
+ <p class="g-c-s">Wget/1.8.1</p>
1672
+ <p><b>Explanation:</b> Wget 1.8.1 (GNU HTTP/FTP tool) on Debian Linux. This pesky thing keeps downloading our web site. We're gonna choke it off. String from Gerard Creamer - thanks.</p>
1673
+ <p class="g-c-s">Wget/1.6</p>
1674
+ <p><b>Explanation:</b> Wget 1.6 (GNU HTTP/FTP tool) on Linux Mandrake 8.0. Is this the same as WebGet? - no its not! WebGet is <a href="http://www.ake.nu/software/webget/" class="t-db">available here</a> but seems to do roughly the same thing though I'm sure neither Wget nor WebGet folks would agree with that statement.</p>
1675
+
1676
+ <h1><a name="xenu"></a><a href="http://home.snafu.de/tilman/xenulink.html" target="_blank" class="t-db">Xenu's Link Analyser</a></h1>
1677
+ <p>Windows utility for checking web sites for broken links (bit like WebAnalyzer).</p>
1678
+ <p class="g-c-s">Xenu_Link_Sleuth_1.2d </p>
1679
+ <p><b>Explanation:</b> Version 1.2d on some windows machine! String from Erik ? - thanks.</p>
1680
+
1681
+ <h1><a name="xmaxima"></a><a href="http://www.ma.utexas.edu/maxima.html" target="_blank" class="t-db">Maxima</a></h1>
1682
+ <p>Browser string used by Maxima, which is a Common Lisp implementation of MIT's Macsyma of computer algebra system, when accessing web pages. Apparently with *nix and Windows version and now released as OS.</p>
1683
+ <p class="g-c-s">netmath</p>
1684
+ <p><b>Explanation:</b> Rivals Dillo for the shortest possible string - tough competition. String from Chris Barts - thanks.</p>
1685
+
1686
+
1687
+ <h1><a name="extra"></a>Life on the edge</h1>
1688
+ <p>Yeah well. Most of us use MS Windows or Linux on pretty normal Intel or PPC architectures but there are some people who like to live on the edge. Here is the modest "life on the edge" strings list.</p>
1689
+ <p class="g-c-s">Mozilla/1.10 [en] (Compatible; RISC OS 3.70; Oregano 1.10)</p>
1690
+ <p><b>Explanation:</b> Browser Oregano (and these guys have got a choice of browsers!) running on the ACORN RISC PC. From Stanislas Renan - thanks.</p>
1691
+ <p class="g-c-s">Contiki/1.0 (Commodore 64; http://dunkels.com/adam/contiki/)</p>
1692
+ <p><b>Explanation:</b> Contiki (a very small footprint Open Source OS) with built in browser which even tells you where to get it - is that helpful or what! From Ryan Jones - thanks.</p>
1693
+ <p class="g-c-s">xChaos_Arachne/5.1.89;GPL,386+</p>
1694
+ <p><b>Explanation:</b> A web browser for DOS (honest) which you can obtain <a href="http://www.cisnet.com/glennmcc/arachne/" class="t-db">here</a>. From Ryan Jones - thanks.</p>
1695
+
1696
+ <h1><a name="bho">Browser Help Objects</a></h1>
1697
+ <p>This section shows strings from a number of plug-ins or proxy services whose job in life (they have decided) is to help (maybe) the user as they meander throughout the 'net. We are going to try and build a list with links to the plug-in site and - with your help - categorise them both as to how they get installed - e.g. willing user or stealth and wheter they are benign or nasty. In may cases we just show the additional string that will result rather than a full browser string - we're not gonna install nasty things just for your information now are we - well not willingly we're not!</p>
1698
+ <p class="g-c-s">..FunWebSearch...</p>
1699
+ <p><b>Explanation:</b> <a href="http://www.funwebproducts.com/" target="_blank" class="t-db">MyWebSearch (or FunWebProducts</a> enhanced browser - not classified as sypware or adware. To remove it - <a href="http://www.free-web-browsers.com/support/remove-mysearch.shtml" class="t-db">go here</a>. Info from Chris Gulutz - thanks.</p>
1700
+ <p class="g-c-s">Mozilla/4.0 (compatible; Powermarks/3.5; Windows 95/98/2000/NT)</p>
1701
+ <p><b>Explanation:</b> <a href="http://www.kaylon.com/power.html" target="_blank" class="t-db">PowerMarks</a> seems to be a benign Bookmark enhancement for most of the popular browsers - not classified as sypware or adware. Info from David Ross - thanks.</p>
1702
+ <p class="g-c-s">Mozilla/5.0 (compatible; IDZap)</p>
1703
+ <p><b>Explanation:</b> <a href="http://www.idzap.com" target="_blank" class="t-db">IDZap</a> enhanced browser. OK its done a good job and just defeated every browser detection string - now what.</p>
1704
+ <p class="g-c-n">Mozilla/3.01Gold (Macintosh; I; 68K)</p>
1705
+ <p><b>Explanation:</b> Life behind a <a href="http://www.junkbusters.org/" target="_blank" class="t-db">junkbuster</a> proxy. This is MSIE 5.0 on a Windows'95 PC - pretty obvious really! String from Phil Hibbs - thanks.</p>
1706
+ <pre class="g-c-s">
1707
+ Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0;
1708
+ ESB{A8417D9D-5087-4807-9D73-9E09290256CD})
1709
+ </pre>
1710
+ <p>String from Remco de Vijlder. Axel Kollmorgen and Eugene Sadhu suggest that it is most likely <a href="http://www.easysearchbar.com/" class="t-db">EasySearchBar</a> (ESB - geddit). Jim Rofkar and Eugene Sadhu both add another possibility - <a href="http://computercops.biz/startuplist-1069.html" class="t-db">Easy Start Bar</a> for laptops. Thanks guys.</p>
1711
+
1712
+
1713
+ <h1><a name="validation">Page Validation Services</a></h1>
1714
+ <p>Page validation services are great until you try 'em with dynamically generated pages based on the browser - then you gotta know what they send.</p>
1715
+ <p class="g-c-s">WDG_Validator/1.6.1</p>
1716
+ <p><b>Explanation:</b> The Web Design Groups (WDG) <a href="http://www.htmlhelp.com/tools/validator" class="t-db">page validator service</a> tool they also have great material on HTML and CSS as well on their site. String from Peter Booth - thanks.</p>
1717
+ <p class="g-c-s">Bobby/4.0.1 RPT-HTTPClient/0.3-3E</p>
1718
+ <p><b>Explanation:</b> A tool that checks web pages for Accessibility - Section 508 and W3C WCAC. String from Erik Bols&oslash;</p>
1719
+ <p class="g-c-s">W3C_Validator/1.183 libwww-perl/5.64</p>
1720
+ <p><b>Explanation:</b> The W3C validation service string supplied when you request page validation by URI.</p>
1721
+ <p class="g-c-s">Jigsaw/2.2.0 W3C_CSS_Validator_JFouffa/2.0</p>
1722
+ <p><b>Explanation:</b> The W3C CSS validation service string.</p>
1723
+ <h1><a name="unpleasant">Potentially Unpleasant Things</a></h1>
1724
+ <p>These strings or partial strings may have unknown side effects or be downright malicious depending on who is using them. You may want to know about 'em when they are visiting.</p>
1725
+
1726
+ <p class="g-c-s">vobsub</p>
1727
+ <p><b>Explanation:</b> Contributed by Jan Praestkjaer. A CD ripping plug-in. More information may obtained <a href="http://www.dawnload.net/video_software/dvd_tools/vobsub.cfm" class="t-db">here</a>.</p>
1728
+ <p class="g-c-s"><a name="up-digext"></a>DigExt</p>
1729
+ <p><b>Explanation:</b> Contributed by John Bridges. 'DigExt' can appear in a MSIE browser string and is potentially pretty nasty. If you ask for content to be available off-line in certain versions of MSIE (we saw it on 5.0 and 4.x) then MSIE will grab a lot of stuff from the sites you visit and slave it in its temporary internet files. Pretty unpleasant stuff since it chews up your and the sites bandwidth. Sounds like a nice option but MS don't tell you the consequences. Now if I just knew where the option was I'd disable it but since I just upgraded to MSIE 6.0 (cos my 5.0 kept crashing after I refused an automatic update - any connection!! Oh and by the way in case you think we are prejudiced we also upgraded to NS6) I can't find any of this stuff and my browser string doesn't show 'DigExt' anymore - is this another mystery! If you are interested to get more info on the pernicious 'DigExt' John provided this <a href="http://archive.davin.ottawa.on.ca/modperl/1999-10/msg00883.phtml" class="t-db">link</a>.</p>
1730
+ <p>This may have morphed in the first string shown under the <a href="#msie" class="t-db">MSIE</a> list - it contains 'MSIECrawler' - thanks to Adam Hauner.</p>
1731
+
1732
+ <h1><a name="wild"></a>In the wild</h1>
1733
+ <p>These strings were sent to us from various logs. If you think you know what they are drop us an email and we'll add an explanation. Lines beginning with # indicate our comments and explanations:</p>
1734
+ <pre class="g-c-s">
1735
+ SAGEM-myX5-2/1.0 Profile/MIDP-2.0 Configuration/CLDC-1.0
1736
+ UP.Browser/6.2.2.6.d.3 (GUI) MMP/1.0
1737
+ # <a href="mobile_ids.html#sagem" class="t-db">Sagem phone</a>. Update from Don Beele.
1738
+
1739
+ Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; FunWebProducts;
1740
+ E-nrgyPlus; dial; snprtz|S04770920630454; .NET CLR 1.1.4322)
1741
+ # E-nrgyPlus is Adware/Spyware: E-nrgyPlus Dialer. Updated by Don Beele - thanks.
1742
+
1743
+ Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
1744
+ snprtz|S21696000000680|2600#Service Pack 2#2#5#154321|isdn;
1745
+ .NET CLR 1.1.4322)
1746
+ # snprtz|S21696000000680|2600#Service Pack 2#2#5#154321|isdn indicates a
1747
+ # virus: Trojan.Win32.Dialer.hc. Updated by Don Beele - thanks
1748
+
1749
+ Mozilla/4.0 (compatible; DB Browse 4.3; DB OS 6.0)
1750
+ Mozilla/4.0 (compatible; X 10.0; Commodore 64)
1751
+
1752
+ Opera/7.02 Bork-edition (Windows NT 5.0; U) [en]
1753
+ # special version of Opera 7 to fix a problem acessing MSN
1754
+
1755
+ Mozilla/4.0 (compatible; AWEB 3.4 SE; AmigaOS)
1756
+ # <a href="#aweb" class="t-db">Amiga Aweb</a>
1757
+
1758
+ Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
1759
+ FunWebProducts; ADVPLUGIN|K114|05|S2096708331|dial; SIMBAR Enabled;
1760
+ SIMBAR={0928F776-3240-4451-8757-B474D4642219}; SIMBAR=0;
1761
+ .NET CLR 1.1.4322; .NET CLR 2.0.50727)
1762
+ # ADVPLUGIN|K114|05|S2096708331|dial indicates a
1763
+ # virus: Trojan.Win32.Dialer.hc and
1764
+ # SIMBAR={0928F776-3240-4451-8757-B474D4642219}; SIMBAR=0; indicates
1765
+ # spyware/adware, update from Don Beele - thanks
1766
+
1767
+ Mozilla/5.0 compatible WebaltBot/1.00 (i686-pc-linux)
1768
+ PlantyNet_WebRobot_V1.9 dhkang@plantynet.com
1769
+ Firefox 0.9.2 (The intelligent alternative)
1770
+
1771
+ Mozilla/4.7C-SGI [en] (X11; I; IRIX 6.5 IP32)
1772
+ # SGI - R5000 CPU at 180 Mhz. Update Don Beele - thanks
1773
+
1774
+ Mozilla/4.7 (compatible; OffByOne; Windows 2000) Webster Pro V3.4
1775
+ # <a href="#offbyone" class="t-db">offbyone</a> browser. Update by Don Beele - thanks
1776
+
1777
+ psbot/0.1 (+http://www.picsearch.com/bot.html)
1778
+ # picsearch robot - indexes images on web. Update from Don Beele - thanks
1779
+ </pre>
1780
+ <h1><a name="mystery"></a>Mystery Strings and Questions</h1>
1781
+ <ol>
1782
+ <li>Anyone read, we think, Polish and use a cell phone if so you can probably answer this:
1783
+ <pre class="g-c-s">
1784
+ holmes/3.10.1 (OnetSzukaj/5.0; +http://szukaj.onet.pl)
1785
+ </pre>
1786
+ <p>Submitted by David Ross (thanks). Answer from Michal Malek. Apparently it is a polish search engine crawler from <a href="http://szukaj.onet.pl" target="_blank" class="t-dd">OnetSzukaj</a>. Many thanks. And he didn't need a cell phone.</p>
1787
+ </li>
1788
+ <li>Anyone recognize the IEMB3 in this string:
1789
+ <pre class="g-c-s">
1790
+ Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322;
1791
+ IEMB3; IEMB3)
1792
+ </pre>
1793
+ <p>Submitted by Ineke K (thanks). The most plausible explanation is IE Mobile Browser but with a 7.0 version?</p>
1794
+ </li>
1795
+ <li>Anyone recognize this string:
1796
+ <pre class="g-c-s">
1797
+ Bookdog/3.11.4
1798
+ </pre>
1799
+ <p>This one was submitted and answered by David Ross (thanks). Its <a title="" href="http://www.sheepsystems.com/bookdog/" class="t-db">BookDog</a> (which apparently replaces Safari Sniffer) and can organize/validate bookmarks for Safari, Camino and Firefox on the Mac. It replaces the normal User-Agent string rather that adds to it which is normal mode for BHO and Plugins - pretty strange even if not a true mystery.</p>
1800
+ </li>
1801
+ <li>Anyone recognize this string:
1802
+ <pre class="g-c-s">
1803
+ Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; BT [build 60A];
1804
+ .NET CLR 1.1.4322)
1805
+ </pre>
1806
+ <p>Any ideas about the BT [build 60A] string? String from John Dobson.</p>
1807
+ <p>Alexander Twigg thinks this is the British Telecom Yahoo! browser based on MSIE 6 - and who are we to dispute that - many thanks Alexander.</p>
1808
+ </li>
1809
+ <li>Anyone recognize this string:
1810
+ <pre class="g-c-s">
1811
+ Mozilla/4.0 (compatible; MSIE 5.01; Windows 98; Config C)
1812
+ </pre>
1813
+ <p>Any ideas about the Config C string? String from John Dobson.</p>
1814
+ </li>
1815
+ <li>Anyone recognize this string:
1816
+ <pre class="g-c-s">
1817
+ Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8) Gecko/20051123
1818
+ Firefox/1.5 (977517da3442c5cr5yba8n969bd36a6c7e5a)
1819
+ </pre>
1820
+ <p>Any ideas about the string following Firefox? String from Ryan J.</p>
1821
+ </li>
1822
+ <li>Anyone recognize this string:
1823
+ <pre class="g-c-s">
1824
+ KDDI-CA31 UP.Browser/6.2.0.7.3.129 (GUI) MMP/2.0
1825
+ </pre>
1826
+ <p>We suspected it was some kind of Japanese mobile device (IP tracked to Internet Multifeed Co. of Japan). String from David E. Ross. Yeah it's a DoCoMo device. Answer from karawapo who also supplied a huge list of <a href="mobile_ids.html#domoco" class="t-db">DoCoMo</a> devices.</p>
1827
+ </li>
1828
+ <li>Anyone recognize the Secure IE in this string:
1829
+ <pre class="g-c-s">
1830
+ Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
1831
+ .NET CLR 1.1.4322; Secure IE 3.3.1286)
1832
+ </pre>
1833
+ <p>String from Lewis Kapell. Possible answer also from Lewis is <a href="http://www.secureie.com/" target="_blank" class="t-db">Secure IE</a> (surprise, surprise).</p>
1834
+ </li>
1835
+ <li>Anyone recognize the i-NavFourF in this string:
1836
+ <pre class="g-c-s">
1837
+ Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; i-NavFourF;
1838
+ .NET CLR 1.1.4322)
1839
+ </pre>
1840
+ <p>String from maffiou. Possible answer also from maffiou is the i-van system from Verisign, Inc. which allows International names in URLs (including DNS). <a href="http://www.idnnow.com/index.jsp" target="_blank" class="t-db">More possibiliies here</a>. Confirmed by Andreas St&auml;ding.</p>
1841
+ </li>
1842
+ <li>Anyone recognize the TIMET-040122 in this string:
1843
+ <pre class="g-c-s">
1844
+ Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; TIMET-0904;
1845
+ TIMET-040122)
1846
+ </pre>
1847
+ <p>String from D. Latham.</p>
1848
+ </li>
1849
+ <li>Anyone recognize the 'AT&amp;T CMS7.0'in this string:
1850
+ <pre class="g-c-s">
1851
+ Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; AT&amp;T CSM7.0;
1852
+ .NET CLR 1.0.3705; .NET CLR 1.1.4322; Hotbar 4.6.1)
1853
+ </pre>
1854
+ <p>String from Brantley Harris. The hotbar is clearly our good friends <a href="http://www.hotbar.com/" class="t-db">hotbar</a> who monitor your traffic. You can remove it <a href="http://www.pchell.com/support/hotbar.shtml" class="t-db">here</a>. But the CMS... Turns out it's AT&amp;T Worldnet Customer Support Manager v7.0. Update from Don Beele - thanks.</p>
1855
+ </li>
1856
+ <li>Anyone recognize the 'iebar'in this string:
1857
+ <pre class="g-c-s">
1858
+ Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; iebar)
1859
+ </pre>
1860
+ <p>String from Willem van Nunen. Its, suprisingly, <a href="http://www.iebar.com/" class="t-db">iebar</a> now why didn't we think about that ('cos we're stupid thats why). Answer from Chip Downs - thanks.</p>
1861
+ </li>
1862
+ <li>Anyone recognize the CS 2000 in this string:
1863
+ <pre class="g-c-s">
1864
+ Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4.2)
1865
+ Gecko/20021112 CS 2000 7.0/7.0
1866
+ </pre>
1867
+ <p>String from Willem van Nunen. Answer from Richard Aspden it is "the CompuServe 2000 application, which had Gecko built-in. AOL was going to do the same with it's own native software (AOL owning CS), but decided to use IE in the end anyway.". Many thanks.</p>
1868
+ </li>
1869
+ <li>Anyone recognize the ESB stuff in this string:
1870
+ <pre class="g-c-s">
1871
+ Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0;
1872
+ ESB{A8417D9D-5087-4807-9D73-9E09290256CD})
1873
+ </pre>
1874
+ <p>String from Remco de Vijlder. Axel Kollmorgen, Eugene Sadhu and Jim Rofkar all made suggestions - we moved this one to the <a href="#bho" class="t-db">BHO</a> section with the best links we can find. Oracle's Fusion Middleware Enterprise Service Bus?</p>
1875
+ </li>
1876
+ <li>Anyone recognize the DIL0001021 in this string:
1877
+ <pre class="g-c-s">
1878
+ Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; DIL0001021)
1879
+ </pre>
1880
+ <p>String from John Dobson. <b>Answer:</b> Seems is <a href="http://www.demon.net/" class="t-db">Demon Internet Limited</a> a big UK ISP who customize MSIE. From Lee Harvey Osmond - thanks - who also wants to know what 'YPC' means in a string.</p>
1881
+ </li>
1882
+ <li>Anyone recognize the H010818 in this string:
1883
+ <pre class="g-c-s">
1884
+ Mozilla/4.0+(compatible;+MSIE+5.5;+Windows+NT+4.0;+H010818)
1885
+ </pre>
1886
+ <p>String from Jim Rofkar. <b>Possible Answer:</b> From Eugene Sadhu "Interestingly this string "H010818" is found in the registry of WinME machines and may have some correlation to the WindowsUpdate App. Perhaps a browser used after visiting the WindowsUpdate site will send this string to other machines on the same session.
1887
+ HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\User Agent\Post Platform\H010818" Many thanks.</p>
1888
+ </li>
1889
+ <li>Anyone recognize this CLSID like string in a browser:
1890
+ <pre class="g-c-s">
1891
+ Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+
1892
+ {4E449FBB-3E07-4F3B-AF93-9F441086A756};+.NET+CLR+1.1.4322)
1893
+ Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0;+
1894
+ {8E13D179-78A2-4C06-9BFC-EA5BF2EE1750})
1895
+ </pre>
1896
+ <p>String from Jim Rofkar - followed by the answer from Jim also. These may indicate the browser has a BHO (Browser Helper Object) software installed (perhaps unwittingly) from either LOP foistware (site link appears broken) or <a href="http://www.doxdesk.com/parasite/WurldMedia.html" class="t-db">WurlMedia</a>. This <a href="http://sysinfo.org/bhoinfo.html" class="t-db">site</a> seems to keep a reasonably up-to-date list of nasty things. If you think you have got some nasty stuff on your browser just type 'hijack' into a google search and follow the most promising links.</p>
1897
+ </li>
1898
+ <li>
1899
+ <p class="g-c-s">...SURF...</p>
1900
+ <p>Anyone know what application the word SURF in a browser string comes from? String from Erik Nelson. Tyler Bannister writes" One of our students is having a problem with her browser pre-fetching every page she reads in Internet Explorer. The problem doesn't occur in Netscape, thus it seems likely that "SURF" is some type of browser help object for IE and probably malware" - thanks - anyone got more on this one?</p>
1901
+ </li>
1902
+ <li>
1903
+ <p class="g-c-s">Mozilla/4.01 (Compatible; Acorn Phoenix 2.08 [intermediate]; RISC OS 4.39) Acorn-HTTP/0.84 </p>
1904
+ <p>Anyone know what the browser being used is? String from Erik ?. Updated answer from Chris Bazley. Apparently the original Acorn Browse in a development version morphed into Phoenix (not to be confused with the pre firebird pre firefox mozilla browser!) on the ACORN RISC OS. For all you ACORN fans however seems there may be a Firefox port called <a href="http://www.mozilla.org/ports/" class="t-db">Rozilla</a>.</p>
1905
+ </li>
1906
+ <li>Anyone recognize this one:
1907
+ <p class="g-c-s">mozilla/4.0 (compatible; msie 6.0; windows 98; ypc 3.0.2; yplus 4.4.01d)</p>
1908
+ <p>Anyone know what the ypc and yplus is? String from Bruce Preston.</p>
1909
+ <p><b>Answer:</b> It's <a href="http://ypc.yahoo.com/" class="t-db">Yahoo Parental Controls</a> which seems to be available to you if you sign-up with Yahoo. Answer from John Pye - thanks.</p>
1910
+ </li>
1911
+ <li>Anyone recognize this one:
1912
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; FREE; .NET CLR 1.1.4322)</p>
1913
+ <p>Anyone know what the FREE is? String from Jean Christophe Olivain. Axel Kollmorgen writes "seems to be a customized version of IE made by free.fr or a related company. all the "FREE" agents in my logs are from france and their ip's related somehow with free.fr". Thanks Axel. Confirmation from Symon Rottem who says that the isp free provides an installation CD with a customised version of MSIE. This one is now dead - maybe we should move to the MSIE strings.</p>
1914
+ </li>
1915
+ <li>Anyone recognize this one:
1916
+ <p class="g-c-s">Mozilla/4.5 RPT-HTTPClient/0.3-2 </p>
1917
+ <p>We suspect this may be an e-mail extractor program, but we could be wrong. Anyone got a definitive answer? String from Michael Wilcox.</p>
1918
+ <p><b>Answer:</b> It's an HTTP <a href="#httpclient" class="t-db"> client library</a>. Answer from Eugene Sadhu - thanks.</p>
1919
+ </li>
1920
+ <li>Anyone recognize the KTXN part of this string:
1921
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; KTXN)</p>
1922
+ <p>Anyone got any idea? String from Chug Yang.</p>
1923
+ <p><b>Answer:</b> KTXN is "Keynote" a website monitoring service. Keynote traffic (evidenced by presence of KTXN in the user agent string) should not be blocked from your web server (because then your reported availability % will be zero!) but it should not be included in your pageviews/visits/etc measurements since that is not real customers' traffic. Answer from Justin Grant - thanks.</p>
1924
+ </li>
1925
+ <li>Anyone recognize this one:
1926
+ <p class="g-c-s">SUNPlex 4.1 (Trusted Solaris 8 Operating Environment; Solaris 8 OE; Sun Fire 15K)</p>
1927
+ <p>Seems to be from a SUN Secure cluster - benign application or something more sinister? String from Erik's ? logs.</p>
1928
+ <p><b>We got this in response:</b> "SUNPlex Manager is a web-based administration tool for the SunCluster 3 clustering software. Trusted Solaris is a secured version of the Solaris operating system (I believe it at one point was rated C2 in the Orange Book but I don't know for sure what it is now). Sun Fire 15K is the Godzilla of servers, one of my favorite machines to work on, and makes one awesomungus web browser." Thanks to Joe George.</p>
1929
+ </li>
1930
+ <li>Anyone recognize this one:
1931
+ <p class="g-c-s">Mozilla/3.0 (compatible; HP Web PrintSmart 04b0 1.0.1.34)</p>
1932
+ <p>String from Dan Johnson's logs.</p>
1933
+ <p><b>Answer:</b> Eugene Sadhu writes "HP Web PrintSmart software is a tool for creating custom printed documents from Web pages that you retrieve from anywhere on the Web." His view is its probably not available now (we checked and could only a historic reference n HP's pages). Thanks Eugene.</p>
1934
+ </li>
1935
+ <li>Anyone recognize this one:
1936
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 5.0; Win3.1; ATHMWWW1.1;)</p>
1937
+ <p>String from Dan Johnsons logs. MSIE 5.0 does not run on windows 3.1 so its something else. Just someone playing with browsers ids?</p>
1938
+ <p><b>Answer:</b> This is the browser string from Excite@home's custom browser so we suspect is version 3.1 runing on a Windows platform - anyone know the base technology e.g. custom MSIE or what. Answer from Eugene Sadhu - thanks.</p>
1939
+ </li>
1940
+ <li>Anyone recognize this one:
1941
+ <p class="g-c-s">Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.0.3705; .NET CLR 1.1.4322)</p>
1942
+ <p><b>Answer:</b> Neal Blomfield writes "The following user agent string listed as a mystery string on your website looks like IE6 on Win2k running both verion 1 (.NET CLR 1.0.3705) and version 1.1 (.NET CLR
1943
+ 1.1.4322) of the .NET framework". Sounds plausible to us. Thanks Neal. Bobby Mcgee also provided this link <a href="http://www.httprevealer.com/usage_dotnet.htm" class="t-db">http://www.httprevealer.com/usage_dotnet.htm</a> to help identify folks using the .NET infrastructure. Thanks Bobby.</p>
1944
+ </li>
1945
+ <li>What does 'DigExt' mean (solved - credit to John Bridges see <a href="#up-digext" class="t-db">here</a>).</li>
1946
+ <li>Anyone recognize the browser or OS:
1947
+ <p class="g-c-s">Mozilla/4.0 (compatible; ICS 1.2.105)</p>
1948
+ <p><b>Answer:</b> Marc Schneider suggests it's probably from Novell's Internet Caching system. We also got confirmation of this from Eugene Sadhu "It is most probably from the Compaq TaskSmart C-Series server, in fact, one that had the upgrade patch to build 1.2.105 installed (released 15 Sep 2000)" Mystery solved - thanks guys.</p></li>
1949
+ <li>Anyone know what the 'U' is in many Linux browser strings.<br />
1950
+ <b>Answer:</b> From Rickard Anglerud - thanks: It defines security level and may have one of the following values:
1951
+ <ul>
1952
+ <li>N for no security</li>
1953
+ <li>U for strong security</li>
1954
+ <li>I for weak security </li>
1955
+ </ul>
1956
+ </li>
1957
+ <li>Anyone recognise this baby?
1958
+ <p class="g-c-s">Sqworm/2.9.85-BETA (beta_release; 20011115-775; i686-pc-linux</p>
1959
+ <b>Submitted by:</b> Mike van Riel<br /><br />
1960
+ <b>Answer:</b> From Evan Walters - thanks: Its a <a href="#crawlers" class="t-db">new crawler</a> from Sqworm.com a search site - a most unfortunate name don't you think (maybe they thought it was funny or something).</li>
1961
+ </ol>
1962
+
1963
+
1964
+
1965
+
1966
+ <!-- end body table -->
1967
+ <hr />
1968
+ <p class="p-m-n"><br />Problems, comments, suggestions, corrections (including broken links) or something to add? Please take the time from a busy life to 'mail us' (at top of screen), the webmaster (below) or <a href="javascript:mailus('info-support','zytrax.com','Support Issue')" class="t-db">info-support at zytrax</a>. You will have a warm inner glow for the rest of the day.</p>
1969
+ </div>
1970
+
1971
+
1972
+ <div class="l-f">
1973
+ <div class="l-100">
1974
+ <!-- standard footer full width -->
1975
+ <table border="0" cellspacing="0" align="center">
1976
+ <tr valign="top">
1977
+ <td class="p-f-s" align="left">
1978
+
1979
+ Copyright &copy; 1994 - 2011 ZyTrax, Inc.<br /> All rights reserved.
1980
+ <a href="http://www.zytrax.com/legal.html" class="p-f-s">Legal and Privacy</a>
1981
+ </td>
1982
+ <td align="center"><a href="http://www.zytrax.com/isp/web" target="_blank" class="p-f-s">site by zytrax</a><br /> <a href="http://www.super.net.sg" target="_blank" class="p-f-s"><img src="http://www.zytrax.com/super-net-s.gif" border="0" alt="Hosted by super.net.sg" /></a></td>
1983
+ <td class="p-f-s" align="right">
1984
+ <a href="javascript:mailus('web-master','zytrax.com','About Web site')" class="p-f-s">web-master at zytrax</a><br />
1985
+ Page modified: July 11 2011.
1986
+ </td>
1987
+ </tr>
1988
+ </table>
1989
+ </div>
1990
+ </div>
1991
+ <div class="l-l">
1992
+ <!-- left hand navigation -->
1993
+ <div class="n-l">
1994
+ <h2 align="right">Tech</h2>
1995
+ <p class="n-l-f">
1996
+ <a href="http://www.zytrax.com/tech">tech home</a><br />
1997
+ <a title="Digital Audio - primers, calculators, equalization, frequency tables, file formats, glossary - a mere splash in the ocean" href="http://www.zytrax.com/tech/audio/">audio stuff</a><br />
1998
+ <a title="Browser IDs, SSIs, Apache Configuration, regular expressions" href="http://www.zytrax.com/tech/web/">web stuff</a><br />
1999
+ <a href="http://www.zytrax.com/tech/dom/">dom stuff</a><br />
2000
+ <a title="CSS is about a lot more than STYLE. Wheezes, table-less layouts, CSS pop-ups, CSS Shortcuts" href="http://www.zytrax.com/tech/css/">css stuff</a><br />
2001
+ <a title="includes PHP and Ruby (our new language of choice)" href="http://www.zytrax.com/tech/lang/">language stuff</a><br />
2002
+ <a title="quick overview 'cos we always forget - not that we ever knew much - now includes a nifty tester" href="http://www.zytrax.com/tech/web/regex.htm">regex stuff</a><br />
2003
+ <a href="http://www.zytrax.com/tech/rfcs/">rfc stuff</a><br />
2004
+ <a title="TCP/IP, ISDN, LAN, VoIP, ITU Multi-Media" href="http://www.zytrax.com/tech/protocols/">protocol stuff</a><br />
2005
+ <a title="PC Parallel Ports, LAN wiring, RS232, Centronics, DIN" href="http://www.zytrax.com/tech/layer_1/">cable stuff</a><br />
2006
+ <a href="http://www.zytrax.com/tech/layer_1/cables/tech_lan.htm">lan wiring</a><br />
2007
+ <a title="DB9, DB25 pinouts, RJ45 serial, RS standards" href="http://www.zytrax.com/tech/layer_1/cables/tech_rs232.htm">rs232 wiring</a><br />
2008
+ <a title="A collection of detailed howtos including Samba3 as PDC, FreeBSD firewalls" href="http://www.zytrax.com/tech/howtos/">howto stuff</a><br />
2009
+ <a title="A collection of survival guides - quick overviews - to popular software" href="http://www.zytrax.com/tech/survival/">survival stuff</a><br />
2010
+ <a title="Our overview, Calculators, links to 'heavy' stuff, some early 802.11 stuff" href="http://www.zytrax.com/tech/wireless/">wireless stuff</a><br />
2011
+ <a href="http://www.zytrax.com/tech/codes.htm">ascii codes</a><br />
2012
+ <a href="http://www.zytrax.com/tech/data_rates.htm">data rate stuff</a><br />
2013
+ <a href="http://www.zytrax.com/tech/telephony/">telephony stuff</a><br />
2014
+ <a href="http://www.zytrax.com/tech/mech/">mechanical stuff</a><br />
2015
+ <a href="http://www.zytrax.com/tech/pc/">pc stuff</a><br />
2016
+ <a href="http://www.zytrax.com/tech/electronics/">electronic stuff</a><br />
2017
+ <a href="http://www.zytrax.com/links">tech links</a><br />
2018
+ <a href="http://www.zytrax.com/books">open guides</a><br />
2019
+ <a title="RSS (2.0) Feed - right click on icon, select 'Copy Link URL' or 'Copy Shortcut', paste into RSS Feed Reader, or drag and drop into RSS Feed Reader" href="http://www.zytrax.com/zytrax.rss"><img border="0" src="http://www.zytrax.com/images/feed-icon-14x14.png" alt="RSS Feed Icon" />&nbsp;RSS Feed</a>
2020
+ </p>
2021
+ <p align="right" class="p-b-h">If you are happy it's OK - but your browser is giving a less than optimal experience on our site. You could, at no charge, upgrade to a W3C STANDARDS COMPLIANT browser such as <a href="http://www.mozilla.org" class="t-db">Mozilla</a></p>
2022
+ </div>
2023
+
2024
+ </div>
2025
+ <div class="l-r">
2026
+ <!-- right menu -->
2027
+ <div class="g-sb">
2028
+ <!-- SiteSearch Google -->
2029
+ <form method="get" action="http://www.google.com/custom" target="_top">
2030
+ <table border="0">
2031
+ <tr>
2032
+ <td nowrap="nowrap">
2033
+ <input type="hidden" name="domains" value="www.zytrax.com" />
2034
+ <input type="text" name="q" size="20" maxlength="255" value="" />
2035
+ </td></tr>
2036
+ <tr>
2037
+ <td nowrap="nowrap">
2038
+ <table>
2039
+ <tr>
2040
+ <td>
2041
+ <input type="radio" name="sitesearch" value="" checked="checked" />
2042
+ <font size="-2" color="#000000" >web</font>
2043
+ </td>
2044
+ <td>
2045
+ <input type="radio" name="sitesearch" value="www.zytrax.com" />
2046
+ <font size="-2" color="#000000">zytrax.com</font>
2047
+ </td>
2048
+ </tr>
2049
+ </table>
2050
+ <input type="submit" name="sa" value="Google Search" />
2051
+ <input type="hidden" name="client" value="pub-9419480011552853" />
2052
+ <input type="hidden" name="forid" value="1" />
2053
+ <input type="hidden" name="ie" value="ISO-8859-1" />
2054
+ <input type="hidden" name="oe" value="ISO-8859-1" />
2055
+ <input type="hidden" name="safe" value="active" />
2056
+ <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:355;L:http://www.zytrax.com/images/zytrax-info-google.gif;S:http://www.zytrax.com/tech;FORID:1;" />
2057
+ <input type="hidden" name="hl" value="en" />
2058
+ </td></tr></table>
2059
+ </form>
2060
+ <!-- SiteSearch Google -->
2061
+ <div class="b-b-s">
2062
+ <a href="http://www.facebook.com/sharer.php?u=http://www.zytrax.com/tech/web/browser_ids.htm"><img class="i-m-s" title="add page to facebook" border="0" src="http://www.zytrax.com/images/facebook.gif" alt="add page to facebook" /></a>
2063
+ <a href="http://technorati.com/cosmos/search.html?url=http://www.zytrax.com/tech/web/browser_ids.htm"><img class="i-m-s" title="add page to technorati.com" border="0" src="http://www.zytrax.com/images/technorati.gif" alt="add page to technorati.com" /></a>
2064
+ <a href="http://digg.com/submit?phase=2&amp;url=http://www.zytrax.com/tech/web/browser_ids.htm"><img class="i-m-s" title="add page to digg.com" border="0" src="http://www.zytrax.com/images/digg.gif" alt="add page to digg.com" /></a>
2065
+ <a href="http://del.icio.us/post?url=http://www.zytrax.com/tech/web/browser_ids.htm&amp;title=Browser ID Strings (a.k.a. User Agent ID)"><img class="i-m-s" title="add page to del.icio.us" border="0" src="http://www.zytrax.com/images/delicious.gif" alt="add page to del.icio.us" /></a>
2066
+ <a href="http://furl.net/storeIt.jsp?t=Browser ID Strings (a.k.a. User Agent ID)&amp;u=http://www.zytrax.com/tech/web/browser_ids.htm"><img class="i-m-s" title="add page to furl.net" border="0" src="http://www.zytrax.com/images/furl.gif" alt="add page to furl.net" /></a>
2067
+ <a href="http://www.stumbleupon.com/submit?url=http://www.zytrax.com/tech/web/browser_ids.htm&amp;title=Browser ID Strings (a.k.a. User Agent ID)"><img class="i-m-s" title="add page to to stumbleupon" border="0" src="http://www.zytrax.com/images/stumbleupon.gif" alt="add page to stumbleupon" /></a>
2068
+ <a href="http://reddit.com/submit?url=http://www.zytrax.com/tech/web/browser_ids.htm&amp;title=Browser ID Strings (a.k.a. User Agent ID)"><img class="i-m-s" title="add page to to reddit.com" border="0" src="http://www.zytrax.com/images/reddit.gif" alt="add page to reddit.com" /></a>
2069
+ <a href="http://www.zytrax.com/run/mailpage.php"><img class="i-m-s" title="mail this page feature" border="0" src="http://www.zytrax.com/images/mail.gif" alt="mail this page feature" /></a>
2070
+ <a href="#" onclick="window.print();return false;" ><img class="i-m-s" title="print this page" border="0" src="http://www.zytrax.com/images/pf.gif" alt="print this page" /></a>
2071
+ </div>
2072
+ <h4>Mobile Stuff</h4>
2073
+ <p class="g-sb-n">
2074
+ <a href="mobile_ids.html#mobile" class="t-db">mobile things</a><br />
2075
+ <a href="#google" class="t-db">Android</a><br />
2076
+ <a href="mobile_ids.html#avantgo" class="t-db">AvantGo</a><br />
2077
+ <a href="mobile_ids.html#palmone" class="t-db">Blazer</a><br />
2078
+ <a href="mobile_ids.html#bolt" class="t-db">Bolt</a><br />
2079
+ <a href="mobile_ids.html#domoco" class="t-db">DoCoMo</a><br />
2080
+ <a href="mobile_ids.html#dolphin" class="t-db">Dolphin</a><br />
2081
+ <a href="mobile_ids.html#eudora" class="t-db">EudoraWeb</a><br />
2082
+ <a href="mobile_ids.html#ftxbrowser" class="t-db">ftxBrowser</a><br />
2083
+ <a href="mobile_ids.html#minimo" class="t-db">Minimo</a><br />
2084
+ <a href="mobile_ids.html#netfront" class="t-db">NetFront</a><br />
2085
+ <a href="mobile_ids.html#pie" class="t-db">PIE</a><br />
2086
+ <a href="mobile_ids.html#openwave" class="t-db">OpenWave</a><br />
2087
+ <a href="mobile_ids.html#pocketlink" class="t-db">PocketLink</a><br />
2088
+ <a href="mobile_ids.html#palmsource" class="t-db">PalmSource</a><br />
2089
+ <a href="mobile_ids.html#plucker" class="t-db">Plucker</a><br />
2090
+ <a href="mobile_ids.html#xiino" class="t-db">Xiino</a><br />
2091
+ <a href="mobile_ids.html#tear" class="t-db">Tear</a><br />
2092
+ <a href="mobile_ids.html#ucweb" class="t-db">UCWEB</a><br />
2093
+ <a href="mobile_ids.html#telephones" class="t-db">Telephones/PDAs</a><br />
2094
+ <a href="mobile_ids.html#others" class="t-db">Others</a><br />
2095
+ </p>
2096
+ <h4>Cellcos/Vendors</h4>
2097
+ <p class="g-sb-n">
2098
+ <a href="mobile_ids.html#android" class="t-db">Android Thingies</a><br />
2099
+ <a href="mobile_ids.html#apple" class="t-db">Apple iThingies</a><br />
2100
+ <a href="mobile_ids.html#blackberry" class="t-db">Blackberry</a><br />
2101
+ <a href="mobile_ids.html#htc" class="t-db">HTC</a><br />
2102
+ <a href="mobile_ids.html#lge" class="t-db">LGE</a><br />
2103
+ <a href="mobile_ids.html#motorola" class="t-db">Motorola</a><br />
2104
+ <a href="mobile_ids.html#nokia" class="t-db">Nokia</a><br />
2105
+ <a href="mobile_ids.html#samsung" class="t-db">Samsung</a><br />
2106
+ <a href="mobile_ids.html#wm7" class="t-db">Windows Phone 7</a><br />
2107
+ <a href="mobile_ids.html#zte" class="t-db">ZTE</a><br />
2108
+ </p>
2109
+ <h4>Browsers</h4>
2110
+ <p class="g-sb-n">
2111
+ <a href="browser_ids.htm#x1" class="t-db">1X</a><br />
2112
+ <a href="browser_ids.htm#oregano" class="t-db">Acorn Browse</a><br />
2113
+ <a href="browser_ids.htm#act10" class="t-db">Act 10</a><br />
2114
+ <a href="browser_ids.htm#amaya" class="t-db">Amaya</a><br />
2115
+ <a href="browser_ids.htm#amigavoyager" class="t-db">AmigaVoyager</a><br />
2116
+ <a href="browser_ids.htm#google" class="t-db">Android</a><br />
2117
+ <a href="browser_ids.htm#apt" class="t-db">APT-GET</a><br />
2118
+ <a href="browser_ids.htm#arachne" class="t-db">Arachne</a><br />
2119
+ <a href="browser_ids.htm#arora" class="t-db">Arora</a><br />
2120
+ <a href="browser_ids.htm#avant" class="t-db">Avant Browser</a><br />
2121
+ <a href="mobile_ids.html#avantgo" class="t-db">AvantGo</a><br />
2122
+ <a href="browser_ids.htm#aweb" class="t-db">Aweb (Amiga)</a><br />
2123
+ <a href="browser_ids.htm#blue" class="t-db">Bluefish</a><br />
2124
+ <a href="browser_ids.htm#browsex" class="t-db">Browsex</a><br />
2125
+ <a href="browser_ids.htm#camino" class="t-db">Camino</a><br />
2126
+ <a href="browser_ids.htm#charon" class="t-db">Charon</a><br />
2127
+ <a href="browser_ids.htm#check" class="t-db">Check&amp;Get</a><br />
2128
+ <a href="browser_ids.htm#chimera" class="t-db">Chimera</a><br />
2129
+ <a href="browser_ids.htm#chrome" class="t-db">Chrome (Google)</a><br />
2130
+ <a href="browser_ids.htm#chrome" class="t-db">Chromium</a><br />
2131
+ <a href="browser_ids.htm#comodo" class="t-db">Comodo Dragon</a><br />
2132
+ <a title="Browser for the Commodore 64" href="browser_ids.htm#contiki" class="t-db">Contiki</a><br />
2133
+ <a href="browser_ids.htm#curl" class="t-db">Curl</a><br />
2134
+ <a title="Open Source TV viewer for Windows" href="browser_ids.htm#democracy" class="t-db">Democracy</a><br />
2135
+ <a href="browser_ids.htm#dillo" class="t-db">Dillo</a><br />
2136
+ <a href="browser_ids.htm#doczilla" class="t-db">DocZilla</a><br />
2137
+ <a title="Text only Browser targetted at blind users" href="browser_ids.htm#edbrowse" class="t-db">edbrowse</a><br />
2138
+ <a href="browser_ids.htm#elinks" class="t-db">Elinks (text)</a><br />
2139
+ <a href="browser_ids.htm#emacs" class="t-db">Emacs</a><br />
2140
+ <a href="browser_ids.htm#enigma" class="t-db">Enigma</a><br />
2141
+ <a href="browser_ids.htm#epiphany" class="t-db">Epiphany</a><br />
2142
+ <a href="browser_ids.htm#fetch" class="t-db">fetch</a><br />
2143
+ <a href="browser_ids.htm#firefox" class="t-db">Firefox</a><br />
2144
+ <a href="browser_ids.htm#flock" class="t-db">Flock</a><br />
2145
+ <a href="browser_ids.htm#galeon" class="t-db">Galeon</a><br />
2146
+ <a href="browser_ids.htm#gnuzilla" class="t-db">Gnuzilla</a><br />
2147
+ <a href="browser_ids.htm#google" class="t-db">Google</a><br />
2148
+ <a href="browser_ids.htm#green" class="t-db">GreenBrowser</a><br />
2149
+ <a href="browser_ids.htm#hotjava" class="t-db">HotJava</a><br />
2150
+ <a href="browser_ids.htm#httpclient" class="t-db">HTTPClient</a><br />
2151
+ <a href="browser_ids.htm#hv3" class="t-db">Hv3</a><br />
2152
+ <a href="browser_ids.htm#ibrowse" class="t-db">IBrowse</a><br />
2153
+ <a href="browser_ids.htm#icab" class="t-db">iCab</a><br />
2154
+ <a href="browser_ids.htm#ice" class="t-db">ICE (Borland)</a><br />
2155
+ <a href="browser_ids.htm#gnuzilla" class="t-db">IceWeasel/IceCat</a><br />
2156
+ <a href="browser_ids.htm#ipd" class="t-db">IPD (AlertSite)</a><br />
2157
+ <a href="browser_ids.htm#kazehakase" class="t-db">Kazehakase</a><br />
2158
+ <a href="browser_ids.htm#kkman" class="t-db">Kkman</a><br />
2159
+ <a href="browser_ids.htm#kmeleon" class="t-db">K-Meleon</a><br />
2160
+ <a href="browser_ids.htm#konq" class="t-db">Konqueror</a><br />
2161
+ <a href="browser_ids.htm#links" class="t-db">Links (text)</a><br />
2162
+ <a href="browser_ids.htm#lobo" class="t-db">Lobo</a><br />
2163
+ <a href="browser_ids.htm#lynx" class="t-db">Lynx (text)</a><br />
2164
+ <a href="browser_ids.htm#maxathon" class="t-db">Maxthon</a><br />
2165
+ <a href="browser_ids.htm#midori" class="t-db">midori</a><br />
2166
+ <a href="browser_ids.htm#mosaic" class="t-db">Mosaic</a><br />
2167
+ <a href="browser_ids.htm#mothra" class="t-db">Mothra</a><br />
2168
+ <a href="browser_ids.htm#moz" class="t-db">Mozilla</a><br />
2169
+ <a href="browser_ids.htm#msie" class="t-db">MS Explorer</a><br />
2170
+ <a href="browser_ids.htm#msie-clones" class="t-db">MSIE Clones</a><br />
2171
+ <a href="browser_ids.htm#mucommander" class="t-db">muCommander</a><br />
2172
+ <a href="browser_ids.htm#netpositive" class="t-db">NetPositive</a><br />
2173
+ <a href="browser_ids.htm#net" class="t-db">Netscape</a><br />
2174
+ <a href="browser_ids.htm#netsurf" class="t-db">Netsurf</a><br />
2175
+ <a href="browser_ids.htm#offbyone" class="t-db">OffByOne</a><br />
2176
+ <a href="browser_ids.htm#omniweb" class="t-db">OmniWeb</a><br />
2177
+ <a href="browser_ids.htm#oneperchild" class="t-db">One Laptop per Child</a><br />
2178
+ <a href="browser_ids.htm#opera" class="t-db">Opera (+Mini)</a><br />
2179
+ <a href="browser_ids.htm#oregano" class="t-db">Oregano</a><br />
2180
+ <a href="browser_ids.htm#oxygen" class="t-db">Oxygen</a><br />
2181
+ <a href="browser_ids.htm#palemoon" class="t-db">Palemoon</a><br />
2182
+ <a href="mobile_ids.html#palmsource" class="t-db">PalmSource</a><br />
2183
+ <a href="browser_ids.htm#firebird" class="t-db">Phoenix</a><br />
2184
+ <a href="browser_ids.htm#printsmart" class="t-db">PrintSmart (HP)</a><br />
2185
+ <a href="browser_ids.htm#prism" class="t-db">Prism (Mozilla)</a><br />
2186
+ <a href="browser_ids.htm#proxomitron" class="t-db">Proxomitron</a><br />
2187
+ <a title="Text only Browser" href="browser_ids.htm#retawq" class="t-db">retawq</a><br />
2188
+ <a href="browser_ids.htm#safari" class="t-db">Safari</a><br />
2189
+ <a href="browser_ids.htm#secure" class="t-db">Secure Web Browser</a><br />
2190
+ <a href="browser_ids.htm#shiira" class="t-db">Shiira</a><br />
2191
+ <a href="browser_ids.htm#sis" class="t-db">SiS (Apple)</a><br />
2192
+ <a href="browser_ids.htm#sleipnir" class="t-db">Sleipnir</a><br />
2193
+ <a href="browser_ids.htm#slimbrowser" class="t-db">SlimBrowser</a><br />
2194
+ <a href="browser_ids.htm#smartbro" class="t-db">Smartbro</a><br />
2195
+ <a href="browser_ids.htm#spicebird" class="t-db">Spicebird</a><br />
2196
+ <a href="browser_ids.htm#songbird" class="t-db">Songbird</a><br />
2197
+ <a href="browser_ids.htm#iron" class="t-db">SRWare Iron</a><br />
2198
+ <a href="browser_ids.htm#stainless" class="t-db">Stainless</a><br />
2199
+ <a href="browser_ids.htm#strata" class="t-db">Strata</a><br />
2200
+ <a href="browser_ids.htm#swift" class="t-db">SwiftFox</a><br />
2201
+ <a href="browser_ids.htm#sylera" class="t-db">Sylera</a><br />
2202
+ <a href="browser_ids.htm#vision" class="t-db">Vision</a><br />
2203
+ <a href="browser_ids.htm#w3clinemode" class="t-db">w3CLineMode (text)</a><br />
2204
+ <a href="browser_ids.htm#w3m" class="t-db">w3m (text)</a><br />
2205
+ <a href="browser_ids.htm#webcapture" class="t-db">WebCapture (Adobe)</a><br />
2206
+ <a href="browser_ids.htm#webpositive" class="t-db">WebPositive</a><br />
2207
+ <a href="browser_ids.htm#webtv" class="t-db">WebTV (MS)</a><br />
2208
+ <a href="browser_ids.htm#wget" class="t-db">Wget</a><br />
2209
+ <a href="browser_ids.htm#xenu" class="t-db">Xenu</a><br />
2210
+ <a href="mobile_ids.html#xiino" class="t-db">Xiino</a>
2211
+ <a href="browser_ids.htm#xmaxima" class="t-db">Xmaxima</a>
2212
+ </p>
2213
+ <h4>Sections</h4>
2214
+ <p class="g-sb-n">
2215
+ <a title="Browser Help Objects - maybe begign ..maybe nasty" href="#bho" class="t-db">BHOs</a><br />
2216
+ <a href="#validation" class="t-db">W3C strings</a><br />
2217
+ <a href="#unpleasant" class="t-db">unpleasant things</a><br />
2218
+ <a href="#mystery" class="t-db">mystery strings</a><br />
2219
+ <a href="change-ua.html" class="t-db">change ua's</a><br />
2220
+ <a href="#wild" class="t-db">in the wild</a>
2221
+ </p>
2222
+ <h4>Browser Stats</h4>
2223
+ <p class="g-sb-n">
2224
+ <a href="http://www.upsdell.com/BrowserNews/stat_trends.htm" target="_blank" class="t-db">Upsdell</a><br />
2225
+ <a href="http://www.w3schools.com/browsers/browsers_stats.asp" target="_blank" class="t-db">w3schools</a>
2226
+ </p>
2227
+ <h4>Browser Info</h4>
2228
+ <p class="g-sb-n">
2229
+ <a href="http://www.mozilla.org/build/revised-user-agent-strings.html" target="_blank" class="t-db">Mozilla UA Strings</a><br />
2230
+ <a href="http://browsers.evolt.org/" target="_blank" class="t-db">evolt browser archive</a><br />
2231
+ </p>
2232
+ </div>
2233
+ <ul class="b-b">
2234
+ <li class="b-b-l" id="layout"><a class="b-b-a" href="http://www.zytrax.com/about_site.htm#buttons"><span>CSS</span> Layout</a></li>
2235
+ <li class="b-b-l" id="popups"><a class="b-b-a" href="http://www.zytrax.com/about_site.htm#buttons"><span>CSS</span> Popup</a></li>
2236
+ </ul>
2237
+ <p align="center"><img src="http://www.zytrax.com/images/pf.gif" border="0" alt="" /><a title="View full width page format" href="http://www.zytrax.com/tech/web/browser_ids.htm?pf=yes" class="t-db"> printer friendly</a></p>
2238
+ <p align="center"><a href="#" onclick="window.print();return false;"><img src="http://www.zytrax.com/images/print.gif" border="0" alt="Print Page" /></a></p>
2239
+ <p align="center"><a href="http://www.zytrax.com/security/spf.html"><img src="http://www.zytrax.com/images/protectedbyspf_13a.gif" border="0" alt="SPF Record Conformant Domain Logo" /></a></p>
2240
+ </div>
2241
+
2242
+
2243
+
2244
+ </body>
2245
+
2246
+ </html>