New
v1.2.3
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, https://github.com/chainreactors/spray/issues/120
- [fix] fix request body not being sent in HTTP requests, https://github.com/chainreactors/spray/issues/113
- [fix] fix frameworks fingerprint matching panic caused by incorrect method call, https://github.com/chainreactors/spray/issues/117
- [fix] fix raw query parameters causing panic in URL parsing, https://github.com/chainreactors/spray/issues/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: https://github.com/chainreactors/spray/compare/v1.2.2...v1.2.3