MyGit

v3.3.6

projectdiscovery/nuclei

版本发布时间: 2024-11-22 02:54:58

projectdiscovery/nuclei最新发布版本:v3.3.7(2024-12-02 20:14:59)

⚠️ Breaking Changes:

What's Changed

🎉 New Features

See Analyzer documentation here: https://docs.projectdiscovery.io/templates/protocols/http/fuzzing-overview#analyzer

Configuration options for JSONL exporter:

jsonl:
 # file is the file to export found JSONL result to
 file: ""
 # omit-raw whether to exclude the raw request and response from the output
 omit-raw: false
 # batch-size the number of records to keep in memory before writing them out to the JSONL file or 0 to disable batching (default)
 batch-size: 0

Secrets can be set using ENV variables or defined with -v and -env-vars options:

Env based secret

variables:
   - key: password
     value: $PASSWORD

Config file / Flag based secrets ( using -env-vars or -vars )

variables:
     - key: password
     - value: {{password}}

🐞Bug Fixes

Other Changes

New Contributors

Full Changelog: https://github.com/projectdiscovery/nuclei/compare/v3.3.5...v3.3.6

相关地址:原始地址 下载(tar) 下载(zip)

1、 nuclei_3.3.6_checksums.txt 758B

2、 nuclei_3.3.6_linux_386.zip 26.03MB

3、 nuclei_3.3.6_linux_amd64.zip 27.7MB

4、 nuclei_3.3.6_linux_arm.zip 26.54MB

5、 nuclei_3.3.6_linux_arm64.zip 25.72MB

6、 nuclei_3.3.6_macOS_amd64.zip 28.8MB

7、 nuclei_3.3.6_macOS_arm64.zip 28.05MB

8、 nuclei_3.3.6_windows_386.zip 26.25MB

9、 nuclei_3.3.6_windows_amd64.zip 27.42MB

查看:2024-11-22发行的版本