github projectdiscovery/nuclei v2.9.13

latest releases: v3.3.2, v3.3.1, v3.3.0...
13 months ago

What's Changed

🎉 New Features

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

Don't miss a new nuclei release

NewReleases is sending notifications on new releases.