Skip to content

Releases: projectdiscovery/nuclei

v3.4.7

01 Jul 14:19
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Fixed issue with go install (github.com/zmap/zgrab2 v0.2.0 => v0.1.8) by @dwisiswant0 in #6295

Full Changelog: v3.4.6...v3.4.7

v3.4.6

30 Jun 17:51
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v3.4.5...v3.4.6

v3.4.5

17 Jun 00:00
Compare
Choose a tag to compare

What’s Changed

Bug Fixes

Enhancements

  • Headless: Store responses for better debugging and analysis by @dwisiswant0 #6247
  • Feature: Add EnableMatcherStatus to configure matcher behavior (SDK) by @egru #6191

Refactoring & Maintenance

New Contributors

Full Changelog: v3.4.4...v3.4.5

v3.4.4

16 May 21:24
b611bf1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.3...v3.4.4

v3.4.3

08 May 13:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.2...v3.4.3

v3.4.2

08 Apr 09:48
9c13efd
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Added bearer support to Jira reporting for self-hosted environments by @Ice3man543 in #6145

🐞 Bug Fixes

  • Fixed call to errors.Wrap to use the correct error variable by @alingse in #6127

Other Changes

  • Various improvements to the GitHub Actions by @dwisiswant0, including:
    • Removal of i386 Docker manifest due to lack of 32-bit support #6134
    • Addition of Docker manifests #6125
    • Use of composite action for compatibility checks #6139
    • Addition of setup-python steps for tests #6154

New Contributors

Full Changelog: v3.4.1...v3.4.2

v3.4.1

28 Mar 07:54
91d8556
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v3.4.0...v3.4.1

v3.4.0

26 Mar 19:50
bdccbf6
Compare
Choose a tag to compare

What's Changed

🎉 New Features

Other Changes

New Contributors

Full Changelog: v3.3.10...v3.4.0

v3.3.10

07 Mar 17:59
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v3.3.9...v3.3.10

v3.3.9

13 Feb 13:30
2403700
Compare
Choose a tag to compare

What's Changed

🎉 New Features

  • Added -ai option to generate and run nuclei templates on the fly in natural langauge by @parthmalhotra in #6041
$ nuclei -list h1.txt -ai "extract page titles"

[extract-page-titles] [http] [info] https://api.hackerone.com ["HackerOne API"]

More in docs at https://docs.projectdiscovery.io/tools/nuclei/running#ai-powered-template-generation

  • Added initial Live DAST Server API implementation (experimental) by @Ice3man543 in #5772
$ nuclei -dts

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v3.3.9

		projectdiscovery.io

[INF] DAST Server API: http://localhost:9055/fuzz
[INF] DAST Server Stats URL: http://localhost:9055/stats
⇨ http server started on 127.0.0.1:9055
  • Added support for DSL expression evaluation in headless args by @dwisiswant0 in #6017

🐞 Bug Fixes

Other Changes

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

New Contributors

Full Changelog: v3.3.8...v3.3.9