v2.6.9
版本发布时间: 2022-04-25 17:28:29
projectdiscovery/nuclei最新发布版本:v3.3.6(2024-11-22 02:54:58)
What's Changed
- Added template variable support by @Ice3man543 in https://github.com/projectdiscovery/nuclei/pull/1785
variables:
a1: "{{to_lower(rand_base(5))}}"
requests:
- method: GET
path:
- "{{BaseURL}}/?test={{a1}}"
matchers:
- type: word
words:
- "{{a1}}"
- Added support for dsl as a new extractor type by @Mzack9999 in https://github.com/projectdiscovery/nuclei/pull/1873
extractors:
- type: dsl
dsl:
- "len(body)"
- Added requests annotation support for RAW HTTP Templates by @Mzack9999 in https://github.com/projectdiscovery/nuclei/pull/1805
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
- |
@Host: https://login.microsoftonline.com:443
GET /{{Host}}/v2.0/.well-known/openid-configuration HTTP/1.1
Host: login.microsoftonline.com
- Fixed internal bug in interactsh integration with unsafe HTTP template by @Mzack9999 in https://github.com/projectdiscovery/nuclei/pull/1875
- Fixed bug to support custom template directory input for
automatic-scan
by @LuitelSamikshya in https://github.com/projectdiscovery/nuclei/pull/1870
Full Changelog: https://github.com/projectdiscovery/nuclei/compare/v2.6.8...v2.6.9
1、 cve-annotate.zip 2.34MB
2、 nuclei_2.6.9_checksums.txt 843B
3、 nuclei_2.6.9_linux_386.zip 10.27MB
4、 nuclei_2.6.9_linux_amd64.zip 10.74MB
5、 nuclei_2.6.9_linux_arm64.zip 9.96MB
6、 nuclei_2.6.9_linux_armv6.zip 10.4MB
7、 nuclei_2.6.9_macOS_amd64.zip 12.11MB
8、 nuclei_2.6.9_macOS_arm64.zip 11.89MB
9、 nuclei_2.6.9_windows_386.zip 10.6MB
10、 nuclei_2.6.9_windows_amd64.zip 10.77MB