Skip to content

Releases: projectdiscovery/nuclei

v2.6.1

22 Feb 10:20
6ea16ba
Compare
Choose a tag to compare
v2.6.1 Pre-release
Pre-release

What's Changed

New Contributors

  • @tanimdiucse123 made their first contribution in #1606

Full Changelog: v2.6.0...v2.6.1

v2.6.0

05 Feb 15:37
149edf1
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v2.5.9...v2.6.0

v2.5.9

23 Jan 09:06
4d4d722
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v2.5.8...v2.5.9

v2.5.8

13 Jan 13:12
57d947f
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v2.5.7...v2.5.8

v2.5.7

19 Dec 12:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.6...v2.5.7

v2.5.6

18 Dec 14:48
c682b48
Compare
Choose a tag to compare
v2.5.6 Pre-release
Pre-release

What's Changed

Full Changelog: v2.5.5...v2.5.6

Interactsh bugfix release

13 Dec 13:32
ed309e4
Compare
Choose a tag to compare

What's Changed

  • Updated default interactsh to https://interact.sh by @ehsandeep in #1368
  • Updated goreleaser.yml to trim path information #1353 by @Mzack9999
  • Added GH Action to test for the race condition #1342 by @Mzack9999
  • Fixed Docker GH Action to push the latest release dockerhub #1350 by @Mzack9999
  • Fixed bug with creating/reading .nuclei-ignore file #1366

Full Changelog: v2.5.4...v2.5.5

v2.5.4

09 Dec 08:37
Compare
Choose a tag to compare

What's Changed

New CLI Flags:

-tu, -template-url string[]  URL containing list of templates to run
-wu, -workflow-url string[]  URL containing list of workflows to run
-pt, -type value[]                protocol types to be executed. Possible values: dns, file, http, headless, network, workflow, ssl, websocket
-ept, -exclude-type value[]       protocol types to not be executed. Possible values: dns, file, http, headless, network, workflow, ssl, websocket
-ms, -matcher-status          show optional match failure status
-elog, -error-log string  file to write sent requests error log
-cc, -client-cert string    client certificate file (PEM-encoded) used for authenticating against scanned hosts
-ck, -client-key string     client key file (PEM-encoded) used for authenticating against scanned hosts
-ca, -client-ca string      client certificate authority file (PEM-encoded) used for authenticating against scanned hosts

New JSON fields:

  "template": "misconfiguration/http-missing-security-headers.yaml"
  "template-url": "https://github.com/projectdiscovery/nuclei-templates/blob/master/misconfiguration/http-missing-security-headers.yaml"
  "matcher-status": true

New Global Variables:

For DNS Protocol

{{RDN}}
{{DN}}
{{TLD}}
{{SD}}

For Netowork Protocol

{{Host}}
{{Port}}

Closed GH Issues in v2.5.4 release

https://github.com/projectdiscovery/nuclei/milestone/4?closed=1

New Contributors

Full Changelog: v2.5.3...v2.5.4

v2.5.3

21 Oct 01:26
efbef30
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES

JSON fields are updated, which may cause some automation flows to fail.

Old JSON field Updated JSON field
templateID template-id
matcher_name matcher-name
extractor_name extractor-name
matched matched-at
extracted_results extracted-results

What's Changed

New Contributors

Full Changelog: v2.5.2...v2.5.3

v2.5.2

18 Sep 11:19
f5fb8aa
Compare
Choose a tag to compare

Changelog

  • Fixed a crash with HTTP connection #998
  • Fixed a crash with interactsh client #1023
  • Fixed a crash with elasticsearch export 712e3ae
  • Fixed a crash with headless engine #1037
  • Fixed Github rate-limit issue with self-hosted version check API #895
  • Updated go-rod (security update) #1037 reported by @c3l3si4n
  • Updated additional-fields attribute to metadata bfb0a99