Skip to content

Releases: projectdiscovery/nuclei

v2.9.9 (Security Update)

17 Jul 23:33
Compare
Choose a tag to compare

What's Changed

🎉 Features

  • Added env variable support to disable automatic template update from specifc source (#3705) by @kchason in #3926
export DISABLE_NUCLEI_TEMPLATES_PUBLIC_DOWNLOAD=true # Disable download from the default nuclei-templates project
export DISABLE_NUCLEI_TEMPLATES_GITHUB_DOWNLOAD=true # Disable download from public / private GitHub project(s)
export DISABLE_NUCLEI_TEMPLATES_GITLAB_DOWNLOAD=true # Disable download from public / private GitLab project(s)
export DISABLE_NUCLEI_TEMPLATES_AWS_DOWNLOAD=true # Disable download from public / private AWS Bucket(s)
export DISABLE_NUCLEI_TEMPLATES_AZURE_DOWNLOAD=true # Disable download from public / private Azure Blob Storage
{{jarm("1.1.1.1:443")}}
  • Added support for disable-path-automerge in unsafe mode by @RamanaReddy0M in #3888
  • Added request/reponse in include in result as default by @kchason in #3710
  • Added epss-percentile attribute template classification section by @ehsandeep in #3911
  classification:
    epss-percentile: 0.00064
  • Added option to optionally exclude request/reponse in results by @kchason in #3710
   -or, -omit-raw  omit request/response pairs in the JSON, JSONL, and Markdown outputs (for findings only)

🐞 Bugs

🔨 Maintenance

🔨 Other Changes

⚠️ Security (breaking change)

  • Fixed issue with payloads loading in sandbox mode by @Mzack9999 in #3927
  • Disabled payload loading from arbitrary location as default by @Ice3man543 in #3927
  • Added option to disable network connection to local / private by @Ice3man543 in #3927
   -lfa, -allow-local-file-access        allows file (payload) access anywhere on the system
   -lna, -restrict-local-network-access  blocks connections to the local / private network

🔨 Deprecated

  • -sandbox option (now brokedown into two new option -lfa, -lna)
  • -irr, -include-rr option (now enabled as default)

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

Full Changelog: v2.9.8...v2.9.9

v2.9.8

03 Jul 14:41
Compare
Choose a tag to compare

What's Changed

🐞 Bugs

New Contributors

Full Changelog: v2.9.7...v2.9.8

v2.9.7

26 Jun 20:32
Compare
Choose a tag to compare

What's Changed

🎉 Features

   -tlsi, -tls-impersonate  enable experimental client hello (ja3) tls randomization

🐞 Bugs

🔨 Maintenance

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

New Contributors

Full Changelog: v2.9.6...v2.9.7

v2.9.6

01 Jun 12:23
Compare
Choose a tag to compare

What's Changed

🐞 Bug Fixes

🚨 Breaking Change

  • Fixed typo by @kchason in #3760 (breaking change for using as SDK)

🔨 Maintenance

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

Full Changelog: v2.9.5...v2.9.6

v2.9.5

28 May 15:55
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v2.9.4...v2.9.5

v2.9.4

11 May 23:49
Compare
Choose a tag to compare

What's Changed

   -reset  reset removes all nuclei configuration and data files (including nuclei-templates)

Full Changelog: v2.9.3...v2.9.4

v2.9.3 (bugfix release)

03 May 20:44
1f9a065
Compare
Choose a tag to compare

What's Changed

Issues closed in this release - https://github.com/projectdiscovery/nuclei/milestone/30

New Contributors

Full Changelog: v2.9.2...v2.9.3

v2.9.2

19 Apr 22:48
e3ce33a
Compare
Choose a tag to compare

What's Changed

llm_prompt("what tech this server is using? return idk if you dont know" + header)
   -je, -json-export string  file to export results in JSON format

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

New Contributors

Full Changelog: v2.9.1...v2.9.2

v2.9.1

02 Apr 09:41
5b22ca8
Compare
Choose a tag to compare

Breaking Changes:

⚠️ Updated -json option to -jsonl to correctly reflect the output format by @kchason in #3466

   -j, -jsonl  write output in JSONL(ines) format

⚠️ Updated protocol attribute name (requests=> http & network => tcp) in templates by @ShubhamRasal in #3425

Templates with the use of requests and network will still work but will be deprecated completely in the future.

What's New

  • Added JSON output export support (-json-export) by @kchason in #3466
   -je, -json-export string  file to export results in JSON format

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

New Contributors

Full Changelog: v2.9.0...v2.9.1

v2.9.0

16 Mar 18:36
7ddbbf8
Compare
Choose a tag to compare

What's Changed

Issues closed in release - https://github.com/projectdiscovery/nuclei/milestone/27

New Contributors

Full Changelog: v2.8.9...v2.9.0