What's Changed
🎉 New Features
export MARKDOWN_EXPORT_SORT_MODE=template # default
export MARKDOWN_EXPORT_SORT_MODE=severity
export MARKDOWN_EXPORT_SORT_MODE=host
- Added headless options input by @dogancanbakir in #3951
-ho, -headless-options string[] start headless chrome with additional options
nuclei -id '*fingerprint*,*waf*' -u example.com
- Added path/query automerge and other improvements in headless protocol by @tarunKoyalwar in #3958
🐞 Bug Fixes
- Fixed issue with httpx probe when used as SDK by @Mzack9999 in #3955
- Fixed data race via SyncLockMap by @Mzack9999 in #3959
- Fixed dsl parsing error by @tarunKoyalwar in #3984
🔨 Maintenance
- Removed unused code by @kchason in #3962
- Removed keys with null value in jsonl output by @kchason in #3977
- Fixed certificate expiration date in tests by @Mzack9999 in #3995
Other Changes
- Addded CONTRIBUTING.md by @ehsandeep in #3968
Issues closed in this release - https://github.com/projectdiscovery/nuclei/milestone/37?closed=1
Full Changelog: v2.9.9...v2.9.10