Skip to content

AgentZero v1.2.0

Choose a tag to compare

@hexydec hexydec released this 27 Jun 20:10
· 70 commits to main since this release

This update add support for lots of new crawlers, and improves token handling internally:

  • Reworked how tokens are ignored in agentzero::getTokens() to make them case-insensitive
  • Added loads of new crawlers to crawlers::get()
  • Added .NET CLR framework to frameworks::get()
  • Added special class to handle difficult captures
  • Updated Yahoo! Slurp parser
  • Fix issue #6 typo in README.md
  • "arm" is now "Arm" in architectures::get()
  • Improved how apps are normalised in crawlers::getApp()
  • Applebot is now categorised as AI
  • Added bytespider crawler
  • Fixed issue in agentzero::getTokens() where the single values array was encoded with preg_quote(), but the delimiter was not supplied
  • AppleWebKit/537.36 is now marked as single as it is sometime preceded by other tokens that get captured together
  • Added captures for Baidu and MicroMessenger apps
  • Fixed PHPStan issues to level 9
  • Added and updated test
  • Updated dependencies