Changelog
- [feat] support --finger-file to dynamically load finger configurations from local file or remote URL,
simplifying finger database management - [feat] add --host flag to customize Host header for virtual host testing,
#120 - [fix] fix request body not being sent in HTTP requests, #113
- [fix] fix frameworks fingerprint matching panic caused by incorrect method call,
#117 - [fix] fix raw query parameters causing panic in URL parsing, #125
- [fix] fix stat file not being created and saved correctly in check mode
- [fix] fix checkpool deadlock issue by increasing channel buffer sizes and optimizing redirect handling
- [improve] refactor config table display using lipgloss table for better readability and formatting
- [improve] optimize HTTP request building with new RequestConfig structure supporting custom host and body
Full Changelog: v1.2.2...v1.2.3