Skip to content

v2.9.10

Compare
Choose a tag to compare
@ehsandeep ehsandeep released this 28 Jul 16:47
· 858 commits to main since this release

What's Changed

馃帀 New Features

  • Added markdown export sorting options via env variable by @kchason in #3961
export MARKDOWN_EXPORT_SORT_MODE=template # default
export MARKDOWN_EXPORT_SORT_MODE=severity
export MARKDOWN_EXPORT_SORT_MODE=host
   -ho, -headless-options string[]  start headless chrome with additional options
  • Added wildcard filter for -id option by @lu4nx in #3967
nuclei -id '*fingerprint*,*waf*' -u example.com
  • Added path/query automerge and other improvements in headless protocol by @tarunKoyalwar in #3958

馃悶 Bug Fixes

馃敤 Maintenance

Other Changes

Issues closed in this release - https://github.com/projectdiscovery/nuclei/milestone/37?closed=1

Full Changelog: v2.9.9...v2.9.10