What's Changed
- Added support to store all responses to disk by @LuitelSamikshya in #1727
-sresp, -store-resp store all request/response passed through nuclei to output directory
-srd, -store-resp-dir string store all request/response passed through nuclei to custom directory (default "output")
- Added support to match specific
interactsh-url
payload in case of multiple placeholders #1698 by @parrasajad in #1760 - Added version comparison helpers (
compare_versions
) by @Ice3man543 in #1783
- type: dsl
dsl:
- compare_versions(version, '< 5.5.7')
- Added random IP generator helpers (
rand_ip
) by @skhalsa-sigsci in #1744
headers:
X-Forwarded-For: '{{rand_ip("192.168.0.0/24")}}'
- Added file input support for custom header/cookie by @Mzack9999 in #1756
nuclei -H cookies.txt
- Added custom technology to tags mapping file support with
-automatic-scan
by @Ice3man543 in #1796 - Fixed bug to skip unused payloads by @Mzack9999 in #1790
- Fixed bug using payloads in matchers with helpers by @Ice3man543 in #1780
- Fixed special chars in markdown file paths by @Mzack9999 in #1758
Issues closed in release: https://github.com/projectdiscovery/nuclei/milestone/11?closed=1
New Contributors
- @skhalsa-sigsci made their first contribution in #1744
Full Changelog: v2.6.5...v2.6.6