es6-crawler-detect 3.3.0 → 4.0.0-beta.2

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.
Files changed (383) hide show
  1. package/.babelrc +1 -1
  2. package/.mocharc.json +5 -0
  3. package/README.md +1 -0
  4. package/dist/index.d.ts +5 -0
  5. package/dist/index.d.ts.map +1 -0
  6. package/dist/index.js +18 -0
  7. package/dist/index.js.map +1 -0
  8. package/dist/lib/crawler/crawlers.d.ts +5 -0
  9. package/dist/lib/crawler/crawlers.d.ts.map +1 -0
  10. package/dist/lib/crawler/crawlers.js +1400 -0
  11. package/dist/lib/crawler/crawlers.js.map +1 -0
  12. package/dist/lib/crawler/exclusions.d.ts +5 -0
  13. package/dist/lib/crawler/exclusions.d.ts.map +1 -0
  14. package/dist/lib/crawler/exclusions.js +59 -0
  15. package/dist/lib/crawler/exclusions.js.map +1 -0
  16. package/dist/lib/crawler/headers.d.ts +5 -0
  17. package/dist/lib/crawler/headers.d.ts.map +1 -0
  18. package/dist/lib/crawler/headers.js +21 -0
  19. package/dist/lib/crawler/headers.js.map +1 -0
  20. package/dist/lib/crawler/provider.d.ts +4 -0
  21. package/dist/lib/crawler/provider.d.ts.map +1 -0
  22. package/dist/lib/crawler/provider.js +3 -0
  23. package/dist/lib/crawler/provider.js.map +1 -0
  24. package/dist/lib/crawler.d.ts +21 -0
  25. package/dist/lib/crawler.d.ts.map +1 -0
  26. package/dist/lib/crawler.js +98 -0
  27. package/dist/lib/crawler.js.map +1 -0
  28. package/dist/types.d.ts +9 -0
  29. package/dist/types.d.ts.map +1 -0
  30. package/dist/types.js +3 -0
  31. package/dist/types.js.map +1 -0
  32. package/eslint.config.mjs +62 -0
  33. package/example/node/package.json +1 -1
  34. package/example/node/yarn.lock +222 -99
  35. package/package.json +30 -24
  36. package/src/index.ts +18 -0
  37. package/src/lib/crawler/{crawlers.js → crawlers.ts} +1397 -1403
  38. package/src/lib/crawler/{exclusions.js → exclusions.ts} +56 -62
  39. package/src/lib/crawler/{headers.js → headers.ts} +4 -10
  40. package/src/lib/crawler/provider.ts +3 -0
  41. package/src/lib/crawler.ts +128 -0
  42. package/src/types.ts +15 -0
  43. package/test/lib/crawler.spec.ts +116 -0
  44. package/tsconfig.json +28 -0
  45. package/.eslintignore +0 -6
  46. package/.eslintrc.json +0 -30
  47. package/dist/main.bundle.js +0 -1
  48. package/example/node/dist/crawler.min.js +0 -1
  49. package/example/node/node_modules/.bin/mime +0 -15
  50. package/example/node/node_modules/.bin/mime.cmd +0 -7
  51. package/example/node/node_modules/.yarn-integrity +0 -67
  52. package/example/node/node_modules/accepts/HISTORY.md +0 -236
  53. package/example/node/node_modules/accepts/LICENSE +0 -23
  54. package/example/node/node_modules/accepts/README.md +0 -142
  55. package/example/node/node_modules/accepts/index.js +0 -238
  56. package/example/node/node_modules/accepts/package.json +0 -47
  57. package/example/node/node_modules/array-flatten/LICENSE +0 -21
  58. package/example/node/node_modules/array-flatten/README.md +0 -43
  59. package/example/node/node_modules/array-flatten/array-flatten.js +0 -64
  60. package/example/node/node_modules/array-flatten/package.json +0 -39
  61. package/example/node/node_modules/body-parser/HISTORY.md +0 -624
  62. package/example/node/node_modules/body-parser/LICENSE +0 -23
  63. package/example/node/node_modules/body-parser/README.md +0 -456
  64. package/example/node/node_modules/body-parser/index.js +0 -157
  65. package/example/node/node_modules/body-parser/lib/read.js +0 -181
  66. package/example/node/node_modules/body-parser/lib/types/json.js +0 -230
  67. package/example/node/node_modules/body-parser/lib/types/raw.js +0 -101
  68. package/example/node/node_modules/body-parser/lib/types/text.js +0 -121
  69. package/example/node/node_modules/body-parser/lib/types/urlencoded.js +0 -284
  70. package/example/node/node_modules/body-parser/package.json +0 -52
  71. package/example/node/node_modules/bytes/History.md +0 -92
  72. package/example/node/node_modules/bytes/LICENSE +0 -23
  73. package/example/node/node_modules/bytes/Readme.md +0 -152
  74. package/example/node/node_modules/bytes/index.js +0 -166
  75. package/example/node/node_modules/bytes/package.json +0 -42
  76. package/example/node/node_modules/content-disposition/HISTORY.md +0 -60
  77. package/example/node/node_modules/content-disposition/LICENSE +0 -22
  78. package/example/node/node_modules/content-disposition/README.md +0 -142
  79. package/example/node/node_modules/content-disposition/index.js +0 -458
  80. package/example/node/node_modules/content-disposition/package.json +0 -44
  81. package/example/node/node_modules/content-type/HISTORY.md +0 -24
  82. package/example/node/node_modules/content-type/LICENSE +0 -22
  83. package/example/node/node_modules/content-type/README.md +0 -92
  84. package/example/node/node_modules/content-type/index.js +0 -222
  85. package/example/node/node_modules/content-type/package.json +0 -40
  86. package/example/node/node_modules/cookie/HISTORY.md +0 -128
  87. package/example/node/node_modules/cookie/LICENSE +0 -24
  88. package/example/node/node_modules/cookie/README.md +0 -257
  89. package/example/node/node_modules/cookie/index.js +0 -202
  90. package/example/node/node_modules/cookie/package.json +0 -40
  91. package/example/node/node_modules/cookie-signature/History.md +0 -38
  92. package/example/node/node_modules/cookie-signature/Readme.md +0 -42
  93. package/example/node/node_modules/cookie-signature/index.js +0 -51
  94. package/example/node/node_modules/cookie-signature/package.json +0 -18
  95. package/example/node/node_modules/debug/.coveralls.yml +0 -1
  96. package/example/node/node_modules/debug/.eslintrc +0 -11
  97. package/example/node/node_modules/debug/.travis.yml +0 -14
  98. package/example/node/node_modules/debug/CHANGELOG.md +0 -362
  99. package/example/node/node_modules/debug/LICENSE +0 -19
  100. package/example/node/node_modules/debug/Makefile +0 -50
  101. package/example/node/node_modules/debug/README.md +0 -312
  102. package/example/node/node_modules/debug/component.json +0 -19
  103. package/example/node/node_modules/debug/karma.conf.js +0 -70
  104. package/example/node/node_modules/debug/node.js +0 -1
  105. package/example/node/node_modules/debug/package.json +0 -49
  106. package/example/node/node_modules/debug/src/browser.js +0 -185
  107. package/example/node/node_modules/debug/src/debug.js +0 -202
  108. package/example/node/node_modules/debug/src/index.js +0 -10
  109. package/example/node/node_modules/debug/src/inspector-log.js +0 -15
  110. package/example/node/node_modules/debug/src/node.js +0 -248
  111. package/example/node/node_modules/depd/History.md +0 -96
  112. package/example/node/node_modules/depd/LICENSE +0 -22
  113. package/example/node/node_modules/depd/Readme.md +0 -280
  114. package/example/node/node_modules/depd/index.js +0 -522
  115. package/example/node/node_modules/depd/lib/browser/index.js +0 -77
  116. package/example/node/node_modules/depd/lib/compat/callsite-tostring.js +0 -103
  117. package/example/node/node_modules/depd/lib/compat/event-listener-count.js +0 -22
  118. package/example/node/node_modules/depd/lib/compat/index.js +0 -79
  119. package/example/node/node_modules/depd/package.json +0 -41
  120. package/example/node/node_modules/destroy/LICENSE +0 -22
  121. package/example/node/node_modules/destroy/README.md +0 -60
  122. package/example/node/node_modules/destroy/index.js +0 -75
  123. package/example/node/node_modules/destroy/package.json +0 -37
  124. package/example/node/node_modules/ee-first/LICENSE +0 -22
  125. package/example/node/node_modules/ee-first/README.md +0 -80
  126. package/example/node/node_modules/ee-first/index.js +0 -95
  127. package/example/node/node_modules/ee-first/package.json +0 -29
  128. package/example/node/node_modules/encodeurl/HISTORY.md +0 -14
  129. package/example/node/node_modules/encodeurl/LICENSE +0 -22
  130. package/example/node/node_modules/encodeurl/README.md +0 -128
  131. package/example/node/node_modules/encodeurl/index.js +0 -60
  132. package/example/node/node_modules/encodeurl/package.json +0 -40
  133. package/example/node/node_modules/escape-html/LICENSE +0 -24
  134. package/example/node/node_modules/escape-html/Readme.md +0 -43
  135. package/example/node/node_modules/escape-html/index.js +0 -78
  136. package/example/node/node_modules/escape-html/package.json +0 -24
  137. package/example/node/node_modules/etag/HISTORY.md +0 -83
  138. package/example/node/node_modules/etag/LICENSE +0 -22
  139. package/example/node/node_modules/etag/README.md +0 -159
  140. package/example/node/node_modules/etag/index.js +0 -131
  141. package/example/node/node_modules/etag/package.json +0 -47
  142. package/example/node/node_modules/express/History.md +0 -3510
  143. package/example/node/node_modules/express/LICENSE +0 -24
  144. package/example/node/node_modules/express/Readme.md +0 -158
  145. package/example/node/node_modules/express/index.js +0 -11
  146. package/example/node/node_modules/express/lib/application.js +0 -644
  147. package/example/node/node_modules/express/lib/express.js +0 -116
  148. package/example/node/node_modules/express/lib/middleware/init.js +0 -43
  149. package/example/node/node_modules/express/lib/middleware/query.js +0 -47
  150. package/example/node/node_modules/express/lib/request.js +0 -525
  151. package/example/node/node_modules/express/lib/response.js +0 -1147
  152. package/example/node/node_modules/express/lib/router/index.js +0 -668
  153. package/example/node/node_modules/express/lib/router/layer.js +0 -181
  154. package/example/node/node_modules/express/lib/router/route.js +0 -216
  155. package/example/node/node_modules/express/lib/utils.js +0 -302
  156. package/example/node/node_modules/express/lib/view.js +0 -182
  157. package/example/node/node_modules/express/package.json +0 -99
  158. package/example/node/node_modules/finalhandler/HISTORY.md +0 -187
  159. package/example/node/node_modules/finalhandler/LICENSE +0 -22
  160. package/example/node/node_modules/finalhandler/README.md +0 -148
  161. package/example/node/node_modules/finalhandler/index.js +0 -331
  162. package/example/node/node_modules/finalhandler/package.json +0 -45
  163. package/example/node/node_modules/forwarded/HISTORY.md +0 -21
  164. package/example/node/node_modules/forwarded/LICENSE +0 -22
  165. package/example/node/node_modules/forwarded/README.md +0 -57
  166. package/example/node/node_modules/forwarded/index.js +0 -90
  167. package/example/node/node_modules/forwarded/package.json +0 -45
  168. package/example/node/node_modules/fresh/HISTORY.md +0 -70
  169. package/example/node/node_modules/fresh/LICENSE +0 -23
  170. package/example/node/node_modules/fresh/README.md +0 -119
  171. package/example/node/node_modules/fresh/index.js +0 -137
  172. package/example/node/node_modules/fresh/package.json +0 -46
  173. package/example/node/node_modules/http-errors/HISTORY.md +0 -165
  174. package/example/node/node_modules/http-errors/LICENSE +0 -23
  175. package/example/node/node_modules/http-errors/README.md +0 -169
  176. package/example/node/node_modules/http-errors/index.js +0 -299
  177. package/example/node/node_modules/http-errors/package.json +0 -49
  178. package/example/node/node_modules/iconv-lite/Changelog.md +0 -162
  179. package/example/node/node_modules/iconv-lite/LICENSE +0 -21
  180. package/example/node/node_modules/iconv-lite/README.md +0 -156
  181. package/example/node/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -555
  182. package/example/node/node_modules/iconv-lite/encodings/dbcs-data.js +0 -176
  183. package/example/node/node_modules/iconv-lite/encodings/index.js +0 -22
  184. package/example/node/node_modules/iconv-lite/encodings/internal.js +0 -188
  185. package/example/node/node_modules/iconv-lite/encodings/sbcs-codec.js +0 -72
  186. package/example/node/node_modules/iconv-lite/encodings/sbcs-data-generated.js +0 -451
  187. package/example/node/node_modules/iconv-lite/encodings/sbcs-data.js +0 -174
  188. package/example/node/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
  189. package/example/node/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
  190. package/example/node/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
  191. package/example/node/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
  192. package/example/node/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
  193. package/example/node/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
  194. package/example/node/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -55
  195. package/example/node/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
  196. package/example/node/node_modules/iconv-lite/encodings/utf16.js +0 -177
  197. package/example/node/node_modules/iconv-lite/encodings/utf7.js +0 -290
  198. package/example/node/node_modules/iconv-lite/lib/bom-handling.js +0 -52
  199. package/example/node/node_modules/iconv-lite/lib/extend-node.js +0 -217
  200. package/example/node/node_modules/iconv-lite/lib/index.d.ts +0 -24
  201. package/example/node/node_modules/iconv-lite/lib/index.js +0 -153
  202. package/example/node/node_modules/iconv-lite/lib/streams.js +0 -121
  203. package/example/node/node_modules/iconv-lite/package.json +0 -46
  204. package/example/node/node_modules/inherits/LICENSE +0 -16
  205. package/example/node/node_modules/inherits/README.md +0 -42
  206. package/example/node/node_modules/inherits/inherits.js +0 -9
  207. package/example/node/node_modules/inherits/inherits_browser.js +0 -27
  208. package/example/node/node_modules/inherits/package.json +0 -29
  209. package/example/node/node_modules/ipaddr.js/LICENSE +0 -19
  210. package/example/node/node_modules/ipaddr.js/README.md +0 -233
  211. package/example/node/node_modules/ipaddr.js/ipaddr.min.js +0 -1
  212. package/example/node/node_modules/ipaddr.js/lib/ipaddr.js +0 -673
  213. package/example/node/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +0 -68
  214. package/example/node/node_modules/ipaddr.js/package.json +0 -35
  215. package/example/node/node_modules/media-typer/HISTORY.md +0 -22
  216. package/example/node/node_modules/media-typer/LICENSE +0 -22
  217. package/example/node/node_modules/media-typer/README.md +0 -81
  218. package/example/node/node_modules/media-typer/index.js +0 -270
  219. package/example/node/node_modules/media-typer/package.json +0 -26
  220. package/example/node/node_modules/merge-descriptors/HISTORY.md +0 -21
  221. package/example/node/node_modules/merge-descriptors/LICENSE +0 -23
  222. package/example/node/node_modules/merge-descriptors/README.md +0 -48
  223. package/example/node/node_modules/merge-descriptors/index.js +0 -60
  224. package/example/node/node_modules/merge-descriptors/package.json +0 -32
  225. package/example/node/node_modules/methods/HISTORY.md +0 -29
  226. package/example/node/node_modules/methods/LICENSE +0 -24
  227. package/example/node/node_modules/methods/README.md +0 -51
  228. package/example/node/node_modules/methods/index.js +0 -69
  229. package/example/node/node_modules/methods/package.json +0 -36
  230. package/example/node/node_modules/mime/CHANGELOG.md +0 -164
  231. package/example/node/node_modules/mime/LICENSE +0 -21
  232. package/example/node/node_modules/mime/README.md +0 -90
  233. package/example/node/node_modules/mime/cli.js +0 -8
  234. package/example/node/node_modules/mime/mime.js +0 -108
  235. package/example/node/node_modules/mime/package.json +0 -44
  236. package/example/node/node_modules/mime/src/build.js +0 -53
  237. package/example/node/node_modules/mime/src/test.js +0 -60
  238. package/example/node/node_modules/mime/types.json +0 -1
  239. package/example/node/node_modules/mime-db/HISTORY.md +0 -499
  240. package/example/node/node_modules/mime-db/LICENSE +0 -22
  241. package/example/node/node_modules/mime-db/README.md +0 -100
  242. package/example/node/node_modules/mime-db/db.json +0 -8471
  243. package/example/node/node_modules/mime-db/index.js +0 -11
  244. package/example/node/node_modules/mime-db/package.json +0 -59
  245. package/example/node/node_modules/mime-types/HISTORY.md +0 -388
  246. package/example/node/node_modules/mime-types/LICENSE +0 -23
  247. package/example/node/node_modules/mime-types/README.md +0 -113
  248. package/example/node/node_modules/mime-types/index.js +0 -188
  249. package/example/node/node_modules/mime-types/package.json +0 -44
  250. package/example/node/node_modules/ms/index.js +0 -152
  251. package/example/node/node_modules/ms/license.md +0 -21
  252. package/example/node/node_modules/ms/package.json +0 -37
  253. package/example/node/node_modules/ms/readme.md +0 -51
  254. package/example/node/node_modules/negotiator/HISTORY.md +0 -103
  255. package/example/node/node_modules/negotiator/LICENSE +0 -24
  256. package/example/node/node_modules/negotiator/README.md +0 -203
  257. package/example/node/node_modules/negotiator/index.js +0 -124
  258. package/example/node/node_modules/negotiator/lib/charset.js +0 -169
  259. package/example/node/node_modules/negotiator/lib/encoding.js +0 -184
  260. package/example/node/node_modules/negotiator/lib/language.js +0 -179
  261. package/example/node/node_modules/negotiator/lib/mediaType.js +0 -294
  262. package/example/node/node_modules/negotiator/package.json +0 -42
  263. package/example/node/node_modules/on-finished/HISTORY.md +0 -88
  264. package/example/node/node_modules/on-finished/LICENSE +0 -23
  265. package/example/node/node_modules/on-finished/README.md +0 -154
  266. package/example/node/node_modules/on-finished/index.js +0 -196
  267. package/example/node/node_modules/on-finished/package.json +0 -31
  268. package/example/node/node_modules/parseurl/HISTORY.md +0 -58
  269. package/example/node/node_modules/parseurl/LICENSE +0 -24
  270. package/example/node/node_modules/parseurl/README.md +0 -133
  271. package/example/node/node_modules/parseurl/index.js +0 -158
  272. package/example/node/node_modules/parseurl/package.json +0 -40
  273. package/example/node/node_modules/path-to-regexp/History.md +0 -36
  274. package/example/node/node_modules/path-to-regexp/LICENSE +0 -21
  275. package/example/node/node_modules/path-to-regexp/Readme.md +0 -35
  276. package/example/node/node_modules/path-to-regexp/index.js +0 -129
  277. package/example/node/node_modules/path-to-regexp/package.json +0 -30
  278. package/example/node/node_modules/proxy-addr/HISTORY.md +0 -161
  279. package/example/node/node_modules/proxy-addr/LICENSE +0 -22
  280. package/example/node/node_modules/proxy-addr/README.md +0 -139
  281. package/example/node/node_modules/proxy-addr/index.js +0 -327
  282. package/example/node/node_modules/proxy-addr/package.json +0 -47
  283. package/example/node/node_modules/qs/.editorconfig +0 -39
  284. package/example/node/node_modules/qs/.eslintignore +0 -2
  285. package/example/node/node_modules/qs/.eslintrc +0 -35
  286. package/example/node/node_modules/qs/.github/FUNDING.yml +0 -12
  287. package/example/node/node_modules/qs/.nycrc +0 -13
  288. package/example/node/node_modules/qs/CHANGELOG.md +0 -359
  289. package/example/node/node_modules/qs/LICENSE.md +0 -29
  290. package/example/node/node_modules/qs/README.md +0 -604
  291. package/example/node/node_modules/qs/dist/qs.js +0 -832
  292. package/example/node/node_modules/qs/lib/formats.js +0 -23
  293. package/example/node/node_modules/qs/lib/index.js +0 -11
  294. package/example/node/node_modules/qs/lib/parse.js +0 -257
  295. package/example/node/node_modules/qs/lib/stringify.js +0 -278
  296. package/example/node/node_modules/qs/lib/utils.js +0 -251
  297. package/example/node/node_modules/qs/package.json +0 -69
  298. package/example/node/node_modules/qs/test/parse.js +0 -772
  299. package/example/node/node_modules/qs/test/stringify.js +0 -793
  300. package/example/node/node_modules/qs/test/utils.js +0 -136
  301. package/example/node/node_modules/range-parser/HISTORY.md +0 -56
  302. package/example/node/node_modules/range-parser/LICENSE +0 -23
  303. package/example/node/node_modules/range-parser/README.md +0 -84
  304. package/example/node/node_modules/range-parser/index.js +0 -162
  305. package/example/node/node_modules/range-parser/package.json +0 -44
  306. package/example/node/node_modules/raw-body/HISTORY.md +0 -284
  307. package/example/node/node_modules/raw-body/LICENSE +0 -22
  308. package/example/node/node_modules/raw-body/README.md +0 -217
  309. package/example/node/node_modules/raw-body/index.d.ts +0 -87
  310. package/example/node/node_modules/raw-body/index.js +0 -286
  311. package/example/node/node_modules/raw-body/package.json +0 -48
  312. package/example/node/node_modules/safe-buffer/LICENSE +0 -21
  313. package/example/node/node_modules/safe-buffer/README.md +0 -584
  314. package/example/node/node_modules/safe-buffer/index.d.ts +0 -187
  315. package/example/node/node_modules/safe-buffer/index.js +0 -65
  316. package/example/node/node_modules/safe-buffer/package.json +0 -51
  317. package/example/node/node_modules/safer-buffer/LICENSE +0 -21
  318. package/example/node/node_modules/safer-buffer/Porting-Buffer.md +0 -268
  319. package/example/node/node_modules/safer-buffer/Readme.md +0 -156
  320. package/example/node/node_modules/safer-buffer/dangerous.js +0 -58
  321. package/example/node/node_modules/safer-buffer/package.json +0 -34
  322. package/example/node/node_modules/safer-buffer/safer.js +0 -77
  323. package/example/node/node_modules/safer-buffer/tests.js +0 -406
  324. package/example/node/node_modules/send/HISTORY.md +0 -506
  325. package/example/node/node_modules/send/LICENSE +0 -23
  326. package/example/node/node_modules/send/README.md +0 -327
  327. package/example/node/node_modules/send/index.js +0 -1133
  328. package/example/node/node_modules/send/node_modules/.bin/mime +0 -15
  329. package/example/node/node_modules/send/node_modules/.bin/mime.cmd +0 -7
  330. package/example/node/node_modules/send/node_modules/ms/index.js +0 -162
  331. package/example/node/node_modules/send/node_modules/ms/license.md +0 -21
  332. package/example/node/node_modules/send/node_modules/ms/package.json +0 -38
  333. package/example/node/node_modules/send/node_modules/ms/readme.md +0 -59
  334. package/example/node/node_modules/send/package.json +0 -61
  335. package/example/node/node_modules/serve-static/HISTORY.md +0 -459
  336. package/example/node/node_modules/serve-static/LICENSE +0 -25
  337. package/example/node/node_modules/serve-static/README.md +0 -257
  338. package/example/node/node_modules/serve-static/index.js +0 -210
  339. package/example/node/node_modules/serve-static/package.json +0 -42
  340. package/example/node/node_modules/setprototypeof/LICENSE +0 -13
  341. package/example/node/node_modules/setprototypeof/README.md +0 -31
  342. package/example/node/node_modules/setprototypeof/index.d.ts +0 -2
  343. package/example/node/node_modules/setprototypeof/index.js +0 -17
  344. package/example/node/node_modules/setprototypeof/package.json +0 -38
  345. package/example/node/node_modules/setprototypeof/test/index.js +0 -24
  346. package/example/node/node_modules/statuses/HISTORY.md +0 -65
  347. package/example/node/node_modules/statuses/LICENSE +0 -23
  348. package/example/node/node_modules/statuses/README.md +0 -127
  349. package/example/node/node_modules/statuses/codes.json +0 -66
  350. package/example/node/node_modules/statuses/index.js +0 -113
  351. package/example/node/node_modules/statuses/package.json +0 -48
  352. package/example/node/node_modules/toidentifier/HISTORY.md +0 -9
  353. package/example/node/node_modules/toidentifier/LICENSE +0 -21
  354. package/example/node/node_modules/toidentifier/README.md +0 -61
  355. package/example/node/node_modules/toidentifier/index.js +0 -32
  356. package/example/node/node_modules/toidentifier/package.json +0 -38
  357. package/example/node/node_modules/type-is/HISTORY.md +0 -259
  358. package/example/node/node_modules/type-is/LICENSE +0 -23
  359. package/example/node/node_modules/type-is/README.md +0 -170
  360. package/example/node/node_modules/type-is/index.js +0 -266
  361. package/example/node/node_modules/type-is/package.json +0 -45
  362. package/example/node/node_modules/unpipe/HISTORY.md +0 -4
  363. package/example/node/node_modules/unpipe/LICENSE +0 -22
  364. package/example/node/node_modules/unpipe/README.md +0 -43
  365. package/example/node/node_modules/unpipe/index.js +0 -69
  366. package/example/node/node_modules/unpipe/package.json +0 -27
  367. package/example/node/node_modules/utils-merge/LICENSE +0 -20
  368. package/example/node/node_modules/utils-merge/README.md +0 -34
  369. package/example/node/node_modules/utils-merge/index.js +0 -23
  370. package/example/node/node_modules/utils-merge/package.json +0 -40
  371. package/example/node/node_modules/vary/HISTORY.md +0 -39
  372. package/example/node/node_modules/vary/LICENSE +0 -22
  373. package/example/node/node_modules/vary/README.md +0 -101
  374. package/example/node/node_modules/vary/index.js +0 -149
  375. package/example/node/node_modules/vary/package.json +0 -43
  376. package/example/node/server.js +0 -38
  377. package/src/index.js +0 -16
  378. package/src/lib/crawler/provider.js +0 -11
  379. package/src/lib/crawler.js +0 -130
  380. package/test/lib/crawler.test.js +0 -94
  381. package/webpack.common.js +0 -20
  382. package/webpack.dev.js +0 -7
  383. package/webpack.prod.js +0 -14
