Skip to content

Commit

Permalink
Update patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
romis2012 committed Jun 17, 2023
1 parent ec14661 commit 8c21fb9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 51 deletions.
2 changes: 1 addition & 1 deletion is_bot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from ._is_bot import Bots

__version__ = '0.2.2'
__version__ = '0.2.3'

__all__ = ('Bots',)
57 changes: 7 additions & 50 deletions is_bot/_patterns.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# https://github.com/omrilotan/isbot/tree/v3.6.3
default_patterns = {
" daum[ /]",
" DCV$",
" deusu/",
"(?:^| )site",
"@[a-z]",
Expand All @@ -10,114 +9,76 @@
"\\[at\\][a-z]",
"^12345",
"^<",
"^[\\w \\.]+/v?\\d+(\\.\\d+)?(\\.\\d{1,10})?$",
"^[\\w\\-\\(\\)]+$",
"^[\\w \\.\\-\\(\\)]+(/v?\\d+(\\.\\d+)?(\\.\\d{1,10})?)?$",
"^[^ ]{50,}$",
"^ace explorer",
"^acoon",
"^active",
"^ad muncher",
"^anglesharp/",
"^anonymous",
"^apple-pubsub/",
"^astute srm",
"^avsdevicesdk/",
"^axios/",
"^bidtellect/",
"^biglotron",
"^blackboard safeassign",
"^blocknote.net",
"^braze sender",
"^captivenetworksupport",
"^btwebclient/",
"^castro",
"^cf-uc ",
"^clamav[ /]",
"^client/",
"^cobweb/",
"^coccoc",
"^custom",
"^dap ",
"^ddg[_-]android",
"^discourse",
"^dispatch/\\d",
"^downcast/",
"^duckduckgo",
"^email",
"^enigma browser",
"^evernote clip resolver",
"^facebook",
"^faraday",
"^fdm[ /]\\d",
"^getright/",
"^gozilla/",
"^hatena",
"^hobbit",
"^hotzonu",
"^hwcdn/",
"^invision",
"^jeode/",
"^jetbrains",
"^jetty/",
"^jigsaw",
"^linkdex",
"^lwp[-: ]",
"^mailchimp\\.com$",
"^metauri",
"^microsoft bits",
"^microsoft data",
"^microsoft office existence",
"^microsoft office protocol discovery",
"^microsoft windows network diagnostics",
"^microsoft-cryptoapi",
"^microsoft-webdav-miniredir",
"^movabletype",
"^mozilla/\\d\\.\\d \\(compatible;?\\)$",
"^mozilla/\\d\\.\\d \\w*$",
"^my browser$",
"^navermailapp",
"^netsurf",
"^nginx\\W",
"^node-superagent",
"^octopus",
"^offline explorer",
"^pagething",
"^panscient",
"^perimeterx",
"^php",
"^postman",
"^postrank",
"^python",
"^read",
"^reed",
"^restsharp/",
"^shareaza",
"^shockwave flash",
"^snapchat",
"^space bison",
"^sprinklr",
"^svn",
"^swcd ",
"^t-online browser",
"^taringa",
"^test certificate info",
"^the knowledge ai",
"^thinklab",
"^thumbor/",
"^traackr.com",
"^tumblr/",
"^uptime",
"^vbulletin",
"^user-agent:mozilla",
"^valid",
"^venus/fedoraplanet",
"^w3c",
"^webbandit/",
"^webcopier",
"^wget",
"^whatsapp",
"^www-mechanize",
"^xenu link sleuth",
"^yahoo",
"^yandex",
"^zdm/\\d",
"^zeushdthree",
"^zoom marketplace/",
"^{{.*}}$",
"adbeat\\.com",
Expand All @@ -134,10 +95,9 @@
"check",
"chrome-lighthouse",
"chromeframe",
"client",
"cloud",
"crawl",
"daemon",
"cryptoapi",
"dareboost",
"datanyze",
"dataprovider",
Expand Down Expand Up @@ -173,13 +133,11 @@
"optimize",
"pageburst",
"pagespeed",
"parse",
"perl",
"phantom",
"pingdom",
"powermarks",
"preview",
"probe",
"proxy",
"ptst[ /]\\d",
"reader",
Expand All @@ -193,21 +151,20 @@
"server",
"sogou",
"sparkler/",
"speedcurve",
"spider",
"statuscake",
"stumbleupon\\.com",
"supercleaner",
"synapse",
"synthetic",
"taginspector/",
"toolbar",
"torrent",
"tracemyfile",
"transcoder",
"trendsmapresolver",
"twingly recon",
"url",
"valid",
"virtuoso",
"wappalyzer",
"webglance",
Expand Down

0 comments on commit 8c21fb9

Please sign in to comment.