What's Changed
🎉 New Features
- Added support to run public / shared template from templates.nuclei.sh with
-t
option by @Ice3man543 in #4089
nuclei -t https://templates.nuclei.sh/@sandeep/5SmazAQDG6TDaYSaAJ8jAJ -u https://example.com
nuclei -t https://templates.nuclei.sh/public/CVE-2023-38035 -u https://example.com
matchers:
- type: xpath
part: body
xpath:
- "//script[contains(@src,'//') and not(contains(translate(@integrity,'ABCDEFGHIJKLMNOPQRSTUVWXYZ','abcdefghijklmnopqrstuvwxyz'),'^sha'))]"
- Added file read restriction in headless protocol similar to other protocols by @tarunKoyalwar in #4055
Other Changes
- Added support to render nuclei-templates changelog is CLI output with
-vv
option by @tarunKoyalwar in #4082 - Updated short options
-tu
,-wu
to-turl
and-wurl
by @Ice3man543 in #4089
New Contributors
Full Changelog: v2.9.12...v2.9.13