-
Notifications
You must be signed in to change notification settings - Fork 482
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds detection for various libraries, bots and operating systems (#7498)
* Adds detection for HTML Parser * Improves detection for Python urllib * Adds detection for msray * Adds detection for Slim * Adds detection for Fuzz Faster U Fool * Adds detection for Matomo * Improves detection for generic bots * Adds detection for Prometheus * Improves detection for generic bots * Adds detection for ArchiveBot * Adds detection for MADBbot * Adds detection for Kali * Adds detection for Oracle Linux * Improves version detection for TencentOS * Improves version detection for CentOS * Move links from comment to url and update some links * Improve detection for generic bots * Improves version detection for iOS and macOS
- Loading branch information
1 parent
dd1d060
commit 2357f77
Showing
7 changed files
with
203 additions
and
23 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -5828,6 +5828,51 @@ | |
name: phpMyAdmin | ||
category: Service Agent | ||
url: https://www.phpmyadmin.net/ | ||
- | ||
user_agent: Matomo/4.15.1 | ||
bot: | ||
name: Matomo | ||
category: Service Agent | ||
url: https://github.com/matomo-org/matomo | ||
producer: | ||
name: InnoCraft Ltd | ||
url: https://matomo.org/ | ||
- | ||
user_agent: CustomUserAgent/1.0 | ||
bot: | ||
name: Generic Bot | ||
- | ||
user_agent: Prometheus/2.40.5 | ||
bot: | ||
name: Prometheus | ||
category: Service Agent | ||
url: https://github.com/prometheus/prometheus | ||
producer: | ||
name: The Linux Foundation | ||
url: https://www.cncf.io/ | ||
- | ||
user_agent: firefox | ||
bot: | ||
name: Generic Bot | ||
- | ||
user_agent: Chrome | ||
bot: | ||
name: Generic Bot | ||
- | ||
user_agent: ArchiveTeam ArchiveBot/20220523.4a672db (wpull 2.0.3) and not Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36 | ||
bot: | ||
name: ArchiveBot | ||
category: Crawler | ||
url: https://wiki.archiveteam.org/index.php?title=ArchiveBot | ||
producer: | ||
name: ArchiveTeam | ||
url: https://wiki.archiveteam.org/ | ||
- | ||
user_agent: MADBbot/0.1 (Gathering webpages for data analytics; https://madb.zapto.org/bot.html; [email protected]) | ||
bot: | ||
name: MADBbot | ||
category: Crawler | ||
url: https://madb.zapto.org/bot.html | ||
- | ||
user_agent: MeltwaterNews www.meltwater.com | ||
bot: | ||
|
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
Oops, something went wrong.