What's Changed
- Added shared context execution in workflows by @Mzack9999 in #2576
- Added tlsx integration to nuclei by @Ice3man543 in #2522
- Added CIDR input support #2665 by @ShubhamRasal in #2675
- Added proxy support for network protocol by @parrasajad in #2549
- Added same host redirect (
-fhr
) support in cli and template by @Mzack9999 in #2655 - Added multiple named matcher based condition in workflow by @Ice3man543 in #2594
- Added option to list dsl function (
-ldf
) by @mjkim610 in #2497 - Added helm chart / kubernetes installation instruction by @heywoodlh in #2557
- Added wrapped errors for dsl compilation error by @jimen0 in #2492
- Added default config generation for reporting options by @Ice3man543 in #2605
- Added elasticsearch host reporting field support by @Ice3man543 in #2653
- Added response truncation support with flags by @Ice3man543 in #2688
- Added new dsl functions:
to_unix_time
,hex_to_dec
,oct_to_dec
,bin_to_dec
by @forgedhallpass in #2545contains_all
,contains_any
by @LuitelSamikshya in #2550sort
,uniq
by @mjkim610 in #2372sha512
by @jturner in #2517
- Added unit test for
extractors
by @bertold in #2671extract.go
by @ronaudinho in #2635
- Fixed out-of-memory error by forcing conns to be gc-ed by default by @Mzack9999 in #2642
- Fixed multi-protocol in templates by @Ice3man543 in #2611
- Fixed the example code showcasing how to use nuclei as a library by @forgedhallpass in #2615
- Fixed bug in rate limiter with bucket refill and unrestricted token burst by @Mzack9999 in #2536
- Updated
-tl
flag to list template path by @LuitelSamikshya in #2596
Issues closed in release - https://github.com/projectdiscovery/nuclei/milestone/19?closed=1
New Contributors
- @mjkim610 made their first contribution in #2499
- @ronaudinho made their first contribution in #2635
- @heywoodlh made their first contribution in #2557
- @bertold made their first contribution in #2671
- @ShubhamRasal made their first contribution in #2675
Full Changelog: v2.7.7...v2.7.8