What's Changed
🎉 New Features
- Added page, form and form field classifier with dit by @dogancanbakir in #2404
-fpt, -filter-page-type string[] filter response with specified page type (e.g. -fpt login,captcha,parked)
- Added database output support (MongoDB, PostgreSQL, MySQL) for storing scan results by @dogancanbakir in #2363
- Added Markdown output support by @ayuxsec in #2344
🐞 Bug Fixes
- Fixed data loss on interrupt by implementing graceful shutdown by @assakafpix in #2393
- Fixed resolver parsing by @dogancanbakir in #2351
🔨 Deprecated
-fep, -filter-error-page [DEPRECATED: use -fpt] filter response with ML based error page detection is deprecated, use -fpt instead
New Contributors
- @assakafpix made their first contribution in #2393
- @ayuxsec made their first contribution in #2344
Full Changelog: v1.8.1...v1.9.0