# HG changeset patch # User HackBot # Date 1377262255 0 # Node ID b24386a7e1fbf08aa018fa81b053fb2e67ed1bd9 # Parent bf0fa8aecbf8a09af489153629e3a346394afc1f pastelogs Mozilla/5.0 diff -r bf0fa8aecbf8 -r b24386a7e1fb paste/paste.26459 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/paste/paste.26459 Fri Aug 23 12:50:55 2013 +0000 @@ -0,0 +1,69 @@ +2007-10-19.txt:12:50:37: Just for fun, here's the version number of the attached browser: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.4) Gecko/20040414 +2007-11-21.txt:18:46:47: navigator.userAgent gives me Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.4) Gecko/20040414, so it's a relatively recent build, but still too old +2008-09-08.txt:22:59:12: 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 +2009-07-29.txt:08:04:55: === CTCP version reply Chatzilla 0.8.23 [Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:9.0) Clecko/20090628 Classilla/CFM] from ehirdzilla +2010-05-08.txt:13:52:33: #!/bin/bash \ WA='http://www24.wolframalpha.com' \ \ dowget() { \ wget -U "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.11) Gecko/2009060214 Firefox/3.0.11" "$@" \ return "$?" \ } \ \ if [ ! "$1" ] \ then \ echo 'Look up what?' \ exit 1 \ fi \ \ QUERY=`echo -n "$1" | od -t x1 -A n -w1000 | tr " +2010-10-27.txt:02:06:43: pikhq: whatever it is, it probably has to start with Mozilla/5.0 :p +2010-10-27.txt:02:08:01: Mozilla/5.0 (X11; U; Linux x86_64; en-gb) AppleWebKit/531.2+ (KHTML, like Gecko) Version/5.0 Safari/531.2+ +2010-10-27.txt:02:09:01: [Default value: "Mozilla/5.0 (X11; U; Linux x86_64; c) AppleWebKit/531.2+ (KHTML, like Gecko) Safari/531.2+"]] +2010-10-27.txt:02:11:14: Gregor: Wow. Google actually looks for Mozilla/5.0. +2010-10-27.txt:02:11:19: Despite EVERY BROWSER EVER claiming to be Mozilla/5.0. +2010-10-27.txt:02:12:45: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US) AppleWebKit/534.7 (KHTML, like Gecko) Chrome/7.0.517.41 Safari/534.7 +2010-10-27.txt:02:14:03: self.webkit_settings.props.user_agent = 'Mozilla/5.0 AppleWebKit KHTML Gecko Chrome Safari' +2010-10-27.txt:02:15:04: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100911 Iceweasel/3.5.12 (like Firefox/3.5.12) <-- a lot like it, in fact. +2010-10-27.txt:02:22:38: Kayak (Mozilla/5.0; WebKit) +2010-10-27.txt:02:27:56: Kayak (Mozilla/5.0 X11; U; Linux x86_64; en-gb AppleWebKit/531.2+ KHTML, like Gecko Version/5.0 Safari/531.2+) +2010-10-27.txt:02:31:27: pikhq: No, that's Mozilla/5.0. +2010-10-27.txt:02:34:30: Kayak (Mozilla/5.0; KHTML, like Gecko; WebKit/531.2+; Safari/531.2+) +2010-10-27.txt:02:38:32: Not Mozilla/5.0 +2010-10-27.txt:02:38:50: pikhq: You also need Mozilla/5.0 and Gecko or WebKit or whatever to get google's frontpage at the maximal version. +2010-10-27.txt:02:40:21: pikhq: Kayak (Mozilla/5.0; Gecko; WebKit/531.2+; Safari/531.2+; Version/5.0) +2010-10-28.txt:00:16:29: Kayak (Mozilla/5.0; Gecko; WebKit/531.2+; Safari/531.2+; Version/5.0) +2011-09-14.txt:23:57:05: ​#!/bin/bash \ WA='http://www24.wolframalpha.com' \ \ dowget() { \ wget -U "Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.11) Gecko/2009060214 Firefox/3.0.11" "$@" \ return "$?" \ } \ \ if [ ! "$1" ] \ then \ echo 'Look up what?' \ exit 1 \ fi \ \ QUERY=`echo -n "$1" | od -t x1 -A n -w1000 | tr " +2011-12-24.txt:04:29:03: Gregor: "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv: 10.0.1) Gecko/20100101 Firefox/10.0.1" +2011-12-24.txt:04:30:05: I guess the Mozilla/5.0 part is all that most web servers look for. +2011-12-24.txt:04:34:35: Gregor: so do I even need to put platform information? Could I just have "Mozilla/5.0 Gecko/200101" ? +2011-12-24.txt:04:37:37: kallisti: Oct 26 21:13:38 self.webkit_settings.props.user_agent = 'Mozilla/5.0 AppleWebKit KHTML Gecko Chrome Safari' +2011-12-24.txt:04:42:12: this is my user agent on chrome: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2 +2011-12-24.txt:14:37:38: ais523: Yes, but the proposed "Mozilla/5.0 AppleWebKit KHTML Gecko Chrome Safari" is not very realistic :P +2011-12-24.txt:14:39:59: I mean "Mozilla/5.0 (X11; U; Linux x86_64; sv-SE; rv:1.9.2.24) Gecko/20111107 Ubuntu/10.04 (lucid) Firefox/3.6.24" is quite specific for example +2011-12-24.txt:14:40:38: here's mine: Mozilla/5.0 (Ubuntu; X11; Linux i686; rv:9.0) Gecko/20100101 Firefox/9.0 +2011-12-24.txt:14:45:38: elliott_: anyway, isn't the Mozilla/5.0 bit meant to tell servers that you support frames, so that you want a frames, not no-frames, version? +2011-12-24.txt:14:50:31: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Ubuntu/11.04 Chromium/14.0.835.202 Chrome/14.0.835.202 Safari/535.1 +2011-12-24.txt:14:51:43: These things are going to say "Mozilla/5.0" for the rest of eternity; the datarcheologist of the future are going to debate on the Cult of Mozilla and the religious significance of "5.0". +2011-12-24.txt:15:02:58: why does everyone still put Mozilla/5.0 in? I mean, does any website really care about user agent these days? +2011-12-24.txt:15:03:50: does anyone look at the Mozilla/5.0 part for example? +2011-12-24.txt:15:05:00: yes, they /are/ doing it wrong, but everyone still puts Mozilla/5.0 in their user agent, because websites break if they don't, because websites don't get updated, because everyone still puts ... +2011-12-24.txt:15:06:31: by getting the backbone routers to strip Mozilla/5.0 out of user agents +2011-12-26.txt:16:58:34: "Mozilla/5.0 Windows Linux AppleWebKit Safari Gecko-like Chrome KHTML kallisti is t3h l33tz0r35t" +2012-02-25.txt:23:29:17: Note to self: "Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)" +2012-02-26.txt:06:33:18: @tell ais523 yep, Yandex is violating /robots.txt: 87.250.255.243 - - [26/Feb/2012:06:30:56 +0000] "GET /w/index.php?title=Auo&action=edit§ion=6 HTTP/1.1" 302 161 "-" "Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)" +2012-03-29.txt:18:11:50: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:11.0) Gecko/20100101 Firefox/11.0 +2012-03-31.txt:13:10:41: 66.249.66.201 - - [31/Mar/2012:06:55:54 +0000] "GET /wiki/Human_And_Animal_Relationships HTTP/1.1" 302 161 "-" "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" +2012-03-31.txt:13:11:24: 81.170.237.250 - - [31/Mar/2012:06:56:38 +0000] "GET /wiki/Brainfuck HTTP/1.1" 200 14619 "http://bytesizebio.net/index.php/2011/11/06/brainfk-while-waiting-for-a-flight/" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0; NP06)" +2012-04-02.txt:23:18:32: 95.149.229.194 - - [02/Apr/2012:16:14:58 -0700] "GET /sb/1.png HTTP/1.1" 200 136338 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.142 Safari/535.19" +2012-04-02.txt:23:18:37: 95.149.229.194 - - [02/Apr/2012:16:15:09 -0700] "GET /sb/ HTTP/1.1" 403 198 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.142 Safari/535.19" +2012-04-02.txt:23:18:42: 95.149.229.194 - - [02/Apr/2012:16:15:11 -0700] "GET / HTTP/1.1" 200 437 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.142 Safari/535.19" +2012-04-04.txt:16:15:43: 207.238.205.226 - - [04/Apr/2012:16:14:18 +0000] "GET /wiki/Brainfuck HTTP/1.1" 200 14615 "http://intjforum.com/showthread.php?p=2421832" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0" +2012-04-20.txt:23:35:41: nortti_: Build identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1pre) Gecko/20090629 Vonkeror/1.0 +2012-05-02.txt:12:35:33: 83.145.237.224 - - [02/May/2012:12:35:21 +0000] "GET /.ipv4.sixxs.org HTTP/1.1" 404 142 "http://www.sixxs.net/tools/gateway/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0" +2012-06-20.txt:22:53:26: Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; Galaxy Nexus Build/IMM76L; CyanogenMod-9) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30 +2012-06-23.txt:12:56:15: The user agent for the N900 browser is "Mozilla/5.0 (X11; U; Linux armv7l; en-GB; rv:1.9.2.3pre) Gecko/20100723 Firefox/3.5 Maemo Browser 1.7.4.8 RX-51 N900" which I would think should look mainstream enough. +2012-12-13.txt:21:01:23: «Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.19 (KHTML, like Gecko) Ubuntu/11.04 Chromium/18.0.1025.151 Chrome/18.0.1025.151 Safari/535.19» +2012-12-13.txt:21:02:50: wow, apparently the newest IE's user agent is «Mozilla/5.0 (compatible; MSIE 10.6; Windows NT 6.1; Trident/5.0; InfoPath.2; SLCC1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727) 3gpp-gba UNTRUSTED/1.0» +2012-12-13.txt:21:04:24: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:17.0) Gecko/20100101 Firefox/17.0 +2012-12-13.txt:21:05:52: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.4 (KHTML, like Gecko) Ubuntu/12.10 Chromium/22.0.1229.94 Chrome/22.0.1229.94 Safari/537.4 +2013-03-16.txt:23:01:45: My current browser says: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.160 Safari/537.22 +2013-03-16.txt:23:07:50: Firefox claims it's Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0 +2013-03-16.txt:23:08:35: Well, Mozilla/5.0 kinda is. +2013-05-18.txt:03:34:54: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.43 Safari/537.31 +2013-06-26.txt:03:11:05: Was trying to make a joke about the ubiquity of Mozilla/5.0 +2013-08-14.txt:17:56:21: Mozilla/5.0 (compatible; MSIE 9.0; X11; Linux x86_64) Opera 12.16 +2013-08-14.txt:17:58:22: apparently opera 15 calls itself "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100" +2013-08-14.txt:18:09:54: I seem to be "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36". (It's Chromium.) +2013-08-14.txt:18:28:20: 2010-10-27.txt:02:14:03: self.webkit_settings.props.user_agent = 'Mozilla/5.0 AppleWebKit KHTML Gecko Chrome Safari' +2013-08-14.txt:18:30:41: Here's my suggestion: Mozilla/5.0 (That was a lie. More lies follow.) AppleWebKit KHTML Gecko Chrome Safari +2013-08-14.txt:18:37:04: If enough people use Mozilla/5.0 AppleWebKit KHTML Gecko Chrome Safari, it might become a web browser +2013-08-14.txt:18:39:35: Google's summary for whatsmyuseragent.com: “Recent User Agents Visiting this Page: You!! Mozilla/5.0 (compatible; Googlebot/ 2.1; +http://www.google.com/bot.html)” +2013-08-23.txt:12:45:35: `quote Mozilla/5.0 +2013-08-23.txt:12:50:16: `pastelogs Mozilla/5.0