Skip to content

Releases: projectdiscovery/nuclei

v3.0.4

18 Nov 09:21
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Added base64 encoded template into json(l) result for custom templates with option to exclude by @dogancanbakir in #4315
   -ot, -omit-template  omit encoded template in the JSON, JSONL output
    tls_version_enum: true
    tls_cipher_enum: true
    tls_cipher_types: 
      - insecure 
      - weak

🐞 Bug Fixes

🔨 Maintenance

Other Changes

  • Enabled cookie-reuse as default with ability to disable optionally by @dogancanbakir in #4292
    disable-cookie: true
PPROF=1 ./nuclei -u https://scanme.sh

Full Changelog: v3.0.3...v3.0.4

v3.0.3

02 Nov 14:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.2...v3.0.3

v3.0.2

26 Oct 16:00
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v3.0.1...v3.0.2

v3.0.1

20 Oct 12:38
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Fixed issues with template preprocessor + multi request variables indexing by @tarunKoyalwar in #4262

Note:

This release includes fixes for bugs introduced in v3.0; upgrade to the latest version if you are using v3.

Full Changelog: v3.0.0...v3.0.1

v3.0.0

19 Oct 15:11
Compare
Choose a tag to compare

Nuclei v3 is now live and kicking!

We're excited to announce a variety of new features, enhancements, and bug fixes for seamless vulnerability identification!

  • For an in-depth understanding and details of the new elements, visit our v3 release blog.
  • To get a detailed overview of all the closed issues linked with this release, please explore the Nuclei v3 release milestone on GitHub.
  • Looking to get started with these features? Our Nuclei Docs will guide you through everything you need to know.

What's Changed

🎉 New Features

🐞 Bug Fixes

  • Fixed issue with -fh2 option to make http2 connection request by @Mzack9999 in #4237
  • Added support to avoid duplicate issue creation in GitHub reporting by @mionskowski-form3 in #4201
  • Added support to avoid duplicate issue creation in GitLab reporting by @skahn007gl in #4152

🔨 Maintenance

Other Changes

New Contributors

Full Changelog: v2.9.15...v3.0.0

v2.9.15

16 Sep 16:01
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

  • Fixed issue with request using TE instead of CL header in certain case by @tarunKoyalwar in #4154
  • Fixed issue with matcher status option for cluster template execution by @ShubhamRasal in #4132
  • Fixed issue with loader for deterministic clustering by @Mzack9999 in #4124

🔨 Maintenance

Other Changes

Full Changelog: v2.9.14...v2.9.15

v2.9.14

04 Sep 10:30
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Added impact field under template information block by @ehsandeep in #4121
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to send arbitrary requests from the server, potentially leading to unauthorized access or data leakage.

🔨 Maintenance

Other Changes

Full Changelog: v2.9.13...v2.9.14

v2.9.13

26 Aug 08:47
Compare
Choose a tag to compare

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

v2.9.12

22 Aug 11:23
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

Other Changes

Full Changelog: v2.9.11...v2.9.12

v2.9.11

18 Aug 21:50
Compare
Choose a tag to compare

What's Changed

🎉 New Feature

  • Added request/response in JSONL output for failed match with -ms option by @seeyarh in #3986

🐞 Bug Fixes

  • Fixed issues with interactsh integration to improve matcher accuracy by @tarunKoyalwar in #4059
  • Fixed issue with using interactsh matcher with request condition by @tarunKoyalwar in #4064
  • Fixed reference info nil pointer dereference with -me option by @lu4nx in #4006
  • Fixed issue transfer encoding header by @cn-kali-team in #3947
  • Fixed SDK issue by adding default resp size to options by @Mzack9999 in #4050

🔨 Maintenance

Other Changes

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

New Contributors

Full Changelog: v2.9.10...v2.9.11