v3.3.6
版本发布时间: 2024-11-22 02:54:58
projectdiscovery/nuclei最新发布版本:v3.3.7(2024-12-02 20:14:59)
⚠️ Breaking Changes:
- The
-enable-self-contained
or-esc
flag is now required to load self-contained templates. - The
-file
flag must be used to enable loading file templates.
What's Changed
🎉 New Features
- Added analyzer support and time based delay analyzer for DAST mode by @Ice3man543 in https://github.com/projectdiscovery/nuclei/pull/5781
See Analyzer documentation here: https://docs.projectdiscovery.io/templates/protocols/http/fuzzing-overview#analyzer
- Added batch output support for JSONL output format by @kchason in https://github.com/projectdiscovery/nuclei/pull/5705
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
- Added ENV variable handling in dynamic secret file by @alban-stourbe-wmx in https://github.com/projectdiscovery/nuclei/pull/5835
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
- Fixed code protocol template execution issues by @tarunKoyalwar in https://github.com/projectdiscovery/nuclei/pull/5767
- Fixed panic error in
-stats
option by @dogancanbakir in https://github.com/projectdiscovery/nuclei/pull/5774 - Fixed the issue with Jira tracker related to find request by @Ice3man543 in https://github.com/projectdiscovery/nuclei/pull/5798
- Fixed workflow validation logic by @dogancanbakir in https://github.com/projectdiscovery/nuclei/pull/5805
- Fixed data race in
protocolstate
,contextargs
and outdated tests by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/5820
Other Changes
- Disabled self-contained and file protocol templates as default by @dogancanbakir in https://github.com/projectdiscovery/nuclei/pull/5825
-
-esc
flag (self-contained templates) is implicitly enabled when-code
flag is used.
-
- Added SDK functions to improve nuclei store and workflow access by @iuliu8899 in https://github.com/projectdiscovery/nuclei/pull/5766
- Fixed typo in headless protocol error message by @dmaciejak in https://github.com/projectdiscovery/nuclei/pull/5768
- Added missing backtick in DESIGN document by @chengehe in https://github.com/projectdiscovery/nuclei/pull/5789
- Improved GitHub Auto-Merge workflow by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/5784
- Added SDK function to allow setting custom variables by @alban-stourbe-wmx in https://github.com/projectdiscovery/nuclei/pull/5678
- Improved GitHub workflows to run concurrently by @dwisiswant0 in https://github.com/projectdiscovery/nuclei/pull/5818
New Contributors
- @dmaciejak made their first contribution in https://github.com/projectdiscovery/nuclei/pull/5768
- @chengehe made their first contribution in https://github.com/projectdiscovery/nuclei/pull/5789
Full Changelog: https://github.com/projectdiscovery/nuclei/compare/v3.3.5...v3.3.6
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