-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
59 additions
and
1,107 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,175 +1,39 @@ | ||
[ | ||
" daum[ /]", | ||
" deusu/", | ||
" yadirectfetcher", | ||
"(?:^|[^g])news(?!sapphire)", | ||
"(?<! (?:channel/|google/))google(?!(app|/google| pixel))", | ||
"(?<! cu)bots?(?:\\b|_)", | ||
"(?<!(?:lib))http", | ||
"(?<![hg]m)score", | ||
"@[a-z][\\w-]+\\.", | ||
"\\(\\)", | ||
"\\.com\\b", | ||
"\\btime/", | ||
"^<", | ||
"^[\\w \\.\\-\\(?:\\):]+(?:/v?\\d+(?:\\.\\d+)?(?:\\.\\d{1,10})*?)?(?:,|$)", | ||
"^[^ ]{50,}$", | ||
"^\\d+\\b", | ||
"^\\w*search\\b", | ||
"^\\w+/[\\w\\(\\)]*$", | ||
"^active", | ||
"^ad muncher", | ||
"^amaya", | ||
"^avsdevicesdk/", | ||
"^biglotron", | ||
"^bot", | ||
"^bw/", | ||
"^clamav[ /]", | ||
"^client/", | ||
"^cobweb/", | ||
"^custom", | ||
"^ddg[_-]android", | ||
"^discourse", | ||
"^dispatch/\\d", | ||
"^downcast/", | ||
"^duckduckgo", | ||
"^facebook", | ||
"^getright/", | ||
"^gozilla/", | ||
"^hobbit", | ||
"^hotzonu", | ||
"^hwcdn/", | ||
"^jeode/", | ||
"^jetty/", | ||
"^jigsaw", | ||
"^microsoft bits", | ||
"^movabletype", | ||
"^mozilla/5\\.0\\s[a-z\\.-]+$", | ||
"^mozilla/\\d\\.\\d \\(compatible;?\\)$", | ||
"^mozilla/\\d\\.\\d \\w*$", | ||
"^navermailapp", | ||
"^netsurf", | ||
"^offline", | ||
"^owler", | ||
"^php", | ||
"^postman", | ||
"^python", | ||
"^rank", | ||
"^read", | ||
"^reed", | ||
"^rest", | ||
"^rss", | ||
"^snapchat", | ||
"^space bison", | ||
"^svn", | ||
"^swcd ", | ||
"^taringa", | ||
"^thumbor/", | ||
"^track", | ||
"^valid", | ||
"^w3c", | ||
"^webbandit/", | ||
"^webcopier", | ||
"^wget", | ||
"^whatsapp", | ||
"^wordpress", | ||
"^xenu link sleuth", | ||
"^yahoo", | ||
"^yandex", | ||
"^zdm/\\d", | ||
"^zoom marketplace/", | ||
"^{{.*}}$", | ||
"adscanner/", | ||
"analyzer", | ||
"archive", | ||
"ask jeeves/teoma", | ||
"bit\\.ly/", | ||
"bluecoat drtr", | ||
"browsex", | ||
"burpcollaborator", | ||
"capture", | ||
"catch", | ||
"check\\b", | ||
"checker", | ||
"chrome-lighthouse", | ||
"chromeframe", | ||
"classifier", | ||
"cloudflare", | ||
"convertify", | ||
"crawl", | ||
"cypress/", | ||
"dareboost", | ||
"datanyze", | ||
"dejaclick", | ||
"detect", | ||
"dmbrowser", | ||
"download", | ||
"evc-batch/", | ||
"exaleadcloudview", | ||
"feed", | ||
"firephp", | ||
"functionize", | ||
"gomezagent", | ||
"headless", | ||
"httrack", | ||
"hubspot marketing grader", | ||
"hydra", | ||
"ibisbrowser", | ||
"images", | ||
"infrawatch", | ||
"insight", | ||
"inspect", | ||
"iplabel", | ||
"ips-agent", | ||
"java(?!;)", | ||
"jsjcw_scanner", | ||
"library", | ||
"linkcheck", | ||
"mail\\.ru/", | ||
"manager", | ||
"measure", | ||
"neustar wpm", | ||
"node", | ||
"nutch", | ||
"offbyone", | ||
"optimize", | ||
"pageburst", | ||
"pagespeed", | ||
"parser", | ||
"perl", | ||
"phantomjs", | ||
"pingdom", | ||
"powermarks", | ||
"preview", | ||
"proxy", | ||
"ptst[ /]\\d", | ||
"reputation", | ||
"resolver", | ||
"retriever", | ||
"rexx;", | ||
"rigor", | ||
"rss\\b", | ||
"scanner\\.", | ||
"scrape", | ||
"server", | ||
"sogou", | ||
"sparkler/", | ||
"speedcurve", | ||
"spider", | ||
"splash", | ||
"statuscake", | ||
"supercleaner", | ||
"synapse", | ||
"synthetic", | ||
"tools", | ||
"torrent", | ||
"trace", | ||
"transcoder", | ||
"url", | ||
"virtuoso", | ||
"wappalyzer", | ||
"webglance", | ||
"webkit2png", | ||
"whatcms/", | ||
"zgrab" | ||
{ | ||
"pattern": "GoogleOther", | ||
"confidence": 0.5, | ||
"reasonsFor": [ | ||
"Google Notebook LLM (https://notebooklm.google/) uses this user agent string." | ||
], | ||
"reasonsAgainst": [ | ||
"GoogleOther is known to be a general-purpose agent string for internal Google projects." | ||
] | ||
}, | ||
{ | ||
"pattern": "https://openai.com/gptbot", | ||
"confidence": 1.0, | ||
"reasonsFor": [ | ||
"Published user agent substring by OpenAI" | ||
], | ||
"reasonsAgainst": [ | ||
] | ||
}, | ||
{ | ||
"pattern": "https://openai.com/searchbot", | ||
"confidence": 1.0, | ||
"reasonsFor": [ | ||
"Published user agent substring by OpenAI" | ||
], | ||
"reasonsAgainst": [ | ||
] | ||
}, | ||
{ | ||
"pattern": "https://openai.com/bot", | ||
"confidence": 1.0, | ||
"reasonsFor": [ | ||
"Published user agent substring by OpenAI" | ||
], | ||
"reasonsAgainst": [ | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters