Skip to content

Commit

Permalink
Merge pull request #8 from Setono/create-pull-request/patch
Browse files Browse the repository at this point in the history
Changes by create-pull-request action
  • Loading branch information
loevgaard authored Mar 7, 2022
2 parents 60305b3 + 80b72cb commit 2ed1803
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/BotDetector/Bots.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ final class Bots
|AcoonBot
|AddThis\.com
|AhrefsBot
|AhrefsSiteAudit/([\d+.]+)
|ia_archiver|alexabot|verifybot
|alexa\ssite\saudit
|Amazonbot
Expand Down Expand Up @@ -98,7 +99,7 @@ final class Bots
|Seznam-Zbozi-robot
|Heurekabot-Feed
|ShopAlike
|AdsBot-Google|Adwords-(DisplayAds|Express|Instant)|Google\sWeb\sPreview|Google[\s-]Publisher[\s-]Plugin|Google-(Ads-Conversions|Ads-Qualify|Adwords|AMPHTML|Assess|HotelAdsVerifier|Read-Aloud|Shopping-Quality|Site-Verification|speakr|Stale-Content-Probe|Test|Youtube-Links)|(APIs|DuplexWeb|Feedfetcher|Mediapartners)-Google|Googlebot|GoogleProducer|Google.*/\+/web/snippet
|AdsBot-Google|Adwords-(DisplayAds|Express|Instant)|Google\sWeb\sPreview|Google[\s-]Publisher[\s-]Plugin|Google-(Ads-Conversions|Ads-Qualify|Adwords|AMPHTML|Assess|HotelAdsVerifier|Read-Aloud|Shopping-Quality|Site-Verification|speakr|Stale-Content-Probe|Test|Youtube-Links)|(APIs|DuplexWeb|Feedfetcher|Mediapartners)-Google|Googlebot|Google(?:AssociationService|Producer)|Google.*/\+/web/snippet
|heritrix
|HubSpot\s
|HTTPMon
Expand Down Expand Up @@ -250,6 +251,7 @@ final class Bots
|Pinterest(bot)?/\d\.\d.*www\.pinterest\.com.*
|Site24x7
|s~snapchat-proxy
|Snap\sURL\sPreview\sService
|Let's\sEncrypt\svalidation\sserver
|GrapeshotCrawler
|www\.monitor\.us
Expand All @@ -274,7 +276,7 @@ final class Bots
|AdMantX.*admantx\.com
|Server\sDensity\sService\sMonitoring.*
|RSSRadio\s\(Push\sNotification\sScanner;support@dorada\.co\.uk\)
|(A6-Indexer|nuhk|TsolCrawler|Yammybot|Openbot|Gulper\sWeb\sBot|grub-client|Download\sDemon|SearchExpress|Microsoft\sURL\sControl|borg|altavista|dataminr.com|tweetedtimes.com|TrendsmapResolver|teoma|blitzbot|oegp|furlbot|http%20client|polybot|htdig|mogimogi|larbin|scrubby|searchsight|seekbot|semanticdiscovery|snappy|vortex(?!\sBuild)|zeal|fast-webcrawler|converacrawler|dataparksearch|findlinks|BrowserMob|HttpMonitor|ThumbShotsBot|URL2PNG|ZooShot|GomezA|Google\sSketchUp|Read%20Later|RackspaceBot|robots|SeopultContentAnalyzer|7Siters|centuryb.o.t9|InterNaetBoten|EasyBib\sAutoCite|Bidtellect|tomnomnom/meg|My\sUser\sAgent|cortex)
|(A6-Indexer|nuhk|TsolCrawler|Yammybot|Openbot|Gulper\sWeb\sBot|grub-client|Download\sDemon|SearchExpress|Microsoft\sURL\sControl|borg|altavista|dataminr.com|tweetedtimes.com|TrendsmapResolver|teoma|blitzbot|oegp|furlbot|http%20client|polybot|htdig|mogimogi|larbin|scrubby|searchsight|seekbot|semanticdiscovery|snappy|vortex(?!(?:\sBuild|Plus))|zeal|fast-webcrawler|converacrawler|dataparksearch|findlinks|BrowserMob|HttpMonitor|ThumbShotsBot|URL2PNG|ZooShot|GomezA|Google\sSketchUp|Read%20Later|RackspaceBot|robots|SeopultContentAnalyzer|7Siters|centuryb.o.t9|InterNaetBoten|EasyBib\sAutoCite|Bidtellect|tomnomnom/meg|My\sUser\sAgent|cortex|CF-UC\sUser\sAgent|Re-re\sStudio|adreview|AHC/|NameOfAgent|Request-Promise)
|^sentry
|^Spotify
|The\sKnowledge\sAI
Expand Down Expand Up @@ -385,6 +387,11 @@ final class Bots
|https://securitytxt-scan.cs.hm.edu/
|TigerBot/([\d+.]+)
|TestCrawler/([\d+.]+)
|CrowdTanglebot/([\d+.]+)
|Sellers.Guide\sCrawler\sby\sPrimis
|OnalyticaBot
|deepnoc
|Newslitbot/([\d+.]+)
|[a-z0-9\-_]*((?<!cu|power[\s_]|m[\s_])bot(?![\s_]TAB|[\s_]?5[0-9]|[\s_]Senior|[\s_]Junior)|crawler|crawl|checker|archiver|transcoder|spider)([^a-z]|$)
#x";
}

0 comments on commit 2ed1803

Please sign in to comment.