device_detector 1.0.3 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/.rubocop.yml +49 -0
- data/.ruby-version +1 -0
- data/.travis.yml +1 -1
- data/CHANGELOG.md +5 -0
- data/README.md +4 -4
- data/Rakefile +6 -17
- data/device_detector.gemspec +1 -0
- data/lib/device_detector.rb +17 -28
- data/lib/device_detector/bot.rb +2 -2
- data/lib/device_detector/client.rb +3 -2
- data/lib/device_detector/device.rb +44 -21
- data/lib/device_detector/memory_cache.rb +5 -5
- data/lib/device_detector/metadata_extractor.rb +7 -8
- data/lib/device_detector/model_extractor.rb +3 -3
- data/lib/device_detector/name_extractor.rb +2 -2
- data/lib/device_detector/os.rb +121 -114
- data/lib/device_detector/parser.rb +22 -9
- data/lib/device_detector/version.rb +1 -1
- data/lib/device_detector/version_extractor.rb +2 -3
- data/regexes/bots.yml +228 -12
- data/regexes/client/browser_engine.yml +4 -1
- data/regexes/client/browsers.yml +358 -34
- data/regexes/client/feed_readers.yml +1 -1
- data/regexes/client/libraries.yml +16 -1
- data/regexes/client/mediaplayers.yml +14 -2
- data/regexes/client/mobile_apps.yml +26 -2
- data/regexes/client/pim.yml +1 -1
- data/regexes/device/cameras.yml +1 -1
- data/regexes/device/car_browsers.yml +7 -3
- data/regexes/device/consoles.yml +3 -3
- data/regexes/device/mobiles.yml +2468 -823
- data/regexes/device/portable_media_player.yml +2 -2
- data/regexes/device/televisions.yml +1 -1
- data/regexes/oss.yml +20 -5
- data/regexes/vendorfragments.yml +5 -1
- data/spec/device_detector/device_spec.rb +4 -24
- data/spec/fixtures/client/browser.yml +632 -2
- data/spec/fixtures/client/library.yml +18 -0
- data/spec/fixtures/client/mobile_app.yml +24 -0
- data/spec/fixtures/detector/bots.yml +533 -67
- data/spec/fixtures/detector/camera.yml +20 -0
- data/spec/fixtures/detector/car_browser.yml +60 -0
- data/spec/fixtures/detector/console.yml +40 -0
- data/spec/fixtures/detector/desktop.yml +140 -40
- data/spec/fixtures/detector/mediaplayer.yml +43 -0
- data/spec/fixtures/detector/mobile_apps.yml +40 -2
- data/spec/fixtures/detector/phablet.yml +383 -1
- data/spec/fixtures/detector/smart_speaker.yml +55 -0
- data/spec/fixtures/detector/smartphone-1.yml +3669 -3695
- data/spec/fixtures/detector/smartphone-10.yml +4147 -4094
- data/spec/fixtures/detector/smartphone-11.yml +4475 -4473
- data/spec/fixtures/detector/smartphone-12.yml +5502 -4251
- data/spec/fixtures/detector/smartphone-13.yml +9920 -0
- data/spec/fixtures/detector/smartphone-14.yml +2662 -0
- data/spec/fixtures/detector/smartphone-2.yml +3738 -3713
- data/spec/fixtures/detector/smartphone-3.yml +3970 -3912
- data/spec/fixtures/detector/smartphone-4.yml +4518 -4506
- data/spec/fixtures/detector/smartphone-5.yml +3645 -3664
- data/spec/fixtures/detector/smartphone-6.yml +3868 -3829
- data/spec/fixtures/detector/smartphone-7.yml +3992 -3985
- data/spec/fixtures/detector/smartphone-8.yml +4510 -4475
- data/spec/fixtures/detector/smartphone-9.yml +4226 -4255
- data/spec/fixtures/detector/smartphone.yml +3197 -3197
- data/spec/fixtures/detector/tablet-1.yml +3940 -3968
- data/spec/fixtures/detector/tablet-2.yml +3773 -3764
- data/spec/fixtures/detector/tablet-3.yml +5243 -3071
- data/spec/fixtures/detector/tablet-4.yml +4528 -0
- data/spec/fixtures/detector/tablet.yml +3145 -3125
- data/spec/fixtures/detector/tv.yml +1695 -95
- data/spec/fixtures/detector/unknown.yml +13 -60
- data/spec/fixtures/detector/wearable.yml +61 -0
- data/spec/fixtures/device/car_browser.yml +6 -0
- data/spec/fixtures/parser/oss.yml +36 -1
- data/spec/fixtures/parser/vendorfragments.yml +6 -0
- metadata +32 -7
@@ -173,3 +173,21 @@
|
|
173
173
|
type: library
|
174
174
|
name: RestSharp
|
175
175
|
version: "106.2.1.0"
|
176
|
+
-
|
177
|
+
user_agent: scalaj-http/2.4.0
|
178
|
+
client:
|
179
|
+
type: library
|
180
|
+
name: ScalaJ HTTP
|
181
|
+
version: "2.4.0"
|
182
|
+
-
|
183
|
+
user_agent: REST::Client/273
|
184
|
+
client:
|
185
|
+
type: library
|
186
|
+
name: Perl REST::Client
|
187
|
+
version: "273"
|
188
|
+
-
|
189
|
+
user_agent: 'node-fetch/1.0 (+https://github.com/bitinn/node-fetch)'
|
190
|
+
client:
|
191
|
+
type: library
|
192
|
+
name: Node Fetch
|
193
|
+
version: '1.0'
|
@@ -191,3 +191,27 @@
|
|
191
191
|
type: mobile app
|
192
192
|
name: CrosswalkApp
|
193
193
|
version: "14.43.343.17"
|
194
|
+
-
|
195
|
+
user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.2.10 (KHTML, like Gecko) Mobile/15A372 Twitter for iPhone/7.52
|
196
|
+
client:
|
197
|
+
type: mobile app
|
198
|
+
name: Twitter
|
199
|
+
version: "7.52"
|
200
|
+
-
|
201
|
+
user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 7_0 like Mac OS X; en-us) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11A465 Twitter for iPhone
|
202
|
+
client:
|
203
|
+
type: mobile app
|
204
|
+
name: Twitter
|
205
|
+
version: ""
|
206
|
+
-
|
207
|
+
user_agent: Mozilla/5.0 (Linux; Android 5.1; HTC Desire 628 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/78.0.3904.108 Mobile Safari/537.36 JsSdk/2 TopBuzz/10.2.1 NetType/3G
|
208
|
+
client:
|
209
|
+
type: mobile app
|
210
|
+
name: TopBuzz
|
211
|
+
version: 10.2.1
|
212
|
+
-
|
213
|
+
user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Snapchat/10.77.0.54 (like Safari/604.1)
|
214
|
+
client:
|
215
|
+
type: mobile app
|
216
|
+
name: Snapchat
|
217
|
+
version: 10.77.0.54
|
@@ -163,6 +163,42 @@
|
|
163
163
|
producer:
|
164
164
|
name: Ask Jeeves Inc.
|
165
165
|
url: http://www.ask.com
|
166
|
+
-
|
167
|
+
user_agent: Mozilla/5.0 (compatible;AspiegelBot)
|
168
|
+
bot:
|
169
|
+
name: AspiegelBot
|
170
|
+
category: Crawler
|
171
|
+
url: https://aspiegel.com/
|
172
|
+
producer:
|
173
|
+
name: Huawei
|
174
|
+
url: https://www.huawei.com/
|
175
|
+
-
|
176
|
+
user_agent: Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; AspiegelBot)
|
177
|
+
bot:
|
178
|
+
name: AspiegelBot
|
179
|
+
category: Crawler
|
180
|
+
url: https://aspiegel.com/
|
181
|
+
producer:
|
182
|
+
name: Huawei
|
183
|
+
url: https://www.huawei.com/
|
184
|
+
-
|
185
|
+
user_agent: AwarioRssBot/1.0 (+https://awario.com/bots.html; bots@awario.com)
|
186
|
+
bot:
|
187
|
+
name: Awario
|
188
|
+
category: Feed Fetcher
|
189
|
+
url: https://awario.com/bots.html
|
190
|
+
producer:
|
191
|
+
name: Awario
|
192
|
+
url: https://awario.com/
|
193
|
+
-
|
194
|
+
user_agent: AwarioSmartBot/1.0 (+https://awario.com/bots.html; bots@awario.com)
|
195
|
+
bot:
|
196
|
+
name: Awario
|
197
|
+
category: Search bot
|
198
|
+
url: https://awario.com/bots.html
|
199
|
+
producer:
|
200
|
+
name: Awario
|
201
|
+
url: https://awario.com/
|
166
202
|
-
|
167
203
|
user_agent: Mozilla/5.0 (compatible; BLEXBot/1.0; +http://webmeup-crawler.com/)
|
168
204
|
bot:
|
@@ -379,6 +415,23 @@
|
|
379
415
|
producer:
|
380
416
|
name: Blogtrottr Ltd
|
381
417
|
url: https://blogtrottr.com/
|
418
|
+
-
|
419
|
+
user_agent: BoardReader Favicon Fetcher /1.0 info@boardreader.com
|
420
|
+
bot:
|
421
|
+
name: BoardReader
|
422
|
+
category: Search bot
|
423
|
+
url: http://boardreader.com/
|
424
|
+
producer:
|
425
|
+
name: Effyis Inc
|
426
|
+
url: http://boardreader.com/
|
427
|
+
-
|
428
|
+
user_agent: BoardReader Blog Indexer(http://boardreader.com)
|
429
|
+
bot:
|
430
|
+
name: BoardReader Blog Indexer
|
431
|
+
category: Crawler
|
432
|
+
producer:
|
433
|
+
name: BoardReader
|
434
|
+
url: http://boardreader.com/
|
382
435
|
-
|
383
436
|
user_agent: Mozilla/5.0 (compatible; BountiiBot/1.1; +http://bountii.com/contact.php)
|
384
437
|
bot:
|
@@ -388,6 +441,15 @@
|
|
388
441
|
producer:
|
389
442
|
name: Bountii Inc.
|
390
443
|
url: http://bountii.com
|
444
|
+
-
|
445
|
+
user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:41.0) Gecko/20100101 Firefox/55.0 BrandVerity/1.0 (http://www.brandverity.com/why-is-brandverity-visiting-me)
|
446
|
+
bot:
|
447
|
+
name: BrandVerity
|
448
|
+
category: Crawler
|
449
|
+
url: https://www.brandverity.com/why-is-brandverity-visiting-me
|
450
|
+
producer:
|
451
|
+
name: BrandVerity, Inc.
|
452
|
+
url: https://www.brandverity.com/
|
391
453
|
-
|
392
454
|
user_agent: Browsershots
|
393
455
|
bot:
|
@@ -397,6 +459,15 @@
|
|
397
459
|
producer:
|
398
460
|
name: Browsershots.org
|
399
461
|
url: http://browsershots.org
|
462
|
+
-
|
463
|
+
user_agent: Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)
|
464
|
+
bot:
|
465
|
+
name: Buck
|
466
|
+
category: Search bot
|
467
|
+
url: https://hypefactors.com/
|
468
|
+
producer:
|
469
|
+
name: Hypefactors A/S
|
470
|
+
url: https://hypefactors.com/
|
400
471
|
-
|
401
472
|
user_agent: Mozilla/5.0 (compatible; Butterfly/1.0; +http://labs.topsy.com/butterfly/) Gecko/2009032608 Firefox/3.0.8
|
402
473
|
bot:
|
@@ -415,6 +486,24 @@
|
|
415
486
|
producer:
|
416
487
|
name: Topsy Labs
|
417
488
|
url: http://labs.topsy.com
|
489
|
+
-
|
490
|
+
user_agent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.5668.1446 Mobile Safari/537.36; Bytespider;bytespider@bytedance.com
|
491
|
+
bot:
|
492
|
+
name: Bytespider
|
493
|
+
category: Search bot
|
494
|
+
url: https://bytedance.com/
|
495
|
+
producer:
|
496
|
+
name: ByteDance Ltd.
|
497
|
+
url: https://bytedance.com/
|
498
|
+
-
|
499
|
+
user_agent: CATExplorador/1.0beta (sistemes at domini dot cat; http://domini.cat/catexplorador.html)
|
500
|
+
bot:
|
501
|
+
name: CATExplorador
|
502
|
+
category: Search bot
|
503
|
+
url: https://fundacio.cat/ca/domini/
|
504
|
+
producer:
|
505
|
+
name: Fundació puntCAT
|
506
|
+
url: https://fundacio.cat/ca/domini/
|
418
507
|
-
|
419
508
|
user_agent: Mozilla/5.0 (compatible; CareerBot/1.1; +http://www.career-x.de/bot.html)
|
420
509
|
bot:
|
@@ -478,15 +567,78 @@
|
|
478
567
|
producer:
|
479
568
|
name: ""
|
480
569
|
url: ""
|
570
|
+
-
|
571
|
+
user_agent: coccocbot-web/1.0 (+http://help.coccoc.com/searchengine)
|
572
|
+
bot:
|
573
|
+
name: Cốc Cốc Bot
|
574
|
+
category: Search bot
|
575
|
+
url: https://help.coccoc.com/en/search-engine/coccoc-robots
|
576
|
+
producer:
|
577
|
+
name: Cốc Cốc
|
578
|
+
url: https://coccoc.com/
|
481
579
|
-
|
482
580
|
user_agent: Mozilla/5.0 (compatible; coccoc/1.0; +http://help.coccoc.com/)
|
483
581
|
bot:
|
484
582
|
name: Cốc Cốc Bot
|
485
|
-
url: http://help.coccoc.com/
|
486
583
|
category: Search bot
|
584
|
+
url: https://help.coccoc.com/en/search-engine/coccoc-robots
|
585
|
+
producer:
|
586
|
+
name: Cốc Cốc
|
587
|
+
url: https://coccoc.com/
|
588
|
+
-
|
589
|
+
user_agent: Mozilla/5.0 (compatible; coccocbot-ads/1.0; +http://help.coccoc.com/searchengine)
|
590
|
+
bot:
|
591
|
+
name: Cốc Cốc Bot
|
592
|
+
category: Search bot
|
593
|
+
url: https://help.coccoc.com/en/search-engine/coccoc-robots
|
594
|
+
producer:
|
595
|
+
name: Cốc Cốc
|
596
|
+
url: https://coccoc.com/
|
597
|
+
-
|
598
|
+
user_agent: Mozilla/5.0 (compatible; coccocbot-fast/1.0; +http://help.coccoc.com/searchengine)
|
599
|
+
bot:
|
600
|
+
name: Cốc Cốc Bot
|
601
|
+
category: Search bot
|
602
|
+
url: https://help.coccoc.com/en/search-engine/coccoc-robots
|
603
|
+
producer:
|
604
|
+
name: Cốc Cốc
|
605
|
+
url: https://coccoc.com/
|
606
|
+
-
|
607
|
+
user_agent: Mozilla/5.0 (compatible; coccocbot-image/1.0; +http://help.coccoc.com/searchengine)
|
608
|
+
bot:
|
609
|
+
name: Cốc Cốc Bot
|
610
|
+
category: Search bot
|
611
|
+
url: https://help.coccoc.com/en/search-engine/coccoc-robots
|
612
|
+
producer:
|
613
|
+
name: Cốc Cốc
|
614
|
+
url: https://coccoc.com/
|
615
|
+
-
|
616
|
+
user_agent: Mozilla/5.0 (compatible; coccocbot-shopping/1.0; +http://help.coccoc.com/searchengine)
|
617
|
+
bot:
|
618
|
+
name: Cốc Cốc Bot
|
619
|
+
category: Search bot
|
620
|
+
url: https://help.coccoc.com/en/search-engine/coccoc-robots
|
487
621
|
producer:
|
488
622
|
name: Cốc Cốc
|
489
|
-
url:
|
623
|
+
url: https://coccoc.com/
|
624
|
+
-
|
625
|
+
user_agent: Mozilla/5.0 (compatible; coccocbot-web/1.0; +http://help.coccoc.com/searchengine)
|
626
|
+
bot:
|
627
|
+
name: Cốc Cốc Bot
|
628
|
+
category: Search bot
|
629
|
+
url: https://help.coccoc.com/en/search-engine/coccoc-robots
|
630
|
+
producer:
|
631
|
+
name: Cốc Cốc
|
632
|
+
url: https://coccoc.com/
|
633
|
+
-
|
634
|
+
user_agent: Mozilla/5.0 (compatible; coccocbot/1.0; +http://help.coccoc.com/searchengine)
|
635
|
+
bot:
|
636
|
+
name: Cốc Cốc Bot
|
637
|
+
category: Search bot
|
638
|
+
url: https://help.coccoc.com/en/search-engine/coccoc-robots
|
639
|
+
producer:
|
640
|
+
name: Cốc Cốc
|
641
|
+
url: https://coccoc.com/
|
490
642
|
-
|
491
643
|
user_agent: Datadog Agent/5.10.1
|
492
644
|
bot:
|
@@ -622,6 +774,15 @@
|
|
622
774
|
producer:
|
623
775
|
name: easou ICP
|
624
776
|
url: http://www.easou.com
|
777
|
+
-
|
778
|
+
user_agent: Mozilla/5.0 (compatible; Embedly/0.2; +http://support.embed.ly/)
|
779
|
+
bot:
|
780
|
+
name: Embedly
|
781
|
+
category: Crawler
|
782
|
+
url: https://support.embed.ly/hc/en-us
|
783
|
+
producer:
|
784
|
+
name: A Medium, Corp.
|
785
|
+
url: https://medium.com/
|
625
786
|
-
|
626
787
|
user_agent: Mozilla/5.0 (compatible; Exabot/3.0 (BiggerBetter); +http://www.exabot.com/go/robot)
|
627
788
|
bot:
|
@@ -676,6 +837,15 @@
|
|
676
837
|
producer:
|
677
838
|
name: Facebook
|
678
839
|
url: http://www.facebook.com
|
840
|
+
-
|
841
|
+
user_agent: facebookexternalua
|
842
|
+
bot:
|
843
|
+
name: Facebook External Hit
|
844
|
+
category: Social Media Agent
|
845
|
+
url: https://www.facebook.com/externalhit_uatext.php
|
846
|
+
producer:
|
847
|
+
name: Facebook
|
848
|
+
url: http://www.facebook.com
|
679
849
|
-
|
680
850
|
user_agent: facebookplatform/1.0 (+http://developers.facebook.com)
|
681
851
|
bot:
|
@@ -802,6 +972,19 @@
|
|
802
972
|
name: FreshRSS
|
803
973
|
category: Feed Fetcher
|
804
974
|
url: https://freshrss.org/
|
975
|
+
-
|
976
|
+
user_agent: Mozilla/5.0 (X11; Linux x86_64; GTmetrix https://gtmetrix.com/) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36
|
977
|
+
bot:
|
978
|
+
name: GTmetrix
|
979
|
+
category: Crawler
|
980
|
+
url: https://gtmetrix.com/
|
981
|
+
producer:
|
982
|
+
name: Carbon60 Operating Co. Ltd.
|
983
|
+
url: https://www.carbon60.com/
|
984
|
+
-
|
985
|
+
user_agent: 7Siters/1.07 (+https://7ooo.ru/siters/)
|
986
|
+
bot:
|
987
|
+
name: Generic Bot
|
805
988
|
-
|
806
989
|
user_agent: COMODO SSL Checker
|
807
990
|
bot:
|
@@ -814,6 +997,10 @@
|
|
814
997
|
user_agent: 'HybridBot (hybrid.ru/about. If our bot caused problems please contact us. Contact email: m.lyashkov@targetix.net)'
|
815
998
|
bot:
|
816
999
|
name: Generic Bot
|
1000
|
+
-
|
1001
|
+
user_agent: 'Mozilla/5.0 (compatible; +centuryb.o.t9[at]gmail.com)'
|
1002
|
+
bot:
|
1003
|
+
name: Generic Bot
|
817
1004
|
-
|
818
1005
|
user_agent: Mozilla/5.0 (compatible; +http://tweetedtimes.com)
|
819
1006
|
bot:
|
@@ -834,6 +1021,14 @@
|
|
834
1021
|
user_agent: PHPCrawl
|
835
1022
|
bot:
|
836
1023
|
name: Generic Bot
|
1024
|
+
-
|
1025
|
+
user_agent: robots
|
1026
|
+
bot:
|
1027
|
+
name: Generic Bot
|
1028
|
+
-
|
1029
|
+
user_agent: SeopultContentAnalyzer/1.0
|
1030
|
+
bot:
|
1031
|
+
name: Generic Bot
|
837
1032
|
-
|
838
1033
|
user_agent: Mozilla/5.0 (compatible; Genieo/1.0 http://www.genieo.com/webfilter.html)
|
839
1034
|
bot:
|
@@ -870,11 +1065,6 @@
|
|
870
1065
|
producer:
|
871
1066
|
name: Google Inc.
|
872
1067
|
url: http://www.google.com
|
873
|
-
-
|
874
|
-
user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon
|
875
|
-
bot:
|
876
|
-
name: Google Favicon
|
877
|
-
category: Crawler
|
878
1068
|
-
|
879
1069
|
user_agent: DoCoMo/2.0 P900i(c100;TB;W24H11) (compatible; ichiro/mobile goo; +http://search.goo.ne.jp/option/use/sub4/sub4-1/)
|
880
1070
|
bot:
|
@@ -884,6 +1074,11 @@
|
|
884
1074
|
producer:
|
885
1075
|
name: NTT Resonant
|
886
1076
|
url: http://goo.ne.jp
|
1077
|
+
-
|
1078
|
+
user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon
|
1079
|
+
bot:
|
1080
|
+
name: Google Favicon
|
1081
|
+
category: Crawler
|
887
1082
|
-
|
888
1083
|
user_agent: Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0_1 like Mac OS X; en-us) AppleWebKit/537.4 (KHTML, like Gecko; Google Page Speed Insights) Version/4.0.5 Mobile/8A306 Safari/6531.22.7
|
889
1084
|
bot:
|
@@ -1091,6 +1286,15 @@
|
|
1091
1286
|
producer:
|
1092
1287
|
name: Google Inc.
|
1093
1288
|
url: http://www.google.com
|
1289
|
+
-
|
1290
|
+
user_agent: Mozilla/5.0 (compatible; Google-Youtube-Links)
|
1291
|
+
bot:
|
1292
|
+
name: Googlebot
|
1293
|
+
category: Search bot
|
1294
|
+
url: http://www.google.com/bot.html
|
1295
|
+
producer:
|
1296
|
+
name: Google Inc.
|
1297
|
+
url: http://www.google.com
|
1094
1298
|
-
|
1095
1299
|
user_agent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
|
1096
1300
|
bot:
|
@@ -1136,6 +1340,15 @@
|
|
1136
1340
|
producer:
|
1137
1341
|
name: Google Inc.
|
1138
1342
|
url: http://www.google.com
|
1343
|
+
-
|
1344
|
+
user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Google-AMPHTML)
|
1345
|
+
bot:
|
1346
|
+
name: Googlebot
|
1347
|
+
category: Search bot
|
1348
|
+
url: http://www.google.com/bot.html
|
1349
|
+
producer:
|
1350
|
+
name: Google Inc.
|
1351
|
+
url: http://www.google.com
|
1139
1352
|
-
|
1140
1353
|
user_agent: Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Google-Read-Aloud; +https://support.google.com/webmasters/answer/1061943)
|
1141
1354
|
bot:
|
@@ -1145,6 +1358,15 @@
|
|
1145
1358
|
producer:
|
1146
1359
|
name: Google Inc.
|
1147
1360
|
url: http://www.google.com
|
1361
|
+
-
|
1362
|
+
user_agent: Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012; DuplexWeb-Google/1.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Mobile Safari/537.36
|
1363
|
+
bot:
|
1364
|
+
name: Googlebot
|
1365
|
+
category: Search bot
|
1366
|
+
url: http://www.google.com/bot.html
|
1367
|
+
producer:
|
1368
|
+
name: Google Inc.
|
1369
|
+
url: http://www.google.com
|
1148
1370
|
-
|
1149
1371
|
user_agent: Mozilla/5.0 (Windows NT 6.1; rv:6.0) Gecko/20110814 Firefox/6.0 Google (+https://developers.google.com/+/web/snippet/)
|
1150
1372
|
bot:
|
@@ -1154,6 +1376,15 @@
|
|
1154
1376
|
producer:
|
1155
1377
|
name: Google Inc.
|
1156
1378
|
url: http://www.google.com
|
1379
|
+
-
|
1380
|
+
user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453 Safari/537.36 (compatible; Google-HotelAdsVerifier/2.0)
|
1381
|
+
bot:
|
1382
|
+
name: Googlebot
|
1383
|
+
category: Search bot
|
1384
|
+
url: http://www.google.com/bot.html
|
1385
|
+
producer:
|
1386
|
+
name: Google Inc.
|
1387
|
+
url: http://www.google.com
|
1157
1388
|
-
|
1158
1389
|
user_agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko; Google Web Preview) Chrome/27.0.1453 Safari/537.36
|
1159
1390
|
bot:
|
@@ -1324,6 +1555,15 @@
|
|
1324
1555
|
producer:
|
1325
1556
|
name: ""
|
1326
1557
|
url: ""
|
1558
|
+
-
|
1559
|
+
user_agent: IDG/IT (http://spaziodati.eu/)
|
1560
|
+
bot:
|
1561
|
+
name: IDG/IT
|
1562
|
+
category: Search bot
|
1563
|
+
url: https://spaziodati.eu/
|
1564
|
+
producer:
|
1565
|
+
name: SpazioDati S.r.l.
|
1566
|
+
url: https://spaziodati.eu/
|
1327
1567
|
-
|
1328
1568
|
user_agent: iisbot/1.0 (+http://www.iis.net/iisbot.html)
|
1329
1569
|
bot:
|
@@ -1350,6 +1590,15 @@
|
|
1350
1590
|
producer:
|
1351
1591
|
name: VeriSign, Inc
|
1352
1592
|
url: http://www.verisign.com/
|
1593
|
+
-
|
1594
|
+
user_agent: Kaspersky Lab CFR link resolver cfradmins@kaspersky.com
|
1595
|
+
bot:
|
1596
|
+
name: Kaspersky
|
1597
|
+
category: Security Checker
|
1598
|
+
url: https://www.kaspersky.com/
|
1599
|
+
producer:
|
1600
|
+
name: AO Kaspersky Lab
|
1601
|
+
url: https://www.kaspersky.com/
|
1353
1602
|
-
|
1354
1603
|
user_agent: kouio.com RSS reader
|
1355
1604
|
bot:
|
@@ -1368,6 +1617,15 @@
|
|
1368
1617
|
producer:
|
1369
1618
|
name: ""
|
1370
1619
|
url: ""
|
1620
|
+
-
|
1621
|
+
user_agent: LCC (+http://corpora.informatik.uni-leipzig.de/crawler_faq.html)
|
1622
|
+
bot:
|
1623
|
+
name: LCC
|
1624
|
+
category: Search bot
|
1625
|
+
url: https://corpora.uni-leipzig.de/crawler_faq.html
|
1626
|
+
producer:
|
1627
|
+
name: Universität Leipzig
|
1628
|
+
url: https://www.uni-leipzig.de/
|
1371
1629
|
-
|
1372
1630
|
user_agent: 'ltx71 - (http://ltx71.com/)'
|
1373
1631
|
bot:
|
@@ -1819,6 +2077,14 @@
|
|
1819
2077
|
producer:
|
1820
2078
|
name: The Apache Software Foundation
|
1821
2079
|
url: http://www.apache.org/foundation/
|
2080
|
+
-
|
2081
|
+
user_agent: Nuzzel
|
2082
|
+
bot:
|
2083
|
+
name: Nuzzel
|
2084
|
+
category: Crawler
|
2085
|
+
producer:
|
2086
|
+
name: Nuzzel
|
2087
|
+
url: https://www.nuzzel.com/
|
1822
2088
|
-
|
1823
2089
|
user_agent: Octopus 1.0.2
|
1824
2090
|
bot:
|
@@ -1964,11 +2230,20 @@
|
|
1964
2230
|
producer:
|
1965
2231
|
name: Pingdom AB
|
1966
2232
|
url: https://www.pingdom.com
|
2233
|
+
-
|
2234
|
+
user_agent: Mozilla/5.0 (compatible; Pinterestbot/1.0; http://www.pinterest.com/bot.html)
|
2235
|
+
bot:
|
2236
|
+
name: Pinterest
|
2237
|
+
url: http://www.pinterest.com/bot.html
|
2238
|
+
category: Crawler
|
2239
|
+
producer:
|
2240
|
+
name: Pinterest
|
2241
|
+
url: http://www.pinterest.com/
|
1967
2242
|
-
|
1968
2243
|
user_agent: Pinterest/0.2 (+http://www.pinterest.com/)
|
1969
2244
|
bot:
|
1970
2245
|
name: Pinterest
|
1971
|
-
url:
|
2246
|
+
url: http://www.pinterest.com/bot.html
|
1972
2247
|
category: Crawler
|
1973
2248
|
producer:
|
1974
2249
|
name: Pinterest
|
@@ -2127,6 +2402,15 @@
|
|
2127
2402
|
producer:
|
2128
2403
|
name: SISTRIX GmbH
|
2129
2404
|
url: http://www.sistrix.de
|
2405
|
+
-
|
2406
|
+
user_agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.75 Safari/537.36 (compatible; SMTBot/1.0; +http://www.similartech.com/smtbot)
|
2407
|
+
bot:
|
2408
|
+
name: SMTBot
|
2409
|
+
category: Search bot
|
2410
|
+
url: https://www.similartech.com/smtbot
|
2411
|
+
producer:
|
2412
|
+
name: SimilarTech Ltd.
|
2413
|
+
url: https://www.similartech.com/
|
2130
2414
|
-
|
2131
2415
|
user_agent: SSL Labs (https://www.ssllabs.com/about/assessment.html)
|
2132
2416
|
bot:
|
@@ -2276,6 +2560,15 @@
|
|
2276
2560
|
producer:
|
2277
2561
|
name: ShopWiki Corp.
|
2278
2562
|
url: http://www.shopwiki.com
|
2563
|
+
-
|
2564
|
+
user_agent: shopify-partner-homepage-scraper
|
2565
|
+
bot:
|
2566
|
+
name: Shopify Partner
|
2567
|
+
category: Crawler
|
2568
|
+
url: https://www.shopify.com/partners
|
2569
|
+
producer:
|
2570
|
+
name: Shopify
|
2571
|
+
url: https://www.shopify.com/
|
2279
2572
|
-
|
2280
2573
|
user_agent: SilverReader/1.0; http://silverreader.com
|
2281
2574
|
bot:
|
@@ -2318,6 +2611,24 @@
|
|
2318
2611
|
name: SiteSucker
|
2319
2612
|
category: Crawler
|
2320
2613
|
url: http://ricks-apps.com/osx/sitesucker/
|
2614
|
+
-
|
2615
|
+
user_agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.0) Match by Siteimprove.com
|
2616
|
+
bot:
|
2617
|
+
name: Siteimprove
|
2618
|
+
category: Search bot
|
2619
|
+
url: https://siteimprove.com/
|
2620
|
+
producer:
|
2621
|
+
name: Siteimprove GmbH
|
2622
|
+
url: https://siteimprove.com/
|
2623
|
+
-
|
2624
|
+
user_agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Trident/6.0) LinkCheck by Siteimprove.com
|
2625
|
+
bot:
|
2626
|
+
name: Siteimprove
|
2627
|
+
category: Search bot
|
2628
|
+
url: https://siteimprove.com/
|
2629
|
+
producer:
|
2630
|
+
name: Siteimprove GmbH
|
2631
|
+
url: https://siteimprove.com/
|
2321
2632
|
-
|
2322
2633
|
user_agent: sixy.ch/1.0
|
2323
2634
|
bot:
|
@@ -2439,6 +2750,15 @@
|
|
2439
2750
|
producer:
|
2440
2751
|
name: ""
|
2441
2752
|
url: ""
|
2753
|
+
-
|
2754
|
+
user_agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/536.30.1 (KHTML, like Gecko) (compatible; Startpagina-Linkchecker/1.0; +https://www.startpagina.nl/linkchecker)
|
2755
|
+
bot:
|
2756
|
+
name: Startpagina Linkchecker
|
2757
|
+
category: Search bot
|
2758
|
+
url: https://www.startpagina.nl/linkchecker
|
2759
|
+
producer:
|
2760
|
+
name: Startpagina B.V.
|
2761
|
+
url: https://www.startpagina.nl/
|
2442
2762
|
-
|
2443
2763
|
user_agent: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/98 Safari/537.4 (StatusCake)
|
2444
2764
|
bot:
|
@@ -2486,6 +2806,11 @@
|
|
2486
2806
|
bot:
|
2487
2807
|
name: TelegramBot
|
2488
2808
|
url: https://telegram.org/blog/bot-revolution
|
2809
|
+
-
|
2810
|
+
user_agent: The Knowledge AI
|
2811
|
+
bot:
|
2812
|
+
name: The Knowledge AI
|
2813
|
+
category: Crawler
|
2489
2814
|
-
|
2490
2815
|
user_agent: TinEye-bot/0.02 (see http://www.tineye.com/crawler.html)
|
2491
2816
|
bot:
|
@@ -2513,6 +2838,15 @@
|
|
2513
2838
|
producer:
|
2514
2839
|
name: ""
|
2515
2840
|
url: ""
|
2841
|
+
-
|
2842
|
+
user_agent: Mozilla/5.0 (compatible; tracemyfile/1.0)
|
2843
|
+
bot:
|
2844
|
+
name: TraceMyFile
|
2845
|
+
category: Search bot
|
2846
|
+
url: https://www.tracemyfile.com/
|
2847
|
+
producer:
|
2848
|
+
name: Idee Inc.
|
2849
|
+
url: http://ideeinc.com/
|
2516
2850
|
-
|
2517
2851
|
user_agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.0; trendictionbot0.5.0; trendiction search; http://www.trendiction.de/bot; please let us know of any problems; web at trendiction.com) Gecko/20071127 Firefox/3.0.0.11
|
2518
2852
|
bot:
|
@@ -2558,6 +2892,14 @@
|
|
2558
2892
|
producer:
|
2559
2893
|
name: Mediasift
|
2560
2894
|
url: ""
|
2895
|
+
-
|
2896
|
+
user_agent: Mozilla/5.0 (compatible; Twingly Recon; twingly.com)
|
2897
|
+
bot:
|
2898
|
+
name: Twingly Recon
|
2899
|
+
category: Crawler
|
2900
|
+
producer:
|
2901
|
+
name: Twingly
|
2902
|
+
url: https://www.twingly.com
|
2561
2903
|
-
|
2562
2904
|
user_agent: Twitterbot/1.0
|
2563
2905
|
bot:
|
@@ -2761,6 +3103,42 @@
|
|
2761
3103
|
producer:
|
2762
3104
|
name: Steve Webb
|
2763
3105
|
url: http://badcheese.com
|
3106
|
+
-
|
3107
|
+
user_agent: weborama-fetcher (+http://www.weborama.com)
|
3108
|
+
bot:
|
3109
|
+
name: Weborama
|
3110
|
+
category: Search bot
|
3111
|
+
url: https://weborama.com/
|
3112
|
+
producer:
|
3113
|
+
name: Weborama SA
|
3114
|
+
url: https://weborama.com/
|
3115
|
+
-
|
3116
|
+
user_agent: WikiDo/1.1 (http://wikido.com; crawler@wikido.com)
|
3117
|
+
bot:
|
3118
|
+
name: WikiDo
|
3119
|
+
category: Search bot
|
3120
|
+
url: https://www.wikido.com/
|
3121
|
+
producer:
|
3122
|
+
name: Fotolitografie Fiorentine di Becchi Antonio s.n.c.
|
3123
|
+
url: https://www.wikido.com/
|
3124
|
+
-
|
3125
|
+
user_agent: Mozilla/5.0 (compatible; woorankreview/2.0; +https://www.woorank.com/)
|
3126
|
+
bot:
|
3127
|
+
name: WooRank
|
3128
|
+
category: Search bot
|
3129
|
+
url: https://www.woorank.com/
|
3130
|
+
producer:
|
3131
|
+
name: WooRank sprl
|
3132
|
+
url: https://www.woorank.com/
|
3133
|
+
-
|
3134
|
+
user_agent: Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1 (compatible; woorankreview/2.0; +https://www.woorank.com/)
|
3135
|
+
bot:
|
3136
|
+
name: WooRank
|
3137
|
+
category: Search bot
|
3138
|
+
url: https://www.woorank.com/
|
3139
|
+
producer:
|
3140
|
+
name: WooRank sprl
|
3141
|
+
url: https://www.woorank.com/
|
2764
3142
|
-
|
2765
3143
|
user_agent: WordPress/4.7.2; https://example.com
|
2766
3144
|
bot:
|
@@ -2779,6 +3157,15 @@
|
|
2779
3157
|
producer:
|
2780
3158
|
name: Wotbox
|
2781
3159
|
url: http://www.wotbox.com
|
3160
|
+
-
|
3161
|
+
user_agent: XenForo/2.x (https://www.example.com)
|
3162
|
+
bot:
|
3163
|
+
name: XenForo
|
3164
|
+
category: Service Agent
|
3165
|
+
url: https://xenforo.com/
|
3166
|
+
producer:
|
3167
|
+
name: XenForo Ltd.
|
3168
|
+
url: https://xenforo.com/
|
2782
3169
|
-
|
2783
3170
|
user_agent: yacybot (freeworld/global; amd64 Linux 3.2.0-4-amd64; java 1.7.0_25; Europe/en) http://yacy.net/bot.html
|
2784
3171
|
bot:
|
@@ -2806,6 +3193,15 @@
|
|
2806
3193
|
producer:
|
2807
3194
|
name: Yahoo! Inc.
|
2808
3195
|
url: http://www.yahoo.com
|
3196
|
+
-
|
3197
|
+
user_agent: Y!J-BRW/1.0 (https://www.yahoo-help.jp/app/answers/detail/p/595/a_id/42716)
|
3198
|
+
bot:
|
3199
|
+
name: Yahoo! Japan BRW
|
3200
|
+
category: Crawler
|
3201
|
+
url: https://www.yahoo-help.jp/app/answers/detail/p/595/a_id/42716/~/ウェブページにアクセスするシステムのユーザーエージェントについて
|
3202
|
+
producer:
|
3203
|
+
name: Yahoo! Japan Corp.
|
3204
|
+
url: https://www.yahoo.co.jp/
|
2809
3205
|
-
|
2810
3206
|
user_agent: Mozilla/5.0 (compatible; Yahoo Link Preview; https://help.yahoo.com/kb/mail/yahoo-link-preview-SLN23615.html)
|
2811
3207
|
bot:
|
@@ -2950,6 +3346,15 @@
|
|
2950
3346
|
producer:
|
2951
3347
|
name: Yandex LLC
|
2952
3348
|
url: http://company.yandex.com
|
3349
|
+
-
|
3350
|
+
user_agent: Mozilla/5.0 (compatible; YandexMobileScreenShotBot/1.0; +http://yandex.com/bots)
|
3351
|
+
bot:
|
3352
|
+
name: Yandex Bot
|
3353
|
+
category: Search bot
|
3354
|
+
url: http://www.yandex.com/bots
|
3355
|
+
producer:
|
3356
|
+
name: Yandex LLC
|
3357
|
+
url: http://company.yandex.com
|
2953
3358
|
-
|
2954
3359
|
user_agent: Mozilla/5.0 (compatible; YandexNews/3.0; +http://yandex.com/bots)
|
2955
3360
|
bot:
|
@@ -2968,6 +3373,69 @@
|
|
2968
3373
|
producer:
|
2969
3374
|
name: Yandex LLC
|
2970
3375
|
url: http://company.yandex.com
|
3376
|
+
-
|
3377
|
+
user_agent: Mozilla/5.0 (compatible; YandexOntoDB/1.0; +http://yandex.com/bots)
|
3378
|
+
bot:
|
3379
|
+
name: Yandex Bot
|
3380
|
+
category: Search bot
|
3381
|
+
url: http://www.yandex.com/bots
|
3382
|
+
producer:
|
3383
|
+
name: Yandex LLC
|
3384
|
+
url: http://company.yandex.com
|
3385
|
+
-
|
3386
|
+
user_agent: Mozilla/5.0 (compatible; YandexOntoDBAPI/1.0; +http://yandex.com/bots)
|
3387
|
+
bot:
|
3388
|
+
name: Yandex Bot
|
3389
|
+
category: Search bot
|
3390
|
+
url: http://www.yandex.com/bots
|
3391
|
+
producer:
|
3392
|
+
name: Yandex LLC
|
3393
|
+
url: http://company.yandex.com
|
3394
|
+
-
|
3395
|
+
user_agent: Mozilla/5.0 (compatible; YandexPartner/3.0; +http://yandex.com/bots)
|
3396
|
+
bot:
|
3397
|
+
name: Yandex Bot
|
3398
|
+
category: Search bot
|
3399
|
+
url: http://www.yandex.com/bots
|
3400
|
+
producer:
|
3401
|
+
name: Yandex LLC
|
3402
|
+
url: http://company.yandex.com
|
3403
|
+
-
|
3404
|
+
user_agent: Mozilla/5.0 (compatible; YandexRCA/1.0; +http://yandex.com/bots)
|
3405
|
+
bot:
|
3406
|
+
name: Yandex Bot
|
3407
|
+
category: Search bot
|
3408
|
+
url: http://www.yandex.com/bots
|
3409
|
+
producer:
|
3410
|
+
name: Yandex LLC
|
3411
|
+
url: http://company.yandex.com
|
3412
|
+
-
|
3413
|
+
user_agent: Mozilla/5.0 (compatible; YandexSearchShop/1.0; +http://yandex.com/bots)
|
3414
|
+
bot:
|
3415
|
+
name: Yandex Bot
|
3416
|
+
category: Search bot
|
3417
|
+
url: http://www.yandex.com/bots
|
3418
|
+
producer:
|
3419
|
+
name: Yandex LLC
|
3420
|
+
url: http://company.yandex.com
|
3421
|
+
-
|
3422
|
+
user_agent: Mozilla/5.0 (compatible; YandexTracker/1.0; +http://yandex.com/bots)
|
3423
|
+
bot:
|
3424
|
+
name: Yandex Bot
|
3425
|
+
category: Search bot
|
3426
|
+
url: http://www.yandex.com/bots
|
3427
|
+
producer:
|
3428
|
+
name: Yandex LLC
|
3429
|
+
url: http://company.yandex.com
|
3430
|
+
-
|
3431
|
+
user_agent: Mozilla/5.0 (compatible; YandexTurbo/1.0; +http://yandex.com/bots)
|
3432
|
+
bot:
|
3433
|
+
name: Yandex Bot
|
3434
|
+
category: Search bot
|
3435
|
+
url: http://www.yandex.com/bots
|
3436
|
+
producer:
|
3437
|
+
name: Yandex LLC
|
3438
|
+
url: http://company.yandex.com
|
2971
3439
|
-
|
2972
3440
|
user_agent: Mozilla/5.0 (compatible; YandexVerticals/1.0; http://yandex.com/bots)
|
2973
3441
|
bot:
|
@@ -2977,6 +3445,15 @@
|
|
2977
3445
|
producer:
|
2978
3446
|
name: Yandex LLC
|
2979
3447
|
url: http://company.yandex.com
|
3448
|
+
-
|
3449
|
+
user_agent: Mozilla/5.0 (compatible; NaverJapan/1.0; +http://corp.naver.jp/)
|
3450
|
+
bot:
|
3451
|
+
name: Yeti/Naverbot
|
3452
|
+
category: Search bot
|
3453
|
+
url: http://help.naver.com/robots/
|
3454
|
+
producer:
|
3455
|
+
name: Naver
|
3456
|
+
url: http://www.naver.com
|
2980
3457
|
-
|
2981
3458
|
user_agent: Yeti/1.1 (Naver Corp.; http://help.naver.com/robots/)
|
2982
3459
|
bot:
|
@@ -3033,6 +3510,15 @@
|
|
3033
3510
|
bot:
|
3034
3511
|
name: Zao
|
3035
3512
|
category: Crawler
|
3513
|
+
-
|
3514
|
+
user_agent: zelist.ro feed parser (+http://www.zelist.ro)
|
3515
|
+
bot:
|
3516
|
+
name: Ze List
|
3517
|
+
category: Feed Fetcher
|
3518
|
+
url: https://www.zelist.ro/
|
3519
|
+
producer:
|
3520
|
+
name: Treeworks SRL
|
3521
|
+
url: https://www.tree.ro/
|
3036
3522
|
-
|
3037
3523
|
user_agent: Zookabot/2.5;++http://zookabot.com
|
3038
3524
|
bot:
|
@@ -3168,6 +3654,23 @@
|
|
3168
3654
|
producer:
|
3169
3655
|
name: reddit inc.
|
3170
3656
|
url: http://www.reddit.com
|
3657
|
+
-
|
3658
|
+
user_agent: Mozilla/5.0 eCairn-Grabber/1.0 (+http://ecairn.com/grabber)
|
3659
|
+
bot:
|
3660
|
+
name: eCairn-Grabber
|
3661
|
+
category: Crawler
|
3662
|
+
producer:
|
3663
|
+
name: eCairn
|
3664
|
+
url: https://ecairn.com
|
3665
|
+
-
|
3666
|
+
user_agent: eZ Publish Link Validator
|
3667
|
+
bot:
|
3668
|
+
name: eZ Publish Link Validator
|
3669
|
+
category: Crawler
|
3670
|
+
url: https://ez.no/
|
3671
|
+
producer:
|
3672
|
+
name: eZ Systems AS
|
3673
|
+
url: https://ez.no/
|
3171
3674
|
-
|
3172
3675
|
user_agent: Mozilla/5.0 (compatible; evc-batch/2.0)
|
3173
3676
|
bot:
|
@@ -3177,6 +3680,12 @@
|
|
3177
3680
|
producer:
|
3178
3681
|
name: eVenture Capital Partners II, LLC
|
3179
3682
|
url: http://www.eventures.vc/
|
3683
|
+
-
|
3684
|
+
user_agent: Mozilla/5.0 (compatible; inoreader.com; 2 subscribers)
|
3685
|
+
bot:
|
3686
|
+
name: inoreader
|
3687
|
+
category: Feed Reader
|
3688
|
+
url: https://www.inoreader.com
|
3180
3689
|
-
|
3181
3690
|
user_agent: masscan/1.0 (https://github.com/robertdavidgraham/masscan)
|
3182
3691
|
bot:
|
@@ -3186,6 +3695,20 @@
|
|
3186
3695
|
producer:
|
3187
3696
|
name: Robert Graham
|
3188
3697
|
url: https://github.com/robertdavidgraham
|
3698
|
+
-
|
3699
|
+
user_agent: 'Mozilla/5.0/Firefox/42.0 - nbertaupete95(at)gmail.com'
|
3700
|
+
bot:
|
3701
|
+
name: nbertaupete95
|
3702
|
+
category: Crawler
|
3703
|
+
-
|
3704
|
+
user_agent: Mozilla/5.0 (compatible; oBot/2.3.1; http://www.xforce-security.com/crawler/)
|
3705
|
+
bot:
|
3706
|
+
name: oBot
|
3707
|
+
category: Search bot
|
3708
|
+
url: http://www.xforce-security.com/crawler/
|
3709
|
+
producer:
|
3710
|
+
name: 'IBM Germany Research & Development GmbH'
|
3711
|
+
url: https://exchange.xforce.ibmcloud.com/
|
3189
3712
|
-
|
3190
3713
|
user_agent: 'sqlmap/1.1.8.2#dev (http://sqlmap.org)'
|
3191
3714
|
bot:
|
@@ -3195,66 +3718,9 @@
|
|
3195
3718
|
producer:
|
3196
3719
|
name: sqlmap
|
3197
3720
|
url: http://sqlmap.org/
|
3198
|
-
-
|
3199
|
-
user_agent:
|
3200
|
-
bot:
|
3201
|
-
name: BoardReader Blog Indexer
|
3202
|
-
category: Crawler
|
3203
|
-
producer:
|
3204
|
-
name: BoardReader
|
3205
|
-
url: http://boardreader.com/
|
3206
|
-
-
|
3207
|
-
user_agent: 'Nuzzel'
|
3208
|
-
bot:
|
3209
|
-
name: Nuzzel
|
3210
|
-
category: Crawler
|
3211
|
-
producer:
|
3212
|
-
name: Nuzzel
|
3213
|
-
url: https://www.nuzzel.com/
|
3214
|
-
-
|
3215
|
-
user_agent: 'Mozilla/5.0 eCairn-Grabber/1.0 (+http://ecairn.com/grabber)'
|
3216
|
-
bot:
|
3217
|
-
name: eCairn-Grabber
|
3218
|
-
category: Crawler
|
3219
|
-
producer:
|
3220
|
-
name: eCairn
|
3221
|
-
url: https://ecairn.com
|
3222
|
-
-
|
3223
|
-
user_agent: 'Mozilla/5.0/Firefox/42.0 - nbertaupete95(at)gmail.com'
|
3224
|
-
bot:
|
3225
|
-
name: nbertaupete95
|
3226
|
-
category: Crawler
|
3227
|
-
-
|
3228
|
-
user_agent: 'Mozilla/5.0 (compatible; Twingly Recon; twingly.com)'
|
3229
|
-
bot:
|
3230
|
-
name: Twingly Recon
|
3231
|
-
category: Crawler
|
3232
|
-
producer:
|
3233
|
-
name: Twingly
|
3234
|
-
url: https://www.twingly.com
|
3235
|
-
-
|
3236
|
-
user_agent: 'Mozilla/5.0 (compatible; inoreader.com; 2 subscribers)'
|
3237
|
-
bot:
|
3238
|
-
name: inoreader
|
3239
|
-
category: Feed Reader
|
3240
|
-
url: https://www.inoreader.com
|
3241
|
-
-
|
3242
|
-
user_agent: 'Mozilla/5.0 (compatible; theoldreader.com; 1 subscribers; feed-id=aaa)'
|
3721
|
+
-
|
3722
|
+
user_agent: Mozilla/5.0 (compatible; theoldreader.com; 1 subscribers; feed-id=aaa)
|
3243
3723
|
bot:
|
3244
3724
|
name: theoldreader
|
3245
3725
|
category: Feed Reader
|
3246
3726
|
url: https://theoldreader.com
|
3247
|
-
-
|
3248
|
-
user_agent: 'The Knowledge AI'
|
3249
|
-
bot:
|
3250
|
-
name: The Knowledge AI
|
3251
|
-
category: Crawler
|
3252
|
-
-
|
3253
|
-
user_agent: shopify-partner-homepage-scraper
|
3254
|
-
bot:
|
3255
|
-
name: Shopify Partner
|
3256
|
-
category: Crawler
|
3257
|
-
url: https://www.shopify.com/partners
|
3258
|
-
producer:
|
3259
|
-
name: Shopify
|
3260
|
-
url: https://www.shopify.com/
|