AgentZero v1.2.0
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 CLRframework toframeworks::get() - Added
specialclass to handle difficult captures - Updated
Yahoo! Slurpparser - Fix issue #6 typo in
README.md - "arm" is now "Arm" in
architectures::get() - Improved how apps are normalised in
crawlers::getApp() Applebotis now categorised as AI- Added
bytespidercrawler - Fixed issue in
agentzero::getTokens()where the single values array was encoded withpreg_quote(), but the delimiter was not supplied AppleWebKit/537.36is now marked as single as it is sometime preceded by other tokens that get captured together- Added captures for
BaiduandMicroMessengerapps - Fixed PHPStan issues to level 9
- Added and updated test
- Updated dependencies