@@ -1,1403 +1,1397 @@
1
- 'use strict';
2
-
3
- const Provider = require('./provider');
4
-
5
- class Crawlers extends Provider {
6
- constructor() {
7
- super();
8
-
9
- this.data = [
10
- ' YLT',
11
- '^Aether',
12
- '^Amazon Simple Notification Service Agent$',
13
- '^Amazon-Route53-Health-Check-Service',
14
- '^b0t$',
15
- '^bluefish ',
16
- '^Calypso v\\/',
17
- '^COMODO DCV',
18
- '^Corax',
19
- '^DangDang',
20
- '^DavClnt',
21
- '^DHSH',
22
- '^docker\\/[0-9]',
23
- '^Expanse',
24
- '^FDM ',
25
- '^git\\/',
26
- '^Goose\\/',
27
- '^Grabber',
28
- '^Gradle\\/',
29
- '^HTTPClient\\/',
30
- '^HTTPing',
31
- '^Java\\/',
32
- '^Jeode\\/',
33
- '^Jetty\\/',
34
- '^Mail\\/',
35
- '^Mget',
36
- '^Microsoft URL Control',
37
- '^Mikrotik\\/',
38
- '^Netlab360',
39
- '^NG\\/[0-9\\.]',
40
- '^NING\\/',
41
- '^npm\\/',
42
- '^Nuclei',
43
- '^PHP-AYMAPI\\/',
44
- '^PHP\\/',
45
- '^pip\\/',
46
- '^pnpm\\/',
47
- '^RMA\\/',
48
- '^Ruby|Ruby\\/[0-9]',
49
- '^Swurl ',
50
- '^TLS tester ',
51
- '^twine\\/',
52
- '^ureq',
53
- '^VSE\\/[0-9]',
54
- '^WordPress\\.com',
55
- '^XRL\\/[0-9]',
56
- '^ZmEu',
57
- '008\\/',
58
- '13TABS',
59
- '192\\.comAgent',
60
- '2GDPR\\/',
61
- '2ip\\.ru',
62
- '404enemy',
63
- '7Siters',
64
- '80legs',
65
- 'a3logics\\.in',
66
- 'A6-Indexer',
67
- 'Abonti',
68
- 'Aboundex',
69
- 'aboutthedomain',
70
- 'Accoona-AI-Agent',
71
- 'acebookexternalhit\\/',
72
- 'acoon',
73
- 'acrylicapps\\.com\\/pulp',
74
- 'Acunetix',
75
- 'AdAuth\\/',
76
- 'adbeat',
77
- 'AddThis',
78
- 'ADmantX',
79
- 'AdminLabs',
80
- 'adressendeutschland',
81
- 'adreview\\/',
82
- 'adscanner',
83
- 'adstxt-worker',
84
- 'Adstxtaggregator',
85
- 'adstxt\\.com',
86
- 'Adyen HttpClient',
87
- 'AffiliateLabz\\/',
88
- 'affilimate-puppeteer',
89
- 'agentslug',
90
- 'AHC',
91
- 'aihit',
92
- 'aiohttp\\/',
93
- 'Airmail',
94
- 'akka-http\\/',
95
- 'akula\\/',
96
- 'alertra',
97
- 'alexa site audit',
98
- 'Alibaba\\.Security\\.Heimdall',
99
- 'Alligator',
100
- 'allloadin',
101
- 'AllSubmitter',
102
- 'alyze\\.info',
103
- 'amagit',
104
- 'Anarchie',
105
- 'AndroidDownloadManager',
106
- 'Anemone',
107
- 'AngleSharp',
108
- 'annotate_google',
109
- 'Anthill',
110
- 'Anturis Agent',
111
- 'Ant\\.com',
112
- 'AnyEvent-HTTP\\/',
113
- 'Apache Ant\\/',
114
- 'Apache Droid',
115
- 'Apache OpenOffice',
116
- 'Apache-HttpAsyncClient',
117
- 'Apache-HttpClient',
118
- 'ApacheBench',
119
- 'Apexoo',
120
- 'apimon\\.de',
121
- 'APIs-Google',
122
- 'AportWorm\\/',
123
- 'AppBeat\\/',
124
- 'AppEngine-Google',
125
- 'AppleSyndication',
126
- 'Aprc\\/[0-9]',
127
- 'Arachmo',
128
- 'arachnode',
129
- 'Arachnophilia',
130
- 'aria2',
131
- 'Arukereso',
132
- 'asafaweb',
133
- 'Asana\\/',
134
- 'Ask Jeeves',
135
- 'AskQuickly',
136
- 'ASPSeek',
137
- 'Asterias',
138
- 'Astute',
139
- 'asynchttp',
140
- 'Attach',
141
- 'attohttpc',
142
- 'autocite',
143
- 'AutomaticWPTester',
144
- 'Autonomy',
145
- 'awin\\.com',
146
- 'AWS Security Scanner',
147
- 'axios\\/',
148
- 'a\\.pr-cy\\.ru',
149
- 'B-l-i-t-z-B-O-T',
150
- 'Backlink-Ceck',
151
- 'backlink-check',
152
- 'BacklinkHttpStatus',
153
- 'BackStreet',
154
- 'BackupLand',
155
- 'BackWeb',
156
- 'Bad-Neighborhood',
157
- 'Badass',
158
- 'baidu\\.com',
159
- 'Bandit',
160
- 'basicstate',
161
- 'BatchFTP',
162
- 'Battleztar Bazinga',
163
- 'baypup\\/',
164
- 'BazQux',
165
- 'BBBike',
166
- 'BCKLINKS',
167
- 'BDFetch',
168
- 'BegunAdvertising',
169
- 'Bewica-security-scan',
170
- 'Bidtellect',
171
- 'BigBozz',
172
- 'Bigfoot',
173
- 'biglotron',
174
- 'BingLocalSearch',
175
- 'BingPreview',
176
- 'binlar',
177
- 'biNu image cacher',
178
- 'Bitacle',
179
- 'Bitrix link preview',
180
- 'biz_Directory',
181
- 'BKCTwitterUnshortener\\/',
182
- 'Black Hole',
183
- 'Blackboard Safeassign',
184
- 'BlackWidow',
185
- 'BlockNote\\.Net',
186
- 'BlogBridge',
187
- 'Bloglines',
188
- 'Bloglovin',
189
- 'BlogPulseLive',
190
- 'BlogSearch',
191
- 'Blogtrottr',
192
- 'BlowFish',
193
- 'boitho\\.com-dc',
194
- 'Boost\\.Beast',
195
- 'BPImageWalker',
196
- 'Braintree-Webhooks',
197
- 'Branch Metrics API',
198
- 'Branch-Passthrough',
199
- 'Brandprotect',
200
- 'BrandVerity',
201
- 'Brandwatch',
202
- 'Brodie\\/',
203
- 'Browsershots',
204
- 'BUbiNG',
205
- 'Buck\\/',
206
- 'Buddy',
207
- 'BuiltWith',
208
- 'Bullseye',
209
- 'BunnySlippers',
210
- 'Burf Search',
211
- 'Butterfly\\/',
212
- 'BuzzSumo',
213
- 'CAAM\\/[0-9]',
214
- 'CakePHP',
215
- 'Calculon',
216
- 'Canary%20Mail',
217
- 'CaretNail',
218
- 'catexplorador',
219
- 'CC Metadata Scaper',
220
- 'Cegbfeieh',
221
- 'censys',
222
- 'centuryb.o.t9[at]gmail.com',
223
- 'Cerberian Drtrs',
224
- 'CERT\\.at-Statistics-Survey',
225
- 'cf-facebook',
226
- 'cg-eye',
227
- 'changedetection',
228
- 'ChangesMeter',
229
- 'Charlotte',
230
- 'CheckHost',
231
- 'checkprivacy',
232
- 'CherryPicker',
233
- 'ChinaClaw',
234
- 'Chirp\\/',
235
- 'chkme\\.com',
236
- 'Chlooe',
237
- 'Chromaxa',
238
- 'CirrusExplorer',
239
- 'CISPA Vulnerability Notification',
240
- 'CISPA Web Analyser',
241
- 'Citoid',
242
- 'CJNetworkQuality',
243
- 'Clarsentia',
244
- 'clips\\.ua\\.ac\\.be',
245
- 'Cloud mapping',
246
- 'CloudEndure',
247
- 'CloudFlare-AlwaysOnline',
248
- 'Cloudflare-Healthchecks',
249
- 'Cloudinary',
250
- 'cmcm\\.com',
251
- 'coccoc',
252
- 'cognitiveseo',
253
- 'ColdFusion',
254
- 'colly -',
255
- 'CommaFeed',
256
- 'Commons-HttpClient',
257
- 'commonscan',
258
- 'contactbigdatafr',
259
- 'contentkingapp',
260
- 'Contextual Code Sites Explorer',
261
- 'convera',
262
- 'CookieReports',
263
- 'copyright sheriff',
264
- 'CopyRightCheck',
265
- 'Copyscape',
266
- 'cortex\\/',
267
- 'Cosmos4j\\.feedback',
268
- 'Covario-IDS',
269
- 'Craw\\/',
270
- 'Crescent',
271
- 'Criteo',
272
- 'Crowsnest',
273
- 'CSHttp',
274
- 'CSSCheck',
275
- 'Cula\\/',
276
- 'curb',
277
- 'Curious George',
278
- 'curl',
279
- 'cuwhois\\/',
280
- 'cybo\\.com',
281
- 'DAP\\/NetHTTP',
282
- 'DareBoost',
283
- 'DatabaseDriverMysqli',
284
- 'DataCha0s',
285
- 'Datafeedwatch',
286
- 'Datanyze',
287
- 'DataparkSearch',
288
- 'dataprovider',
289
- 'DataXu',
290
- 'Daum(oa)?[ \\/][0-9]',
291
- 'dBpoweramp',
292
- 'ddline',
293
- 'deeris',
294
- 'delve\\.ai',
295
- 'Demon',
296
- 'DeuSu',
297
- 'developers\\.google\\.com\\/\\+\\/web\\/snippet\\/',
298
- 'Devil',
299
- 'Digg',
300
- 'Digincore',
301
- 'DigitalPebble',
302
- 'Dirbuster',
303
- 'Discourse Forum Onebox',
304
- 'Dispatch\\/',
305
- 'Disqus\\/',
306
- 'DittoSpyder',
307
- 'dlvr',
308
- 'DMBrowser',
309
- 'DNSPod-reporting',
310
- 'docoloc',
311
- 'Dolphin http client',
312
- 'DomainAppender',
313
- 'DomainLabz',
314
- 'Domains Project\\/',
315
- 'Donuts Content Explorer',
316
- 'dotMailer content retrieval',
317
- 'dotSemantic',
318
- 'downforeveryoneorjustme',
319
- 'Download Wonder',
320
- 'downnotifier',
321
- 'DowntimeDetector',
322
- 'Drip',
323
- 'drupact',
324
- 'Drupal \\(\\+http:\\/\\/drupal\\.org\\/\\)',
325
- 'DTS Agent',
326
- 'dubaiindex',
327
- 'DuplexWeb-Google',
328
- 'DynatraceSynthetic',
329
- 'EARTHCOM',
330
- 'Easy-Thumb',
331
- 'EasyDL',
332
- 'Ebingbong',
333
- 'ec2linkfinder',
334
- 'eCairn-Grabber',
335
- 'eCatch',
336
- 'ECCP',
337
- 'eContext\\/',
338
- 'Ecxi',
339
- 'EirGrabber',
340
- 'ElectricMonk',
341
- 'elefent',
342
- 'EMail Exractor',
343
- 'EMail Wolf',
344
- 'EmailWolf',
345
- 'Embarcadero',
346
- 'Embed PHP Library',
347
- 'Embedly',
348
- 'endo\\/',
349
- 'europarchive\\.org',
350
- 'evc-batch',
351
- 'EventMachine HttpClient',
352
- 'Everwall Link Expander',
353
- 'Evidon',
354
- 'Evrinid',
355
- 'ExactSearch',
356
- 'ExaleadCloudview',
357
- 'Excel\\/',
358
- 'exif',
359
- 'ExoRank',
360
- 'Exploratodo',
361
- 'Express WebPictures',
362
- 'Extreme Picture Finder',
363
- 'EyeNetIE',
364
- 'ezooms',
365
- 'facebookexternalhit',
366
- 'facebookexternalua',
367
- 'facebookplatform',
368
- 'fairshare',
369
- 'Faraday v',
370
- 'fasthttp',
371
- 'Faveeo',
372
- 'Favicon downloader',
373
- 'faviconarchive',
374
- 'faviconkit',
375
- 'FavOrg',
376
- 'Feed Wrangler',
377
- 'Feedable\\/',
378
- 'Feedbin',
379
- 'FeedBooster',
380
- 'FeedBucket',
381
- 'FeedBunch\\/',
382
- 'FeedBurner',
383
- 'feeder',
384
- 'Feedly',
385
- 'FeedshowOnline',
386
- 'Feedshow\\/',
387
- 'Feedspot',
388
- 'FeedViewer\\/',
389
- 'Feedwind\\/',
390
- 'FeedZcollector',
391
- 'feeltiptop',
392
- 'Fetch API',
393
- 'Fetch\\/[0-9]',
394
- 'Fever\\/[0-9]',
395
- 'FHscan',
396
- 'Fiery%20Feeds',
397
- 'Filestack',
398
- 'Fimap',
399
- 'findlink',
400
- 'findthatfile',
401
- 'FlashGet',
402
- 'FlipboardBrowserProxy',
403
- 'FlipboardProxy',
404
- 'FlipboardRSS',
405
- 'Flock\\/',
406
- 'Florienzh\\/',
407
- 'fluffy',
408
- 'Flunky',
409
- 'flynxapp',
410
- 'forensiq',
411
- 'FoundSeoTool',
412
- 'free thumbnails',
413
- 'Freeuploader',
414
- 'FreshRSS',
415
- 'Funnelback',
416
- 'Fuzz Faster U Fool',
417
- 'G-i-g-a-b-o-t',
418
- 'g00g1e\\.net',
419
- 'ganarvisitas',
420
- 'gdnplus\\.com',
421
- 'geek-tools',
422
- 'Genieo',
423
- 'GentleSource',
424
- 'GetCode',
425
- 'Getintent',
426
- 'GetLinkInfo',
427
- 'getprismatic',
428
- 'GetRight',
429
- 'getroot',
430
- 'GetURLInfo\\/',
431
- 'GetWeb',
432
- 'Geziyor',
433
- 'Ghost Inspector',
434
- 'GigablastOpenSource',
435
- 'GIS-LABS',
436
- 'github-camo',
437
- 'GitHub-Hookshot',
438
- 'github\\.com',
439
- 'Go http package',
440
- 'Go [\\d\\.]* package http',
441
- 'Go!Zilla',
442
- 'Go-Ahead-Got-It',
443
- 'Go-http-client',
444
- 'go-mtasts\\/',
445
- 'gobyus',
446
- 'Gofeed',
447
- 'gofetch',
448
- 'Goldfire Server',
449
- 'GomezAgent',
450
- 'gooblog',
451
- 'Goodzer\\/',
452
- 'Google AppsViewer',
453
- 'Google Desktop',
454
- 'Google favicon',
455
- 'Google Keyword Suggestion',
456
- 'Google Keyword Tool',
457
- 'Google Page Speed Insights',
458
- 'Google PP Default',
459
- 'Google Search Console',
460
- 'Google Web Preview',
461
- 'Google-Ads-Creatives-Assistant',
462
- 'Google-Ads-Overview',
463
- 'Google-Adwords',
464
- 'Google-Apps-Script',
465
- 'Google-Calendar-Importer',
466
- 'Google-HotelAdsVerifier',
467
- 'Google-HTTP-Java-Client',
468
- 'Google-Podcast',
469
- 'Google-Publisher-Plugin',
470
- 'Google-Read-Aloud',
471
- 'Google-SearchByImage',
472
- 'Google-Site-Verification',
473
- 'Google-SMTP-STS',
474
- 'Google-speakr',
475
- 'Google-Structured-Data-Testing-Tool',
476
- 'Google-Transparency-Report',
477
- 'google-xrawler',
478
- 'Google-Youtube-Links',
479
- 'GoogleDocs',
480
- 'GoogleHC\\/',
481
- 'GoogleProber',
482
- 'GoogleProducer',
483
- 'GoogleSites',
484
- 'Gookey',
485
- 'GoSpotCheck',
486
- 'gosquared-thumbnailer',
487
- 'Gotit',
488
- 'GoZilla',
489
- 'grabify',
490
- 'GrabNet',
491
- 'Grafula',
492
- 'Grammarly',
493
- 'GrapeFX',
494
- 'GreatNews',
495
- 'Gregarius',
496
- 'GRequests',
497
- 'grokkit',
498
- 'grouphigh',
499
- 'grub-client',
500
- 'gSOAP\\/',
501
- 'GT::WWW',
502
- 'GTmetrix',
503
- 'GuzzleHttp',
504
- 'gvfs\\/',
505
- 'HAA(A)?RTLAND http client',
506
- 'Haansoft',
507
- 'hackney\\/',
508
- 'Hadi Agent',
509
- 'HappyApps-WebCheck',
510
- 'Hardenize',
511
- 'Hatena',
512
- 'Havij',
513
- 'HaxerMen',
514
- 'HeadlessChrome',
515
- 'HEADMasterSEO',
516
- 'HeartRails_Capture',
517
- 'help@dataminr\\.com',
518
- 'heritrix',
519
- 'Hexometer',
520
- 'historious',
521
- 'hkedcity',
522
- 'hledejLevne\\.cz',
523
- 'Hloader',
524
- 'HMView',
525
- 'Holmes',
526
- 'HonesoSearchEngine',
527
- 'HootSuite Image proxy',
528
- 'Hootsuite-WebFeed',
529
- 'hosterstats',
530
- 'HostTracker',
531
- 'ht:\\/\\/check',
532
- 'htdig',
533
- 'HTMLparser',
534
- 'htmlyse',
535
- 'HTTP Banner Detection',
536
- 'http-get',
537
- 'HTTP-Header-Abfrage',
538
- 'http-kit',
539
- 'http-request\\/',
540
- 'HTTP-Tiny',
541
- 'HTTP::Lite',
542
- 'http:\\/\\/www.neomo.de\\/',
543
- 'HttpComponents',
544
- 'httphr',
545
- 'HTTPie',
546
- 'HTTPMon',
547
- 'httpRequest',
548
- 'httpscheck',
549
- 'httpssites_power',
550
- 'httpunit',
551
- 'HttpUrlConnection',
552
- 'http\\.rb\\/',
553
- 'HTTP_Compression_Test',
554
- 'http_get',
555
- 'http_request2',
556
- 'http_requester',
557
- 'httrack',
558
- 'huaweisymantec',
559
- 'HubSpot ',
560
- 'HubSpot-Link-Resolver',
561
- 'Humanlinks',
562
- 'i2kconnect\\/',
563
- 'Iblog',
564
- 'ichiro',
565
- 'Id-search',
566
- 'IdeelaborPlagiaat',
567
- 'IDG Twitter Links Resolver',
568
- 'IDwhois\\/',
569
- 'Iframely',
570
- 'igdeSpyder',
571
- 'iGooglePortal',
572
- 'IlTrovatore',
573
- 'Image Fetch',
574
- 'Image Sucker',
575
- 'ImageEngine\\/',
576
- 'ImageVisu\\/',
577
- 'Imagga',
578
- 'imagineeasy',
579
- 'imgsizer',
580
- 'InAGist',
581
- 'inbound\\.li parser',
582
- 'InDesign%20CC',
583
- 'Indy Library',
584
- 'InetURL',
585
- 'infegy',
586
- 'infohelfer',
587
- 'InfoTekies',
588
- 'InfoWizards Reciprocal Link',
589
- 'inpwrd\\.com',
590
- 'instabid',
591
- 'Instapaper',
592
- 'Integrity',
593
- 'integromedb',
594
- 'Intelliseek',
595
- 'InterGET',
596
- 'Internet Ninja',
597
- 'InternetSeer',
598
- 'internetVista monitor',
599
- 'internetwache',
600
- 'internet_archive',
601
- 'intraVnews',
602
- 'IODC',
603
- 'IOI',
604
- 'iplabel',
605
- 'ips-agent',
606
- 'IPS\\/[0-9]',
607
- 'IPWorks HTTP\\/S Component',
608
- 'iqdb\\/',
609
- 'Iria',
610
- 'Irokez',
611
- 'isitup\\.org',
612
- 'iskanie',
613
- 'isUp\\.li',
614
- 'iThemes Sync\\/',
615
- 'IZaBEE',
616
- 'iZSearch',
617
- 'JAHHO',
618
- 'janforman',
619
- 'Jaunt\\/',
620
- 'Java.*outbrain',
621
- 'javelin\\.io',
622
- 'Jbrofuzz',
623
- 'Jersey\\/',
624
- 'JetCar',
625
- 'Jigsaw',
626
- 'Jobboerse',
627
- 'JobFeed discovery',
628
- 'Jobg8 URL Monitor',
629
- 'jobo',
630
- 'Jobrapido',
631
- 'Jobsearch1\\.5',
632
- 'JoinVision Generic',
633
- 'JolokiaPwn',
634
- 'Joomla',
635
- 'Jorgee',
636
- 'JS-Kit',
637
- 'JungleKeyThumbnail',
638
- 'JustView',
639
- 'Kaspersky Lab CFR link resolver',
640
- 'Kelny\\/',
641
- 'Kerrigan\\/',
642
- 'KeyCDN',
643
- 'Keyword Density',
644
- 'Keywords Research',
645
- 'khttp\\/',
646
- 'KickFire',
647
- 'KimonoLabs\\/',
648
- 'Kml-Google',
649
- 'knows\\.is',
650
- 'KOCMOHABT',
651
- 'kouio',
652
- 'kube-probe',
653
- 'kubectl',
654
- 'kulturarw3',
655
- 'KumKie',
656
- 'Larbin',
657
- 'Lavf\\/',
658
- 'leakix\\.net',
659
- 'LeechFTP',
660
- 'LeechGet',
661
- 'letsencrypt',
662
- 'Lftp',
663
- 'LibVLC',
664
- 'LibWeb',
665
- 'Libwhisker',
666
- 'libwww',
667
- 'Licorne',
668
- 'Liferea\\/',
669
- 'Lighthouse',
670
- 'Lightspeedsystems',
671
- 'Likse',
672
- 'limber\\.io',
673
- 'Link Valet',
674
- 'LinkAlarm\\/',
675
- 'LinkAnalyser',
676
- 'linkCheck',
677
- 'linkdex',
678
- 'LinkExaminer',
679
- 'linkfluence',
680
- 'linkpeek',
681
- 'LinkPreview',
682
- 'LinkScan',
683
- 'LinksManager',
684
- 'LinkTiger',
685
- 'LinkWalker',
686
- 'link_thumbnailer',
687
- 'Lipperhey',
688
- 'Litemage_walker',
689
- 'livedoor ScreenShot',
690
- 'LoadImpactRload',
691
- 'localsearch-web',
692
- 'LongURL API',
693
- 'longurl-r-package',
694
- 'looid\\.com',
695
- 'looksystems\\.net',
696
- 'ltx71',
697
- 'lua-resty-http',
698
- 'Lucee \\(CFML Engine\\)',
699
- 'Lush Http Client',
700
- 'lwp-request',
701
- 'lwp-trivial',
702
- 'LWP::Simple',
703
- 'lycos',
704
- 'LYT\\.SR',
705
- 'L\\.webis',
706
- 'mabontland',
707
- 'MacOutlook\\/',
708
- 'Mag-Net',
709
- 'MagpieRSS',
710
- 'Mail::STS',
711
- 'MailChimp',
712
- 'Mail\\.Ru',
713
- 'Majestic12',
714
- 'makecontact\\/',
715
- 'Mandrill',
716
- 'MapperCmd',
717
- 'marketinggrader',
718
- 'MarkMonitor',
719
- 'MarkWatch',
720
- 'Mass Downloader',
721
- 'masscan\\/',
722
- 'Mata Hari',
723
- 'mattermost',
724
- 'Mediametric',
725
- 'Mediapartners-Google',
726
- 'mediawords',
727
- 'MegaIndex\\.ru',
728
- 'MeltwaterNews',
729
- 'Melvil Rawi',
730
- 'MemGator',
731
- 'Metaspinner',
732
- 'MetaURI',
733
- 'MFC_Tear_Sample',
734
- 'Microsearch',
735
- 'Microsoft Data Access',
736
- 'Microsoft Office',
737
- 'Microsoft Outlook',
738
- 'Microsoft Windows Network Diagnostics',
739
- 'Microsoft-WebDAV-MiniRedir',
740
- 'Microsoft\\.Data\\.Mashup',
741
- 'MIDown tool',
742
- 'MIIxpc',
743
- 'Mindjet',
744
- 'Miniature\\.io',
745
- 'Miniflux',
746
- 'mio_httpc',
747
- 'Miro-HttpClient',
748
- 'Mister PiX',
749
- 'mixdata dot com',
750
- 'mixed-content-scan',
751
- 'mixnode',
752
- 'Mnogosearch',
753
- 'mogimogi',
754
- 'Mojeek',
755
- 'Mojolicious \\(Perl\\)',
756
- 'monitis',
757
- 'Monitority\\/',
758
- 'Monit\\/',
759
- 'montastic',
760
- 'MonTools',
761
- 'Moreover',
762
- 'Morfeus Fucking Scanner',
763
- 'Morning Paper',
764
- 'MovableType',
765
- 'mowser',
766
- 'Mrcgiguy',
767
- 'Mr\\.4x3 Powered',
768
- 'MS Web Services Client Protocol',
769
- 'MSFrontPage',
770
- 'mShots',
771
- 'MuckRack\\/',
772
- 'muhstik-scan',
773
- 'MVAClient',
774
- 'MxToolbox\\/',
775
- 'myseosnapshot',
776
- 'nagios',
777
- 'Najdi\\.si',
778
- 'Name Intelligence',
779
- 'NameFo\\.com',
780
- 'Nameprotect',
781
- 'nationalarchives',
782
- 'Navroad',
783
- 'NearSite',
784
- 'Needle',
785
- 'Nessus',
786
- 'Net Vampire',
787
- 'NetAnts',
788
- 'NETCRAFT',
789
- 'NetLyzer',
790
- 'NetMechanic',
791
- 'NetNewsWire',
792
- 'Netpursual',
793
- 'netresearch',
794
- 'NetShelter ContentScan',
795
- 'Netsparker',
796
- 'NetSystemsResearch',
797
- 'nettle',
798
- 'NetTrack',
799
- 'Netvibes',
800
- 'NetZIP',
801
- 'Neustar WPM',
802
- 'NeutrinoAPI',
803
- 'NewRelicPinger',
804
- 'NewsBlur .*Finder',
805
- 'NewsGator',
806
- 'newsme',
807
- 'newspaper\\/',
808
- 'Nexgate Ruby Client',
809
- 'NG-Search',
810
- 'nghttp2',
811
- 'Nibbler',
812
- 'NICErsPRO',
813
- 'NihilScio',
814
- 'Nikto',
815
- 'nineconnections',
816
- 'NLNZ_IAHarvester',
817
- 'Nmap Scripting Engine',
818
- 'node-fetch',
819
- 'node-superagent',
820
- 'node-urllib',
821
- 'Nodemeter',
822
- 'NodePing',
823
- 'node\\.io',
824
- 'nominet\\.org\\.uk',
825
- 'nominet\\.uk',
826
- 'Norton-Safeweb',
827
- 'Notifixious',
828
- 'notifyninja',
829
- 'NotionEmbedder',
830
- 'nuhk',
831
- 'nutch',
832
- 'Nuzzel',
833
- 'nWormFeedFinder',
834
- 'nyawc\\/',
835
- 'Nymesis',
836
- 'NYU',
837
- 'Observatory\\/',
838
- 'Ocelli\\/',
839
- 'Octopus',
840
- 'oegp',
841
- 'Offline Explorer',
842
- 'Offline Navigator',
843
- 'OgScrper',
844
- 'okhttp',
845
- 'omgili',
846
- 'OMSC',
847
- 'Online Domain Tools',
848
- 'Open Source RSS',
849
- 'OpenCalaisSemanticProxy',
850
- 'Openfind',
851
- 'OpenLinkProfiler',
852
- 'Openstat\\/',
853
- 'OpenVAS',
854
- 'OPPO A33',
855
- 'Optimizer',
856
- 'Orbiter',
857
- 'OrgProbe\\/',
858
- 'orion-semantics',
859
- 'Outlook-Express',
860
- 'Outlook-iOS',
861
- 'Owler',
862
- 'Owlin',
863
- 'ownCloud News',
864
- 'ow\\.ly',
865
- 'OxfordCloudService',
866
- 'page scorer',
867
- 'Page Valet',
868
- 'page2rss',
869
- 'PageFreezer',
870
- 'PageGrabber',
871
- 'PagePeeker',
872
- 'PageScorer',
873
- 'Pagespeed\\/',
874
- 'PageThing',
875
- 'page_verifier',
876
- 'Panopta',
877
- 'panscient',
878
- 'Papa Foto',
879
- 'parsijoo',
880
- 'Pavuk',
881
- 'PayPal IPN',
882
- 'pcBrowser',
883
- 'Pcore-HTTP',
884
- 'PDF24 URL To PDF',
885
- 'Pearltrees',
886
- 'PECL::HTTP',
887
- 'peerindex',
888
- 'Peew',
889
- 'PeoplePal',
890
- 'Perlu -',
891
- 'PhantomJS Screenshoter',
892
- 'PhantomJS\\/',
893
- 'Photon\\/',
894
- 'php-requests',
895
- 'phpservermon',
896
- 'Pi-Monster',
897
- 'Picscout',
898
- 'Picsearch',
899
- 'PictureFinder',
900
- 'Pimonster',
901
- 'Pingability',
902
- 'PingAdmin\\.Ru',
903
- 'Pingdom',
904
- 'Pingoscope',
905
- 'PingSpot',
906
- 'ping\\.blo\\.gs',
907
- 'pinterest\\.com',
908
- 'Pixray',
909
- 'Pizilla',
910
- 'Plagger\\/',
911
- 'Pleroma ',
912
- 'Ploetz \\+ Zeller',
913
- 'Plukkie',
914
- 'plumanalytics',
915
- 'PocketImageCache',
916
- 'PocketParser',
917
- 'Pockey',
918
- 'PodcastAddict\\/',
919
- 'POE-Component-Client-HTTP',
920
- 'Polymail\\/',
921
- 'Pompos',
922
- 'Porkbun',
923
- 'Port Monitor',
924
- 'postano',
925
- 'postfix-mta-sts-resolver',
926
- 'PostmanRuntime',
927
- 'postplanner\\.com',
928
- 'PostPost',
929
- 'postrank',
930
- 'PowerPoint\\/',
931
- 'Prebid',
932
- 'Prerender',
933
- 'Priceonomics Analysis Engine',
934
- 'PrintFriendly',
935
- 'PritTorrent',
936
- 'Prlog',
937
- 'probethenet',
938
- 'Project ?25499',
939
- 'Project-Resonance',
940
- 'prospectb2b',
941
- 'Protopage',
942
- 'ProWebWalker',
943
- 'proximic',
944
- 'PRTG Network Monitor',
945
- 'pshtt, https scanning',
946
- 'PTST ',
947
- 'PTST\\/[0-9]+',
948
- 'Pump',
949
- 'Python-httplib2',
950
- 'python-httpx',
951
- 'python-requests',
952
- 'Python-urllib',
953
- 'Qirina Hurdler',
954
- 'QQDownload',
955
- 'QrafterPro',
956
- 'Qseero',
957
- 'Qualidator',
958
- 'QueryN Metasearch',
959
- 'queuedriver',
960
- 'quic-go-HTTP\\/',
961
- 'QuiteRSS',
962
- 'Quora Link Preview',
963
- 'Qwantify',
964
- 'Radian6',
965
- 'RadioPublicImageResizer',
966
- 'Railgun\\/',
967
- 'RankActive',
968
- 'RankFlex',
969
- 'RankSonicSiteAuditor',
970
- 'RapidLoad\\/',
971
- 'Re-re Studio',
972
- 'ReactorNetty',
973
- 'Readability',
974
- 'RealDownload',
975
- 'RealPlayer%20Downloader',
976
- 'RebelMouse',
977
- 'Recorder',
978
- 'RecurPost\\/',
979
- 'redback\\/',
980
- 'ReederForMac',
981
- 'Reeder\\/',
982
- 'ReGet',
983
- 'RepoMonkey',
984
- 'request\\.js',
985
- 'reqwest\\/',
986
- 'ResponseCodeTest',
987
- 'RestSharp',
988
- 'Riddler',
989
- 'Rival IQ',
990
- 'Robosourcer',
991
- 'Robozilla',
992
- 'ROI Hunter',
993
- 'RPT-HTTPClient',
994
- 'RSSMix\\/',
995
- 'RSSOwl',
996
- 'RyowlEngine',
997
- 'safe-agent-scanner',
998
- 'SalesIntelligent',
999
- 'Saleslift',
1000
- 'SAP NetWeaver Application Server',
1001
- 'SauceNAO',
1002
- 'SBIder',
1003
- 'sc-downloader',
1004
- 'scalaj-http',
1005
- 'Scamadviser-Frontend',
1006
- 'ScanAlert',
1007
- 'scan\\.lol',
1008
- 'Scoop',
1009
- 'scooter',
1010
- 'ScopeContentAG-HTTP-Client',
1011
- 'ScoutJet',
1012
- 'ScoutURLMonitor',
1013
- 'ScrapeBox Page Scanner',
1014
- 'Scrapy',
1015
- 'Screaming',
1016
- 'ScreenShotService',
1017
- 'Scrubby',
1018
- 'Scrutiny\\/',
1019
- 'Search37',
1020
- 'searchenginepromotionhelp',
1021
- 'Searchestate',
1022
- 'SearchExpress',
1023
- 'SearchSight',
1024
- 'SearchWP',
1025
- 'search\\.thunderstone',
1026
- 'Seeker',
1027
- 'semanticdiscovery',
1028
- 'semanticjuice',
1029
- 'Semiocast HTTP client',
1030
- 'Semrush',
1031
- 'Sendsay\\.Ru',
1032
- 'sentry\\/',
1033
- 'SEO Browser',
1034
- 'Seo Servis',
1035
- 'seo-nastroj\\.cz',
1036
- 'seo4ajax',
1037
- 'Seobility',
1038
- 'SEOCentro',
1039
- 'SeoCheck',
1040
- 'SEOkicks',
1041
- 'SEOlizer',
1042
- 'Seomoz',
1043
- 'SEOprofiler',
1044
- 'seoscanners',
1045
- 'SEOsearch',
1046
- 'seositecheckup',
1047
- 'SEOstats',
1048
- 'servernfo',
1049
- 'sexsearcher',
1050
- 'Seznam',
1051
- 'Shelob',
1052
- 'Shodan',
1053
- 'Shoppimon',
1054
- 'ShopWiki',
1055
- 'ShortLinkTranslate',
1056
- 'shortURL lengthener',
1057
- 'shrinktheweb',
1058
- 'Sideqik',
1059
- 'Siege',
1060
- 'SimplePie',
1061
- 'SimplyFast',
1062
- 'Siphon',
1063
- 'SISTRIX',
1064
- 'Site Sucker',
1065
- 'Site-Shot\\/',
1066
- 'Site24x7',
1067
- 'SiteBar',
1068
- 'Sitebeam',
1069
- 'Sitebulb\\/',
1070
- 'SiteCondor',
1071
- 'SiteExplorer',
1072
- 'SiteGuardian',
1073
- 'Siteimprove',
1074
- 'SiteIndexed',
1075
- 'Sitemap(s)? Generator',
1076
- 'SitemapGenerator',
1077
- 'SiteMonitor',
1078
- 'Siteshooter B0t',
1079
- 'SiteSnagger',
1080
- 'SiteSucker',
1081
- 'SiteTruth',
1082
- 'Sitevigil',
1083
- 'sitexy\\.com',
1084
- 'SkypeUriPreview',
1085
- 'Slack\\/',
1086
- 'sli-systems\\.com',
1087
- 'slider\\.com',
1088
- 'slurp',
1089
- 'SlySearch',
1090
- 'SmartDownload',
1091
- 'SMRF URL Expander',
1092
- 'SMUrlExpander',
1093
- 'Snake',
1094
- 'Snappy',
1095
- 'SnapSearch',
1096
- 'Snarfer\\/',
1097
- 'SniffRSS',
1098
- 'sniptracker',
1099
- 'Snoopy',
1100
- 'SnowHaze Search',
1101
- 'sogou web',
1102
- 'SortSite',
1103
- 'Sottopop',
1104
- 'sovereign\\.ai',
1105
- 'SpaceBison',
1106
- 'SpamExperts',
1107
- 'Spammen',
1108
- 'Spanner',
1109
- 'spaziodati',
1110
- 'SPDYCheck',
1111
- 'Specificfeeds',
1112
- 'speedy',
1113
- 'SPEng',
1114
- 'Spinn3r',
1115
- 'spray-can',
1116
- 'Sprinklr ',
1117
- 'spyonweb',
1118
- 'sqlmap',
1119
- 'Sqlworm',
1120
- 'Sqworm',
1121
- 'SSL Labs',
1122
- 'ssl-tools',
1123
- 'StackRambler',
1124
- 'Statastico\\/',
1125
- 'Statically-',
1126
- 'StatusCake',
1127
- 'Steeler',
1128
- 'Stratagems Kumo',
1129
- 'Stripe\\/',
1130
- 'Stroke\\.cz',
1131
- 'StudioFACA',
1132
- 'StumbleUpon',
1133
- 'suchen',
1134
- 'Sucuri',
1135
- 'summify',
1136
- 'SuperHTTP',
1137
- 'Surphace Scout',
1138
- 'Suzuran',
1139
- 'swcd ',
1140
- 'Symfony BrowserKit',
1141
- 'Symfony2 BrowserKit',
1142
- 'Synapse\\/',
1143
- 'Syndirella\\/',
1144
- 'SynHttpClient-Built',
1145
- 'Sysomos',
1146
- 'sysscan',
1147
- 'Szukacz',
1148
- 'T0PHackTeam',
1149
- 'tAkeOut',
1150
- 'Tarantula\\/',
1151
- 'Taringa UGC',
1152
- 'TarmotGezgin',
1153
- 'tchelebi\\.io',
1154
- 'techiaith\\.cymru',
1155
- 'TelegramBot',
1156
- 'Teleport',
1157
- 'Telesoft',
1158
- 'Telesphoreo',
1159
- 'Telesphorep',
1160
- 'Tenon\\.io',
1161
- 'teoma',
1162
- 'terrainformatica',
1163
- 'Test Certificate Info',
1164
- 'testuri',
1165
- 'Tetrahedron',
1166
- 'TextRazor Downloader',
1167
- 'The Drop Reaper',
1168
- 'The Expert HTML Source Viewer',
1169
- 'The Intraformant',
1170
- 'The Knowledge AI',
1171
- 'theinternetrules',
1172
- 'TheNomad',
1173
- 'Thinklab',
1174
- 'Thumbor',
1175
- 'Thumbshots',
1176
- 'ThumbSniper',
1177
- 'timewe\\.net',
1178
- 'TinEye',
1179
- 'Tiny Tiny RSS',
1180
- 'TLSProbe\\/',
1181
- 'Toata',
1182
- 'topster',
1183
- 'touche\\.com',
1184
- 'Traackr\\.com',
1185
- 'tracemyfile',
1186
- 'Trackuity',
1187
- 'TrapitAgent',
1188
- 'Trendiction',
1189
- 'Trendsmap',
1190
- 'trendspottr',
1191
- 'truwoGPS',
1192
- 'TryJsoup',
1193
- 'TulipChain',
1194
- 'Turingos',
1195
- 'Turnitin',
1196
- 'tweetedtimes',
1197
- 'Tweetminster',
1198
- 'Tweezler\\/',
1199
- 'twibble',
1200
- 'Twice',
1201
- 'Twikle',
1202
- 'Twingly',
1203
- 'Twisted PageGetter',
1204
- 'Typhoeus',
1205
- 'ubermetrics-technologies',
1206
- 'uclassify',
1207
- 'UdmSearch',
1208
- 'ultimate_sitemap_parser',
1209
- 'unchaos',
1210
- 'unirest-java',
1211
- 'UniversalFeedParser',
1212
- 'unshortenit',
1213
- 'Unshorten\\.It',
1214
- 'Untiny',
1215
- 'UnwindFetchor',
1216
- 'updated',
1217
- 'updown\\.io daemon',
1218
- 'Upflow',
1219
- 'Uptimia',
1220
- 'URL Verifier',
1221
- 'Urlcheckr',
1222
- 'URLitor',
1223
- 'urlresolver',
1224
- 'Urlstat',
1225
- 'URLTester',
1226
- 'UrlTrends Ranking Updater',
1227
- 'URLy Warning',
1228
- 'URLy\\.Warning',
1229
- 'URL\\/Emacs',
1230
- 'Vacuum',
1231
- 'Vagabondo',
1232
- 'VB Project',
1233
- 'vBSEO',
1234
- 'VCI',
1235
- 'via ggpht\\.com GoogleImageProxy',
1236
- 'Virusdie',
1237
- 'visionutils',
1238
- 'vkShare',
1239
- 'VoidEYE',
1240
- 'Voil',
1241
- 'voltron',
1242
- 'voyager\\/',
1243
- 'VSAgent\\/',
1244
- 'VSB-TUO\\/',
1245
- 'Vulnbusters Meter',
1246
- 'VYU2',
1247
- 'w3af\\.org',
1248
- 'W3C-checklink',
1249
- 'W3C-mobileOK',
1250
- 'W3C_Unicorn',
1251
- 'WAC-OFU',
1252
- 'WakeletLinkExpander',
1253
- 'WallpapersHD',
1254
- 'Wallpapers\\/[0-9]+',
1255
- 'wangling',
1256
- 'Wappalyzer',
1257
- 'WatchMouse',
1258
- 'WbSrch\\/',
1259
- 'WDT\\.io',
1260
- 'Web Auto',
1261
- 'Web Collage',
1262
- 'Web Enhancer',
1263
- 'Web Fetch',
1264
- 'Web Fuck',
1265
- 'Web Pix',
1266
- 'Web Sauger',
1267
- 'Web spyder',
1268
- 'Web Sucker',
1269
- 'web-capture\\.net',
1270
- 'Web-sniffer',
1271
- 'Webalta',
1272
- 'Webauskunft',
1273
- 'WebAuto',
1274
- 'WebCapture',
1275
- 'WebClient\\/',
1276
- 'webcollage',
1277
- 'WebCookies',
1278
- 'WebCopier',
1279
- 'WebCorp',
1280
- 'WebDataStats',
1281
- 'WebDoc',
1282
- 'WebEnhancer',
1283
- 'WebFetch',
1284
- 'WebFuck',
1285
- 'WebGazer',
1286
- 'WebGo IS',
1287
- 'WebImageCollector',
1288
- 'WebImages',
1289
- 'WebIndex',
1290
- 'webkit2png',
1291
- 'WebLeacher',
1292
- 'webmastercoffee',
1293
- 'webmon ',
1294
- 'WebPix',
1295
- 'WebReaper',
1296
- 'WebSauger',
1297
- 'webscreenie',
1298
- 'Webshag',
1299
- 'Webshot',
1300
- 'Website Quester',
1301
- 'websitepulse agent',
1302
- 'WebsiteQuester',
1303
- 'Websnapr',
1304
- 'WebSniffer',
1305
- 'Webster',
1306
- 'WebStripper',
1307
- 'WebSucker',
1308
- 'webtech\\/',
1309
- 'WebThumbnail',
1310
- 'Webthumb\\/',
1311
- 'WebWhacker',
1312
- 'WebZIP',
1313
- 'WeLikeLinks',
1314
- 'WEPA',
1315
- 'WeSEE',
1316
- 'wf84',
1317
- 'Wfuzz\\/',
1318
- 'wget',
1319
- 'WhatCMS',
1320
- 'WhatsApp',
1321
- 'WhatsMyIP',
1322
- 'WhatWeb',
1323
- 'WhereGoes\\?',
1324
- 'Whibse',
1325
- 'WhoAPI\\/',
1326
- 'WhoRunsCoinHive',
1327
- 'Whynder Magnet',
1328
- 'Windows-RSS-Platform',
1329
- 'WinHttp-Autoproxy-Service',
1330
- 'WinHTTP\\/',
1331
- 'WinPodder',
1332
- 'wkhtmlto',
1333
- 'wmtips',
1334
- 'Woko',
1335
- 'Wolfram HTTPClient',
1336
- 'woorankreview',
1337
- 'WordPress\\/',
1338
- 'WordupinfoSearch',
1339
- 'Word\\/',
1340
- 'worldping-api',
1341
- 'wotbox',
1342
- 'WP Engine Install Performance API',
1343
- 'WP Rocket',
1344
- 'wpif',
1345
- 'wprecon\\.com survey',
1346
- 'WPScan',
1347
- 'wscheck',
1348
- 'Wtrace',
1349
- 'WWW-Collector-E',
1350
- 'WWW-Mechanize',
1351
- 'WWW::Document',
1352
- 'WWW::Mechanize',
1353
- 'WWWOFFLE',
1354
- 'www\\.monitor\\.us',
1355
- 'x09Mozilla',
1356
- 'x22Mozilla',
1357
- 'XaxisSemanticsClassifier',
1358
- 'XenForo\\/',
1359
- 'Xenu Link Sleuth',
1360
- 'XING-contenttabreceiver',
1361
- 'xpymep([0-9]?)\\.exe',
1362
- 'Y!J-[A-Z][A-Z][A-Z]',
1363
- 'Yaanb',
1364
- 'yacy',
1365
- 'Yahoo Link Preview',
1366
- 'YahooCacheSystem',
1367
- 'YahooMailProxy',
1368
- 'YahooYSMcm',
1369
- 'YandeG',
1370
- 'Yandex(?!Search)',
1371
- 'yanga',
1372
- 'yeti',
1373
- 'Yo-yo',
1374
- 'Yoleo Consumer',
1375
- 'yomins\\.com',
1376
- 'yoogliFetchAgent',
1377
- 'YottaaMonitor',
1378
- 'Your-Website-Sucks',
1379
- 'yourls\\.org',
1380
- 'YoYs\\.net',
1381
- 'YP\\.PL',
1382
- 'Zabbix',
1383
- 'Zade',
1384
- 'Zao',
1385
- 'Zauba',
1386
- 'Zemanta Aggregator',
1387
- 'Zend\\\\Http\\\\Client',
1388
- 'Zend_Http_Client',
1389
- 'Zermelo',
1390
- 'Zeus ',
1391
- 'zgrab',
1392
- 'ZnajdzFoto',
1393
- 'ZnHTTP',
1394
- 'Zombie\\.js',
1395
- 'Zoom\\.Mac',
1396
- 'ZoteroTranslationServer',
1397
- 'ZyBorg',
1398
- '[a-z0-9\\-_]*(bot|crawl|archiver|transcoder|spider|uptime|validator|fetcher|cron|checker|reader|extractor|monitoring|analyzer|scraper)',
1399
- ];
1400
- }
1401
- }
1402
-
1403
- module.exports = Crawlers;
1
+ import { Provider } from './provider';
2
+
3
+ export class Crawlers implements Provider {
4
+ public getAll(): string[] {
5
+ return [
6
+ ' YLT',
7
+ '^Aether',
8
+ '^Amazon Simple Notification Service Agent$',
9
+ '^Amazon-Route53-Health-Check-Service',
10
+ '^b0t$',
11
+ '^bluefish ',
12
+ '^Calypso v\\/',
13
+ '^COMODO DCV',
14
+ '^Corax',
15
+ '^DangDang',
16
+ '^DavClnt',
17
+ '^DHSH',
18
+ '^docker\\/[0-9]',
19
+ '^Expanse',
20
+ '^FDM ',
21
+ '^git\\/',
22
+ '^Goose\\/',
23
+ '^Grabber',
24
+ '^Gradle\\/',
25
+ '^HTTPClient\\/',
26
+ '^HTTPing',
27
+ '^Java\\/',
28
+ '^Jeode\\/',
29
+ '^Jetty\\/',
30
+ '^Mail\\/',
31
+ '^Mget',
32
+ '^Microsoft URL Control',
33
+ '^Mikrotik\\/',
34
+ '^Netlab360',
35
+ '^NG\\/[0-9\\.]',
36
+ '^NING\\/',
37
+ '^npm\\/',
38
+ '^Nuclei',
39
+ '^PHP-AYMAPI\\/',
40
+ '^PHP\\/',
41
+ '^pip\\/',
42
+ '^pnpm\\/',
43
+ '^RMA\\/',
44
+ '^Ruby|Ruby\\/[0-9]',
45
+ '^Swurl ',
46
+ '^TLS tester ',
47
+ '^twine\\/',
48
+ '^ureq',
49
+ '^VSE\\/[0-9]',
50
+ '^WordPress\\.com',
51
+ '^XRL\\/[0-9]',
52
+ '^ZmEu',
53
+ '008\\/',
54
+ '13TABS',
55
+ '192\\.comAgent',
56
+ '2GDPR\\/',
57
+ '2ip\\.ru',
58
+ '404enemy',
59
+ '7Siters',
60
+ '80legs',
61
+ 'a3logics\\.in',
62
+ 'A6-Indexer',
63
+ 'Abonti',
64
+ 'Aboundex',
65
+ 'aboutthedomain',
66
+ 'Accoona-AI-Agent',
67
+ 'acebookexternalhit\\/',
68
+ 'acoon',
69
+ 'acrylicapps\\.com\\/pulp',
70
+ 'Acunetix',
71
+ 'AdAuth\\/',
72
+ 'adbeat',
73
+ 'AddThis',
74
+ 'ADmantX',
75
+ 'AdminLabs',
76
+ 'adressendeutschland',
77
+ 'adreview\\/',
78
+ 'adscanner',
79
+ 'adstxt-worker',
80
+ 'Adstxtaggregator',
81
+ 'adstxt\\.com',
82
+ 'Adyen HttpClient',
83
+ 'AffiliateLabz\\/',
84
+ 'affilimate-puppeteer',
85
+ 'agentslug',
86
+ 'AHC',
87
+ 'aihit',
88
+ 'aiohttp\\/',
89
+ 'Airmail',
90
+ 'akka-http\\/',
91
+ 'akula\\/',
92
+ 'alertra',
93
+ 'alexa site audit',
94
+ 'Alibaba\\.Security\\.Heimdall',
95
+ 'Alligator',
96
+ 'allloadin',
97
+ 'AllSubmitter',
98
+ 'alyze\\.info',
99
+ 'amagit',
100
+ 'Anarchie',
101
+ 'AndroidDownloadManager',
102
+ 'Anemone',
103
+ 'AngleSharp',
104
+ 'annotate_google',
105
+ 'Anthill',
106
+ 'Anturis Agent',
107
+ 'Ant\\.com',
108
+ 'AnyEvent-HTTP\\/',
109
+ 'Apache Ant\\/',
110
+ 'Apache Droid',
111
+ 'Apache OpenOffice',
112
+ 'Apache-HttpAsyncClient',
113
+ 'Apache-HttpClient',
114
+ 'ApacheBench',
115
+ 'Apexoo',
116
+ 'apimon\\.de',
117
+ 'APIs-Google',
118
+ 'AportWorm\\/',
119
+ 'AppBeat\\/',
120
+ 'AppEngine-Google',
121
+ 'AppleSyndication',
122
+ 'Aprc\\/[0-9]',
123
+ 'Arachmo',
124
+ 'arachnode',
125
+ 'Arachnophilia',
126
+ 'aria2',
127
+ 'Arukereso',
128
+ 'asafaweb',
129
+ 'Asana\\/',
130
+ 'Ask Jeeves',
131
+ 'AskQuickly',
132
+ 'ASPSeek',
133
+ 'Asterias',
134
+ 'Astute',
135
+ 'asynchttp',
136
+ 'Attach',
137
+ 'attohttpc',
138
+ 'autocite',
139
+ 'AutomaticWPTester',
140
+ 'Autonomy',
141
+ 'awin\\.com',
142
+ 'AWS Security Scanner',
143
+ 'axios\\/',
144
+ 'a\\.pr-cy\\.ru',
145
+ 'B-l-i-t-z-B-O-T',
146
+ 'Backlink-Ceck',
147
+ 'backlink-check',
148
+ 'BacklinkHttpStatus',
149
+ 'BackStreet',
150
+ 'BackupLand',
151
+ 'BackWeb',
152
+ 'Bad-Neighborhood',
153
+ 'Badass',
154
+ 'baidu\\.com',
155
+ 'Bandit',
156
+ 'basicstate',
157
+ 'BatchFTP',
158
+ 'Battleztar Bazinga',
159
+ 'baypup\\/',
160
+ 'BazQux',
161
+ 'BBBike',
162
+ 'BCKLINKS',
163
+ 'BDFetch',
164
+ 'BegunAdvertising',
165
+ 'Bewica-security-scan',
166
+ 'Bidtellect',
167
+ 'BigBozz',
168
+ 'Bigfoot',
169
+ 'biglotron',
170
+ 'BingLocalSearch',
171
+ 'BingPreview',
172
+ 'binlar',
173
+ 'biNu image cacher',
174
+ 'Bitacle',
175
+ 'Bitrix link preview',
176
+ 'biz_Directory',
177
+ 'BKCTwitterUnshortener\\/',
178
+ 'Black Hole',
179
+ 'Blackboard Safeassign',
180
+ 'BlackWidow',
181
+ 'BlockNote\\.Net',
182
+ 'BlogBridge',
183
+ 'Bloglines',
184
+ 'Bloglovin',
185
+ 'BlogPulseLive',
186
+ 'BlogSearch',
187
+ 'Blogtrottr',
188
+ 'BlowFish',
189
+ 'boitho\\.com-dc',
190
+ 'Boost\\.Beast',
191
+ 'BPImageWalker',
192
+ 'Braintree-Webhooks',
193
+ 'Branch Metrics API',
194
+ 'Branch-Passthrough',
195
+ 'Brandprotect',
196
+ 'BrandVerity',
197
+ 'Brandwatch',
198
+ 'Brodie\\/',
199
+ 'Browsershots',
200
+ 'BUbiNG',
201
+ 'Buck\\/',
202
+ 'Buddy',
203
+ 'BuiltWith',
204
+ 'Bullseye',
205
+ 'BunnySlippers',
206
+ 'Burf Search',
207
+ 'Butterfly\\/',
208
+ 'BuzzSumo',
209
+ 'CAAM\\/[0-9]',
210
+ 'CakePHP',
211
+ 'Calculon',
212
+ 'Canary%20Mail',
213
+ 'CaretNail',
214
+ 'catexplorador',
215
+ 'CC Metadata Scaper',
216
+ 'Cegbfeieh',
217
+ 'censys',
218
+ 'centuryb.o.t9[at]gmail.com',
219
+ 'Cerberian Drtrs',
220
+ 'CERT\\.at-Statistics-Survey',
221
+ 'cf-facebook',
222
+ 'cg-eye',
223
+ 'changedetection',
224
+ 'ChangesMeter',
225
+ 'Charlotte',
226
+ 'CheckHost',
227
+ 'checkprivacy',
228
+ 'CherryPicker',
229
+ 'ChinaClaw',
230
+ 'Chirp\\/',
231
+ 'chkme\\.com',
232
+ 'Chlooe',
233
+ 'Chromaxa',
234
+ 'CirrusExplorer',
235
+ 'CISPA Vulnerability Notification',
236
+ 'CISPA Web Analyser',
237
+ 'Citoid',
238
+ 'CJNetworkQuality',
239
+ 'Clarsentia',
240
+ 'clips\\.ua\\.ac\\.be',
241
+ 'Cloud mapping',
242
+ 'CloudEndure',
243
+ 'CloudFlare-AlwaysOnline',
244
+ 'Cloudflare-Healthchecks',
245
+ 'Cloudinary',
246
+ 'cmcm\\.com',
247
+ 'coccoc',
248
+ 'cognitiveseo',
249
+ 'ColdFusion',
250
+ 'colly -',
251
+ 'CommaFeed',
252
+ 'Commons-HttpClient',
253
+ 'commonscan',
254
+ 'contactbigdatafr',
255
+ 'contentkingapp',
256
+ 'Contextual Code Sites Explorer',
257
+ 'convera',
258
+ 'CookieReports',
259
+ 'copyright sheriff',
260
+ 'CopyRightCheck',
261
+ 'Copyscape',
262
+ 'cortex\\/',
263
+ 'Cosmos4j\\.feedback',
264
+ 'Covario-IDS',
265
+ 'Craw\\/',
266
+ 'Crescent',
267
+ 'Criteo',
268
+ 'Crowsnest',
269
+ 'CSHttp',
270
+ 'CSSCheck',
271
+ 'Cula\\/',
272
+ 'curb',
273
+ 'Curious George',
274
+ 'curl',
275
+ 'cuwhois\\/',
276
+ 'cybo\\.com',
277
+ 'DAP\\/NetHTTP',
278
+ 'DareBoost',
279
+ 'DatabaseDriverMysqli',
280
+ 'DataCha0s',
281
+ 'Datafeedwatch',
282
+ 'Datanyze',
283
+ 'DataparkSearch',
284
+ 'dataprovider',
285
+ 'DataXu',
286
+ 'Daum(oa)?[ \\/][0-9]',
287
+ 'dBpoweramp',
288
+ 'ddline',
289
+ 'deeris',
290
+ 'delve\\.ai',
291
+ 'Demon',
292
+ 'DeuSu',
293
+ 'developers\\.google\\.com\\/\\+\\/web\\/snippet\\/',
294
+ 'Devil',
295
+ 'Digg',
296
+ 'Digincore',
297
+ 'DigitalPebble',
298
+ 'Dirbuster',
299
+ 'Discourse Forum Onebox',
300
+ 'Dispatch\\/',
301
+ 'Disqus\\/',
302
+ 'DittoSpyder',
303
+ 'dlvr',
304
+ 'DMBrowser',
305
+ 'DNSPod-reporting',
306
+ 'docoloc',
307
+ 'Dolphin http client',
308
+ 'DomainAppender',
309
+ 'DomainLabz',
310
+ 'Domains Project\\/',
311
+ 'Donuts Content Explorer',
312
+ 'dotMailer content retrieval',
313
+ 'dotSemantic',
314
+ 'downforeveryoneorjustme',
315
+ 'Download Wonder',
316
+ 'downnotifier',
317
+ 'DowntimeDetector',
318
+ 'Drip',
319
+ 'drupact',
320
+ 'Drupal \\(\\+http:\\/\\/drupal\\.org\\/\\)',
321
+ 'DTS Agent',
322
+ 'dubaiindex',
323
+ 'DuplexWeb-Google',
324
+ 'DynatraceSynthetic',
325
+ 'EARTHCOM',
326
+ 'Easy-Thumb',
327
+ 'EasyDL',
328
+ 'Ebingbong',
329
+ 'ec2linkfinder',
330
+ 'eCairn-Grabber',
331
+ 'eCatch',
332
+ 'ECCP',
333
+ 'eContext\\/',
334
+ 'Ecxi',
335
+ 'EirGrabber',
336
+ 'ElectricMonk',
337
+ 'elefent',
338
+ 'EMail Exractor',
339
+ 'EMail Wolf',
340
+ 'EmailWolf',
341
+ 'Embarcadero',
342
+ 'Embed PHP Library',
343
+ 'Embedly',
344
+ 'endo\\/',
345
+ 'europarchive\\.org',
346
+ 'evc-batch',
347
+ 'EventMachine HttpClient',
348
+ 'Everwall Link Expander',
349
+ 'Evidon',
350
+ 'Evrinid',
351
+ 'ExactSearch',
352
+ 'ExaleadCloudview',
353
+ 'Excel\\/',
354
+ 'exif',
355
+ 'ExoRank',
356
+ 'Exploratodo',
357
+ 'Express WebPictures',
358
+ 'Extreme Picture Finder',
359
+ 'EyeNetIE',
360
+ 'ezooms',
361
+ 'facebookexternalhit',
362
+ 'facebookexternalua',
363
+ 'facebookplatform',
364
+ 'fairshare',
365
+ 'Faraday v',
366
+ 'fasthttp',
367
+ 'Faveeo',
368
+ 'Favicon downloader',
369
+ 'faviconarchive',
370
+ 'faviconkit',
371
+ 'FavOrg',
372
+ 'Feed Wrangler',
373
+ 'Feedable\\/',
374
+ 'Feedbin',
375
+ 'FeedBooster',
376
+ 'FeedBucket',
377
+ 'FeedBunch\\/',
378
+ 'FeedBurner',
379
+ 'feeder',
380
+ 'Feedly',
381
+ 'FeedshowOnline',
382
+ 'Feedshow\\/',
383
+ 'Feedspot',
384
+ 'FeedViewer\\/',
385
+ 'Feedwind\\/',
386
+ 'FeedZcollector',
387
+ 'feeltiptop',
388
+ 'Fetch API',
389
+ 'Fetch\\/[0-9]',
390
+ 'Fever\\/[0-9]',
391
+ 'FHscan',
392
+ 'Fiery%20Feeds',
393
+ 'Filestack',
394
+ 'Fimap',
395
+ 'findlink',
396
+ 'findthatfile',
397
+ 'FlashGet',
398
+ 'FlipboardBrowserProxy',
399
+ 'FlipboardProxy',
400
+ 'FlipboardRSS',
401
+ 'Flock\\/',
402
+ 'Florienzh\\/',
403
+ 'fluffy',
404
+ 'Flunky',
405
+ 'flynxapp',
406
+ 'forensiq',
407
+ 'FoundSeoTool',
408
+ 'free thumbnails',
409
+ 'Freeuploader',
410
+ 'FreshRSS',
411
+ 'Funnelback',
412
+ 'Fuzz Faster U Fool',
413
+ 'G-i-g-a-b-o-t',
414
+ 'g00g1e\\.net',
415
+ 'ganarvisitas',
416
+ 'gdnplus\\.com',
417
+ 'geek-tools',
418
+ 'Genieo',
419
+ 'GentleSource',
420
+ 'GetCode',
421
+ 'Getintent',
422
+ 'GetLinkInfo',
423
+ 'getprismatic',
424
+ 'GetRight',
425
+ 'getroot',
426
+ 'GetURLInfo\\/',
427
+ 'GetWeb',
428
+ 'Geziyor',
429
+ 'Ghost Inspector',
430
+ 'GigablastOpenSource',
431
+ 'GIS-LABS',
432
+ 'github-camo',
433
+ 'GitHub-Hookshot',
434
+ 'github\\.com',
435
+ 'Go http package',
436
+ 'Go [\\d\\.]* package http',
437
+ 'Go!Zilla',
438
+ 'Go-Ahead-Got-It',
439
+ 'Go-http-client',
440
+ 'go-mtasts\\/',
441
+ 'gobyus',
442
+ 'Gofeed',
443
+ 'gofetch',
444
+ 'Goldfire Server',
445
+ 'GomezAgent',
446
+ 'gooblog',
447
+ 'Goodzer\\/',
448
+ 'Google AppsViewer',
449
+ 'Google Desktop',
450
+ 'Google favicon',
451
+ 'Google Keyword Suggestion',
452
+ 'Google Keyword Tool',
453
+ 'Google Page Speed Insights',
454
+ 'Google PP Default',
455
+ 'Google Search Console',
456
+ 'Google Web Preview',
457
+ 'Google-Ads-Creatives-Assistant',
458
+ 'Google-Ads-Overview',
459
+ 'Google-Adwords',
460
+ 'Google-Apps-Script',
461
+ 'Google-Calendar-Importer',
462
+ 'Google-HotelAdsVerifier',
463
+ 'Google-HTTP-Java-Client',
464
+ 'Google-Podcast',
465
+ 'Google-Publisher-Plugin',
466
+ 'Google-Read-Aloud',
467
+ 'Google-SearchByImage',
468
+ 'Google-Site-Verification',
469
+ 'Google-SMTP-STS',
470
+ 'Google-speakr',
471
+ 'Google-Structured-Data-Testing-Tool',
472
+ 'Google-Transparency-Report',
473
+ 'google-xrawler',
474
+ 'Google-Youtube-Links',
475
+ 'GoogleDocs',
476
+ 'GoogleHC\\/',
477
+ 'GoogleProber',
478
+ 'GoogleProducer',
479
+ 'GoogleSites',
480
+ 'Gookey',
481
+ 'GoSpotCheck',
482
+ 'gosquared-thumbnailer',
483
+ 'Gotit',
484
+ 'GoZilla',
485
+ 'grabify',
486
+ 'GrabNet',
487
+ 'Grafula',
488
+ 'Grammarly',
489
+ 'GrapeFX',
490
+ 'GreatNews',
491
+ 'Gregarius',
492
+ 'GRequests',
493
+ 'grokkit',
494
+ 'grouphigh',
495
+ 'grub-client',
496
+ 'gSOAP\\/',
497
+ 'GT::WWW',
498
+ 'GTmetrix',
499
+ 'GuzzleHttp',
500
+ 'gvfs\\/',
501
+ 'HAA(A)?RTLAND http client',
502
+ 'Haansoft',
503
+ 'hackney\\/',
504
+ 'Hadi Agent',
505
+ 'HappyApps-WebCheck',
506
+ 'Hardenize',
507
+ 'Hatena',
508
+ 'Havij',
509
+ 'HaxerMen',
510
+ 'HeadlessChrome',
511
+ 'HEADMasterSEO',
512
+ 'HeartRails_Capture',
513
+ 'help@dataminr\\.com',
514
+ 'heritrix',
515
+ 'Hexometer',
516
+ 'historious',
517
+ 'hkedcity',
518
+ 'hledejLevne\\.cz',
519
+ 'Hloader',
520
+ 'HMView',
521
+ 'Holmes',
522
+ 'HonesoSearchEngine',
523
+ 'HootSuite Image proxy',
524
+ 'Hootsuite-WebFeed',
525
+ 'hosterstats',
526
+ 'HostTracker',
527
+ 'ht:\\/\\/check',
528
+ 'htdig',
529
+ 'HTMLparser',
530
+ 'htmlyse',
531
+ 'HTTP Banner Detection',
532
+ 'http-get',
533
+ 'HTTP-Header-Abfrage',
534
+ 'http-kit',
535
+ 'http-request\\/',
536
+ 'HTTP-Tiny',
537
+ 'HTTP::Lite',
538
+ 'http:\\/\\/www.neomo.de\\/',
539
+ 'HttpComponents',
540
+ 'httphr',
541
+ 'HTTPie',
542
+ 'HTTPMon',
543
+ 'httpRequest',
544
+ 'httpscheck',
545
+ 'httpssites_power',
546
+ 'httpunit',
547
+ 'HttpUrlConnection',
548
+ 'http\\.rb\\/',
549
+ 'HTTP_Compression_Test',
550
+ 'http_get',
551
+ 'http_request2',
552
+ 'http_requester',
553
+ 'httrack',
554
+ 'huaweisymantec',
555
+ 'HubSpot ',
556
+ 'HubSpot-Link-Resolver',
557
+ 'Humanlinks',
558
+ 'i2kconnect\\/',
559
+ 'Iblog',
560
+ 'ichiro',
561
+ 'Id-search',
562
+ 'IdeelaborPlagiaat',
563
+ 'IDG Twitter Links Resolver',
564
+ 'IDwhois\\/',
565
+ 'Iframely',
566
+ 'igdeSpyder',
567
+ 'iGooglePortal',
568
+ 'IlTrovatore',
569
+ 'Image Fetch',
570
+ 'Image Sucker',
571
+ 'ImageEngine\\/',
572
+ 'ImageVisu\\/',
573
+ 'Imagga',
574
+ 'imagineeasy',
575
+ 'imgsizer',
576
+ 'InAGist',
577
+ 'inbound\\.li parser',
578
+ 'InDesign%20CC',
579
+ 'Indy Library',
580
+ 'InetURL',
581
+ 'infegy',
582
+ 'infohelfer',
583
+ 'InfoTekies',
584
+ 'InfoWizards Reciprocal Link',
585
+ 'inpwrd\\.com',
586
+ 'instabid',
587
+ 'Instapaper',
588
+ 'Integrity',
589
+ 'integromedb',
590
+ 'Intelliseek',
591
+ 'InterGET',
592
+ 'Internet Ninja',
593
+ 'InternetSeer',
594
+ 'internetVista monitor',
595
+ 'internetwache',
596
+ 'internet_archive',
597
+ 'intraVnews',
598
+ 'IODC',
599
+ 'IOI',
600
+ 'iplabel',
601
+ 'ips-agent',
602
+ 'IPS\\/[0-9]',
603
+ 'IPWorks HTTP\\/S Component',
604
+ 'iqdb\\/',
605
+ 'Iria',
606
+ 'Irokez',
607
+ 'isitup\\.org',
608
+ 'iskanie',
609
+ 'isUp\\.li',
610
+ 'iThemes Sync\\/',
611
+ 'IZaBEE',
612
+ 'iZSearch',
613
+ 'JAHHO',
614
+ 'janforman',
615
+ 'Jaunt\\/',
616
+ 'Java.*outbrain',
617
+ 'javelin\\.io',
618
+ 'Jbrofuzz',
619
+ 'Jersey\\/',
620
+ 'JetCar',
621
+ 'Jigsaw',
622
+ 'Jobboerse',
623
+ 'JobFeed discovery',
624
+ 'Jobg8 URL Monitor',
625
+ 'jobo',
626
+ 'Jobrapido',
627
+ 'Jobsearch1\\.5',
628
+ 'JoinVision Generic',
629
+ 'JolokiaPwn',
630
+ 'Joomla',
631
+ 'Jorgee',
632
+ 'JS-Kit',
633
+ 'JungleKeyThumbnail',
634
+ 'JustView',
635
+ 'Kaspersky Lab CFR link resolver',
636
+ 'Kelny\\/',
637
+ 'Kerrigan\\/',
638
+ 'KeyCDN',
639
+ 'Keyword Density',
640
+ 'Keywords Research',
641
+ 'khttp\\/',
642
+ 'KickFire',
643
+ 'KimonoLabs\\/',
644
+ 'Kml-Google',
645
+ 'knows\\.is',
646
+ 'KOCMOHABT',
647
+ 'kouio',
648
+ 'kube-probe',
649
+ 'kubectl',
650
+ 'kulturarw3',
651
+ 'KumKie',
652
+ 'Larbin',
653
+ 'Lavf\\/',
654
+ 'leakix\\.net',
655
+ 'LeechFTP',
656
+ 'LeechGet',
657
+ 'letsencrypt',
658
+ 'Lftp',
659
+ 'LibVLC',
660
+ 'LibWeb',
661
+ 'Libwhisker',
662
+ 'libwww',
663
+ 'Licorne',
664
+ 'Liferea\\/',
665
+ 'Lighthouse',
666
+ 'Lightspeedsystems',
667
+ 'Likse',
668
+ 'limber\\.io',
669
+ 'Link Valet',
670
+ 'LinkAlarm\\/',
671
+ 'LinkAnalyser',
672
+ 'linkCheck',
673
+ 'linkdex',
674
+ 'LinkExaminer',
675
+ 'linkfluence',
676
+ 'linkpeek',
677
+ 'LinkPreview',
678
+ 'LinkScan',
679
+ 'LinksManager',
680
+ 'LinkTiger',
681
+ 'LinkWalker',
682
+ 'link_thumbnailer',
683
+ 'Lipperhey',
684
+ 'Litemage_walker',
685
+ 'livedoor ScreenShot',
686
+ 'LoadImpactRload',
687
+ 'localsearch-web',
688
+ 'LongURL API',
689
+ 'longurl-r-package',
690
+ 'looid\\.com',
691
+ 'looksystems\\.net',
692
+ 'ltx71',
693
+ 'lua-resty-http',
694
+ 'Lucee \\(CFML Engine\\)',
695
+ 'Lush Http Client',
696
+ 'lwp-request',
697
+ 'lwp-trivial',
698
+ 'LWP::Simple',
699
+ 'lycos',
700
+ 'LYT\\.SR',
701
+ 'L\\.webis',
702
+ 'mabontland',
703
+ 'MacOutlook\\/',
704
+ 'Mag-Net',
705
+ 'MagpieRSS',
706
+ 'Mail::STS',
707
+ 'MailChimp',
708
+ 'Mail\\.Ru',
709
+ 'Majestic12',
710
+ 'makecontact\\/',
711
+ 'Mandrill',
712
+ 'MapperCmd',
713
+ 'marketinggrader',
714
+ 'MarkMonitor',
715
+ 'MarkWatch',
716
+ 'Mass Downloader',
717
+ 'masscan\\/',
718
+ 'Mata Hari',
719
+ 'mattermost',
720
+ 'Mediametric',
721
+ 'Mediapartners-Google',
722
+ 'mediawords',
723
+ 'MegaIndex\\.ru',
724
+ 'MeltwaterNews',
725
+ 'Melvil Rawi',
726
+ 'MemGator',
727
+ 'Metaspinner',
728
+ 'MetaURI',
729
+ 'MFC_Tear_Sample',
730
+ 'Microsearch',
731
+ 'Microsoft Data Access',
732
+ 'Microsoft Office',
733
+ 'Microsoft Outlook',
734
+ 'Microsoft Windows Network Diagnostics',
735
+ 'Microsoft-WebDAV-MiniRedir',
736
+ 'Microsoft\\.Data\\.Mashup',
737
+ 'MIDown tool',
738
+ 'MIIxpc',
739
+ 'Mindjet',
740
+ 'Miniature\\.io',
741
+ 'Miniflux',
742
+ 'mio_httpc',
743
+ 'Miro-HttpClient',
744
+ 'Mister PiX',
745
+ 'mixdata dot com',
746
+ 'mixed-content-scan',
747
+ 'mixnode',
748
+ 'Mnogosearch',
749
+ 'mogimogi',
750
+ 'Mojeek',
751
+ 'Mojolicious \\(Perl\\)',
752
+ 'monitis',
753
+ 'Monitority\\/',
754
+ 'Monit\\/',
755
+ 'montastic',
756
+ 'MonTools',
757
+ 'Moreover',
758
+ 'Morfeus Fucking Scanner',
759
+ 'Morning Paper',
760
+ 'MovableType',
761
+ 'mowser',
762
+ 'Mrcgiguy',
763
+ 'Mr\\.4x3 Powered',
764
+ 'MS Web Services Client Protocol',
765
+ 'MSFrontPage',
766
+ 'mShots',
767
+ 'MuckRack\\/',
768
+ 'muhstik-scan',
769
+ 'MVAClient',
770
+ 'MxToolbox\\/',
771
+ 'myseosnapshot',
772
+ 'nagios',
773
+ 'Najdi\\.si',
774
+ 'Name Intelligence',
775
+ 'NameFo\\.com',
776
+ 'Nameprotect',
777
+ 'nationalarchives',
778
+ 'Navroad',
779
+ 'NearSite',
780
+ 'Needle',
781
+ 'Nessus',
782
+ 'Net Vampire',
783
+ 'NetAnts',
784
+ 'NETCRAFT',
785
+ 'NetLyzer',
786
+ 'NetMechanic',
787
+ 'NetNewsWire',
788
+ 'Netpursual',
789
+ 'netresearch',
790
+ 'NetShelter ContentScan',
791
+ 'Netsparker',
792
+ 'NetSystemsResearch',
793
+ 'nettle',
794
+ 'NetTrack',
795
+ 'Netvibes',
796
+ 'NetZIP',
797
+ 'Neustar WPM',
798
+ 'NeutrinoAPI',
799
+ 'NewRelicPinger',
800
+ 'NewsBlur .*Finder',
801
+ 'NewsGator',
802
+ 'newsme',
803
+ 'newspaper\\/',
804
+ 'Nexgate Ruby Client',
805
+ 'NG-Search',
806
+ 'nghttp2',
807
+ 'Nibbler',
808
+ 'NICErsPRO',
809
+ 'NihilScio',
810
+ 'Nikto',
811
+ 'nineconnections',
812
+ 'NLNZ_IAHarvester',
813
+ 'Nmap Scripting Engine',
814
+ 'node-fetch',
815
+ 'node-superagent',
816
+ 'node-urllib',
817
+ 'Nodemeter',
818
+ 'NodePing',
819
+ 'node\\.io',
820
+ 'nominet\\.org\\.uk',
821
+ 'nominet\\.uk',
822
+ 'Norton-Safeweb',
823
+ 'Notifixious',
824
+ 'notifyninja',
825
+ 'NotionEmbedder',
826
+ 'nuhk',
827
+ 'nutch',
828
+ 'Nuzzel',
829
+ 'nWormFeedFinder',
830
+ 'nyawc\\/',
831
+ 'Nymesis',
832
+ 'NYU',
833
+ 'Observatory\\/',
834
+ 'Ocelli\\/',
835
+ 'Octopus',
836
+ 'oegp',
837
+ 'Offline Explorer',
838
+ 'Offline Navigator',
839
+ 'OgScrper',
840
+ 'okhttp',
841
+ 'omgili',
842
+ 'OMSC',
843
+ 'Online Domain Tools',
844
+ 'Open Source RSS',
845
+ 'OpenCalaisSemanticProxy',
846
+ 'Openfind',
847
+ 'OpenLinkProfiler',
848
+ 'Openstat\\/',
849
+ 'OpenVAS',
850
+ 'OPPO A33',
851
+ 'Optimizer',
852
+ 'Orbiter',
853
+ 'OrgProbe\\/',
854
+ 'orion-semantics',
855
+ 'Outlook-Express',
856
+ 'Outlook-iOS',
857
+ 'Owler',
858
+ 'Owlin',
859
+ 'ownCloud News',
860
+ 'ow\\.ly',
861
+ 'OxfordCloudService',
862
+ 'page scorer',
863
+ 'Page Valet',
864
+ 'page2rss',
865
+ 'PageFreezer',
866
+ 'PageGrabber',
867
+ 'PagePeeker',
868
+ 'PageScorer',
869
+ 'Pagespeed\\/',
870
+ 'PageThing',
871
+ 'page_verifier',
872
+ 'Panopta',
873
+ 'panscient',
874
+ 'Papa Foto',
875
+ 'parsijoo',
876
+ 'Pavuk',
877
+ 'PayPal IPN',
878
+ 'pcBrowser',
879
+ 'Pcore-HTTP',
880
+ 'PDF24 URL To PDF',
881
+ 'Pearltrees',
882
+ 'PECL::HTTP',
883
+ 'peerindex',
884
+ 'Peew',
885
+ 'PeoplePal',
886
+ 'Perlu -',
887
+ 'PhantomJS Screenshoter',
888
+ 'PhantomJS\\/',
889
+ 'Photon\\/',
890
+ 'php-requests',
891
+ 'phpservermon',
892
+ 'Pi-Monster',
893
+ 'Picscout',
894
+ 'Picsearch',
895
+ 'PictureFinder',
896
+ 'Pimonster',
897
+ 'Pingability',
898
+ 'PingAdmin\\.Ru',
899
+ 'Pingdom',
900
+ 'Pingoscope',
901
+ 'PingSpot',
902
+ 'ping\\.blo\\.gs',
903
+ 'pinterest\\.com',
904
+ 'Pixray',
905
+ 'Pizilla',
906
+ 'Plagger\\/',
907
+ 'Pleroma ',
908
+ 'Ploetz \\+ Zeller',
909
+ 'Plukkie',
910
+ 'plumanalytics',
911
+ 'PocketImageCache',
912
+ 'PocketParser',
913
+ 'Pockey',
914
+ 'PodcastAddict\\/',
915
+ 'POE-Component-Client-HTTP',
916
+ 'Polymail\\/',
917
+ 'Pompos',
918
+ 'Porkbun',
919
+ 'Port Monitor',
920
+ 'postano',
921
+ 'postfix-mta-sts-resolver',
922
+ 'PostmanRuntime',
923
+ 'postplanner\\.com',
924
+ 'PostPost',
925
+ 'postrank',
926
+ 'PowerPoint\\/',
927
+ 'Prebid',
928
+ 'Prerender',
929
+ 'Priceonomics Analysis Engine',
930
+ 'PrintFriendly',
931
+ 'PritTorrent',
932
+ 'Prlog',
933
+ 'probethenet',
934
+ 'Project ?25499',
935
+ 'Project-Resonance',
936
+ 'prospectb2b',
937
+ 'Protopage',
938
+ 'ProWebWalker',
939
+ 'proximic',
940
+ 'PRTG Network Monitor',
941
+ 'pshtt, https scanning',
942
+ 'PTST ',
943
+ 'PTST\\/[0-9]+',
944
+ 'Pump',
945
+ 'Python-httplib2',
946
+ 'python-httpx',
947
+ 'python-requests',
948
+ 'Python-urllib',
949
+ 'Qirina Hurdler',
950
+ 'QQDownload',
951
+ 'QrafterPro',
952
+ 'Qseero',
953
+ 'Qualidator',
954
+ 'QueryN Metasearch',
955
+ 'queuedriver',
956
+ 'quic-go-HTTP\\/',
957
+ 'QuiteRSS',
958
+ 'Quora Link Preview',
959
+ 'Qwantify',
960
+ 'Radian6',
961
+ 'RadioPublicImageResizer',
962
+ 'Railgun\\/',
963
+ 'RankActive',
964
+ 'RankFlex',
965
+ 'RankSonicSiteAuditor',
966
+ 'RapidLoad\\/',
967
+ 'Re-re Studio',
968
+ 'ReactorNetty',
969
+ 'Readability',
970
+ 'RealDownload',
971
+ 'RealPlayer%20Downloader',
972
+ 'RebelMouse',
973
+ 'Recorder',
974
+ 'RecurPost\\/',
975
+ 'redback\\/',
976
+ 'ReederForMac',
977
+ 'Reeder\\/',
978
+ 'ReGet',
979
+ 'RepoMonkey',
980
+ 'request\\.js',
981
+ 'reqwest\\/',
982
+ 'ResponseCodeTest',
983
+ 'RestSharp',
984
+ 'Riddler',
985
+ 'Rival IQ',
986
+ 'Robosourcer',
987
+ 'Robozilla',
988
+ 'ROI Hunter',
989
+ 'RPT-HTTPClient',
990
+ 'RSSMix\\/',
991
+ 'RSSOwl',
992
+ 'RyowlEngine',
993
+ 'safe-agent-scanner',
994
+ 'SalesIntelligent',
995
+ 'Saleslift',
996
+ 'SAP NetWeaver Application Server',
997
+ 'SauceNAO',
998
+ 'SBIder',
999
+ 'sc-downloader',
1000
+ 'scalaj-http',
1001
+ 'Scamadviser-Frontend',
1002
+ 'ScanAlert',
1003
+ 'scan\\.lol',
1004
+ 'Scoop',
1005
+ 'scooter',
1006
+ 'ScopeContentAG-HTTP-Client',
1007
+ 'ScoutJet',
1008
+ 'ScoutURLMonitor',
1009
+ 'ScrapeBox Page Scanner',
1010
+ 'Scrapy',
1011
+ 'Screaming',
1012
+ 'ScreenShotService',
1013
+ 'Scrubby',
1014
+ 'Scrutiny\\/',
1015
+ 'Search37',
1016
+ 'searchenginepromotionhelp',
1017
+ 'Searchestate',
1018
+ 'SearchExpress',
1019
+ 'SearchSight',
1020
+ 'SearchWP',
1021
+ 'search\\.thunderstone',
1022
+ 'Seeker',
1023
+ 'semanticdiscovery',
1024
+ 'semanticjuice',
1025
+ 'Semiocast HTTP client',
1026
+ 'Semrush',
1027
+ 'Sendsay\\.Ru',
1028
+ 'sentry\\/',
1029
+ 'SEO Browser',
1030
+ 'Seo Servis',
1031
+ 'seo-nastroj\\.cz',
1032
+ 'seo4ajax',
1033
+ 'Seobility',
1034
+ 'SEOCentro',
1035
+ 'SeoCheck',
1036
+ 'SEOkicks',
1037
+ 'SEOlizer',
1038
+ 'Seomoz',
1039
+ 'SEOprofiler',
1040
+ 'seoscanners',
1041
+ 'SEOsearch',
1042
+ 'seositecheckup',
1043
+ 'SEOstats',
1044
+ 'servernfo',
1045
+ 'sexsearcher',
1046
+ 'Seznam',
1047
+ 'Shelob',
1048
+ 'Shodan',
1049
+ 'Shoppimon',
1050
+ 'ShopWiki',
1051
+ 'ShortLinkTranslate',
1052
+ 'shortURL lengthener',
1053
+ 'shrinktheweb',
1054
+ 'Sideqik',
1055
+ 'Siege',
1056
+ 'SimplePie',
1057
+ 'SimplyFast',
1058
+ 'Siphon',
1059
+ 'SISTRIX',
1060
+ 'Site Sucker',
1061
+ 'Site-Shot\\/',
1062
+ 'Site24x7',
1063
+ 'SiteBar',
1064
+ 'Sitebeam',
1065
+ 'Sitebulb\\/',
1066
+ 'SiteCondor',
1067
+ 'SiteExplorer',
1068
+ 'SiteGuardian',
1069
+ 'Siteimprove',
1070
+ 'SiteIndexed',
1071
+ 'Sitemap(s)? Generator',
1072
+ 'SitemapGenerator',
1073
+ 'SiteMonitor',
1074
+ 'Siteshooter B0t',
1075
+ 'SiteSnagger',
1076
+ 'SiteSucker',
1077
+ 'SiteTruth',
1078
+ 'Sitevigil',
1079
+ 'sitexy\\.com',
1080
+ 'SkypeUriPreview',
1081
+ 'Slack\\/',
1082
+ 'sli-systems\\.com',
1083
+ 'slider\\.com',
1084
+ 'slurp',
1085
+ 'SlySearch',
1086
+ 'SmartDownload',
1087
+ 'SMRF URL Expander',
1088
+ 'SMUrlExpander',
1089
+ 'Snake',
1090
+ 'Snappy',
1091
+ 'SnapSearch',
1092
+ 'Snarfer\\/',
1093
+ 'SniffRSS',
1094
+ 'sniptracker',
1095
+ 'Snoopy',
1096
+ 'SnowHaze Search',
1097
+ 'sogou web',
1098
+ 'SortSite',
1099
+ 'Sottopop',
1100
+ 'sovereign\\.ai',
1101
+ 'SpaceBison',
1102
+ 'SpamExperts',
1103
+ 'Spammen',
1104
+ 'Spanner',
1105
+ 'spaziodati',
1106
+ 'SPDYCheck',
1107
+ 'Specificfeeds',
1108
+ 'speedy',
1109
+ 'SPEng',
1110
+ 'Spinn3r',
1111
+ 'spray-can',
1112
+ 'Sprinklr ',
1113
+ 'spyonweb',
1114
+ 'sqlmap',
1115
+ 'Sqlworm',
1116
+ 'Sqworm',
1117
+ 'SSL Labs',
1118
+ 'ssl-tools',
1119
+ 'StackRambler',
1120
+ 'Statastico\\/',
1121
+ 'Statically-',
1122
+ 'StatusCake',
1123
+ 'Steeler',
1124
+ 'Stratagems Kumo',
1125
+ 'Stripe\\/',
1126
+ 'Stroke\\.cz',
1127
+ 'StudioFACA',
1128
+ 'StumbleUpon',
1129
+ 'suchen',
1130
+ 'Sucuri',
1131
+ 'summify',
1132
+ 'SuperHTTP',
1133
+ 'Surphace Scout',
1134
+ 'Suzuran',
1135
+ 'swcd ',
1136
+ 'Symfony BrowserKit',
1137
+ 'Symfony2 BrowserKit',
1138
+ 'Synapse\\/',
1139
+ 'Syndirella\\/',
1140
+ 'SynHttpClient-Built',
1141
+ 'Sysomos',
1142
+ 'sysscan',
1143
+ 'Szukacz',
1144
+ 'T0PHackTeam',
1145
+ 'tAkeOut',
1146
+ 'Tarantula\\/',
1147
+ 'Taringa UGC',
1148
+ 'TarmotGezgin',
1149
+ 'tchelebi\\.io',
1150
+ 'techiaith\\.cymru',
1151
+ 'TelegramBot',
1152
+ 'Teleport',
1153
+ 'Telesoft',
1154
+ 'Telesphoreo',
1155
+ 'Telesphorep',
1156
+ 'Tenon\\.io',
1157
+ 'teoma',
1158
+ 'terrainformatica',
1159
+ 'Test Certificate Info',
1160
+ 'testuri',
1161
+ 'Tetrahedron',
1162
+ 'TextRazor Downloader',
1163
+ 'The Drop Reaper',
1164
+ 'The Expert HTML Source Viewer',
1165
+ 'The Intraformant',
1166
+ 'The Knowledge AI',
1167
+ 'theinternetrules',
1168
+ 'TheNomad',
1169
+ 'Thinklab',
1170
+ 'Thumbor',
1171
+ 'Thumbshots',
1172
+ 'ThumbSniper',
1173
+ 'timewe\\.net',
1174
+ 'TinEye',
1175
+ 'Tiny Tiny RSS',
1176
+ 'TLSProbe\\/',
1177
+ 'Toata',
1178
+ 'topster',
1179
+ 'touche\\.com',
1180
+ 'Traackr\\.com',
1181
+ 'tracemyfile',
1182
+ 'Trackuity',
1183
+ 'TrapitAgent',
1184
+ 'Trendiction',
1185
+ 'Trendsmap',
1186
+ 'trendspottr',
1187
+ 'truwoGPS',
1188
+ 'TryJsoup',
1189
+ 'TulipChain',
1190
+ 'Turingos',
1191
+ 'Turnitin',
1192
+ 'tweetedtimes',
1193
+ 'Tweetminster',
1194
+ 'Tweezler\\/',
1195
+ 'twibble',
1196
+ 'Twice',
1197
+ 'Twikle',
1198
+ 'Twingly',
1199
+ 'Twisted PageGetter',
1200
+ 'Typhoeus',
1201
+ 'ubermetrics-technologies',
1202
+ 'uclassify',
1203
+ 'UdmSearch',
1204
+ 'ultimate_sitemap_parser',
1205
+ 'unchaos',
1206
+ 'unirest-java',
1207
+ 'UniversalFeedParser',
1208
+ 'unshortenit',
1209
+ 'Unshorten\\.It',
1210
+ 'Untiny',
1211
+ 'UnwindFetchor',
1212
+ 'updated',
1213
+ 'updown\\.io daemon',
1214
+ 'Upflow',
1215
+ 'Uptimia',
1216
+ 'URL Verifier',
1217
+ 'Urlcheckr',
1218
+ 'URLitor',
1219
+ 'urlresolver',
1220
+ 'Urlstat',
1221
+ 'URLTester',
1222
+ 'UrlTrends Ranking Updater',
1223
+ 'URLy Warning',
1224
+ 'URLy\\.Warning',
1225
+ 'URL\\/Emacs',
1226
+ 'Vacuum',
1227
+ 'Vagabondo',
1228
+ 'VB Project',
1229
+ 'vBSEO',
1230
+ 'VCI',
1231
+ 'via ggpht\\.com GoogleImageProxy',
1232
+ 'Virusdie',
1233
+ 'visionutils',
1234
+ 'vkShare',
1235
+ 'VoidEYE',
1236
+ 'Voil',
1237
+ 'voltron',
1238
+ 'voyager\\/',
1239
+ 'VSAgent\\/',
1240
+ 'VSB-TUO\\/',
1241
+ 'Vulnbusters Meter',
1242
+ 'VYU2',
1243
+ 'w3af\\.org',
1244
+ 'W3C-checklink',
1245
+ 'W3C-mobileOK',
1246
+ 'W3C_Unicorn',
1247
+ 'WAC-OFU',
1248
+ 'WakeletLinkExpander',
1249
+ 'WallpapersHD',
1250
+ 'Wallpapers\\/[0-9]+',
1251
+ 'wangling',
1252
+ 'Wappalyzer',
1253
+ 'WatchMouse',
1254
+ 'WbSrch\\/',
1255
+ 'WDT\\.io',
1256
+ 'Web Auto',
1257
+ 'Web Collage',
1258
+ 'Web Enhancer',
1259
+ 'Web Fetch',
1260
+ 'Web Fuck',
1261
+ 'Web Pix',
1262
+ 'Web Sauger',
1263
+ 'Web spyder',
1264
+ 'Web Sucker',
1265
+ 'web-capture\\.net',
1266
+ 'Web-sniffer',
1267
+ 'Webalta',
1268
+ 'Webauskunft',
1269
+ 'WebAuto',
1270
+ 'WebCapture',
1271
+ 'WebClient\\/',
1272
+ 'webcollage',
1273
+ 'WebCookies',
1274
+ 'WebCopier',
1275
+ 'WebCorp',
1276
+ 'WebDataStats',
1277
+ 'WebDoc',
1278
+ 'WebEnhancer',
1279
+ 'WebFetch',
1280
+ 'WebFuck',
1281
+ 'WebGazer',
1282
+ 'WebGo IS',
1283
+ 'WebImageCollector',
1284
+ 'WebImages',
1285
+ 'WebIndex',
1286
+ 'webkit2png',
1287
+ 'WebLeacher',
1288
+ 'webmastercoffee',
1289
+ 'webmon ',
1290
+ 'WebPix',
1291
+ 'WebReaper',
1292
+ 'WebSauger',
1293
+ 'webscreenie',
1294
+ 'Webshag',
1295
+ 'Webshot',
1296
+ 'Website Quester',
1297
+ 'websitepulse agent',
1298
+ 'WebsiteQuester',
1299
+ 'Websnapr',
1300
+ 'WebSniffer',
1301
+ 'Webster',
1302
+ 'WebStripper',
1303
+ 'WebSucker',
1304
+ 'webtech\\/',
1305
+ 'WebThumbnail',
1306
+ 'Webthumb\\/',
1307
+ 'WebWhacker',
1308
+ 'WebZIP',
1309
+ 'WeLikeLinks',
1310
+ 'WEPA',
1311
+ 'WeSEE',
1312
+ 'wf84',
1313
+ 'Wfuzz\\/',
1314
+ 'wget',
1315
+ 'WhatCMS',
1316
+ 'WhatsApp',
1317
+ 'WhatsMyIP',
1318
+ 'WhatWeb',
1319
+ 'WhereGoes\\?',
1320
+ 'Whibse',
1321
+ 'WhoAPI\\/',
1322
+ 'WhoRunsCoinHive',
1323
+ 'Whynder Magnet',
1324
+ 'Windows-RSS-Platform',
1325
+ 'WinHttp-Autoproxy-Service',
1326
+ 'WinHTTP\\/',
1327
+ 'WinPodder',
1328
+ 'wkhtmlto',
1329
+ 'wmtips',
1330
+ 'Woko',
1331
+ 'Wolfram HTTPClient',
1332
+ 'woorankreview',
1333
+ 'WordPress\\/',
1334
+ 'WordupinfoSearch',
1335
+ 'Word\\/',
1336
+ 'worldping-api',
1337
+ 'wotbox',
1338
+ 'WP Engine Install Performance API',
1339
+ 'WP Rocket',
1340
+ 'wpif',
1341
+ 'wprecon\\.com survey',
1342
+ 'WPScan',
1343
+ 'wscheck',
1344
+ 'Wtrace',
1345
+ 'WWW-Collector-E',
1346
+ 'WWW-Mechanize',
1347
+ 'WWW::Document',
1348
+ 'WWW::Mechanize',
1349
+ 'WWWOFFLE',
1350
+ 'www\\.monitor\\.us',
1351
+ 'x09Mozilla',
1352
+ 'x22Mozilla',
1353
+ 'XaxisSemanticsClassifier',
1354
+ 'XenForo\\/',
1355
+ 'Xenu Link Sleuth',
1356
+ 'XING-contenttabreceiver',
1357
+ 'xpymep([0-9]?)\\.exe',
1358
+ 'Y!J-[A-Z][A-Z][A-Z]',
1359
+ 'Yaanb',
1360
+ 'yacy',
1361
+ 'Yahoo Link Preview',
1362
+ 'YahooCacheSystem',
1363
+ 'YahooMailProxy',
1364
+ 'YahooYSMcm',
1365
+ 'YandeG',
1366
+ 'Yandex(?!Search)',
1367
+ 'yanga',
1368
+ 'yeti',
1369
+ 'Yo-yo',
1370
+ 'Yoleo Consumer',
1371
+ 'yomins\\.com',
1372
+ 'yoogliFetchAgent',
1373
+ 'YottaaMonitor',
1374
+ 'Your-Website-Sucks',
1375
+ 'yourls\\.org',
1376
+ 'YoYs\\.net',
1377
+ 'YP\\.PL',
1378
+ 'Zabbix',
1379
+ 'Zade',
1380
+ 'Zao',
1381
+ 'Zauba',
1382
+ 'Zemanta Aggregator',
1383
+ 'Zend\\\\Http\\\\Client',
1384
+ 'Zend_Http_Client',
1385
+ 'Zermelo',
1386
+ 'Zeus ',
1387
+ 'zgrab',
1388
+ 'ZnajdzFoto',
1389
+ 'ZnHTTP',
1390
+ 'Zombie\\.js',
1391
+ 'Zoom\\.Mac',
1392
+ 'ZoteroTranslationServer',
1393
+ 'ZyBorg',
1394
+ '[a-z0-9\\-_]*(bot|crawl|archiver|transcoder|spider|uptime|validator|fetcher|cron|checker|reader|extractor|monitoring|analyzer|scraper)',
1395
+ ];
1396
+ }
1397
+ }