Releases: projectdiscovery/nuclei
v2.3.3
v2.3.2
Changelog
29b99fe Added markdown export to disk in the reporting module (-de reports
)
29b99fe Fixed body length error with report integration module.
29b99fe Fixed matched counter bug in metrics endpoint.
29b99fe Fixed config file parser bug.
29b99fe Fixed bug with nuclei-ignore
file.
39d57ea Fixed a bug with stats counter.
39d57ea Fixed a bug with running newly added templates (-nt
flag)
39d57ea Fixed a but making all workflows to run on running single workflow
39d57ea Fixed panic crash with DNS module.
39d57ea Fixed a bug to exclude timestamp when no-meta
flag is used.
39d57ea Fixed crash when running with a non-root user.
v2.3.1
Changelog
Fixes:-
f6fc4e5 Fixed a bug with severity
flag parsing
a302914 Fixed panic crash with http status codes
fffc1d1 Fixed retries in DNS requests failing
266e332 Added exclude-tags/etags
support, dos
tag will be excluded as default.
d8bb580 Added support to use severity with tags, (-tags low,high)
31094ab Added issue-tracker-config file
v2.3.0
Changelog
- Added headless chrome based templates support
- Added network based (TCP) support.
- Added file based template support.
- Added config file support.
- Added network based (TCP) support.
- Added HTTP Request clusterning for similar paths.
- Added passive support for HTTP based templates.
- Added -w/workflows to only run workflow based templates
- Added request condition support.
- Added workflows flag + new templates flag to run newly added ones
- Added support for system resolvers.
- Added expressions package + expressions support to network protocols
- Added hex encoding support in matchers
- Added dns fallback support
- Added missing rawhttp option override
- Added TLS protocol test
- Added parallelism to workflows
- Added simple json based http metrics support
- Added helper functions to payloads
- Added r flag to allow users usage of custom resolvers
- Added support for http response redirect chain print and match
- Added offline http response processing feature
- Added max http body resp size option
- Added tag based template support execution.
- Added Jira,Github,Gitlab issue tracker integration to nuclei
- Added goflags library support.
- Added reworked generators package
- Moved colorizer stuff to pkg/output
- Moved tracefile to pkg/output + misC
- Fixed output endpoint in unsafe request without host header
- Fixed multiple bugs with rawhttp
- Fixed rawhttp header formatting issues
- Fixed raw http newline formatting
- Fixed a bug with workflows
- Fixed a bug with workflow
- Fixed a bug with request count.
- Fixed underscore in header names for kval matcher
- Fixed path & port parsing for raw requests
v2.2.0
Changelog
Added:-
Fuzzing enhancements:-
0ecc798 Added HTTP Pipelining support for fuzzing
c7301e4 Added HTTP Connection pooling support for fuzzing
37a1589 Added Raw HTTP support for malformed HTTP requests.
bf54f9f Added support for Race condition testing
236f3b2 Added §variable§
marker for fuzzing
0dea929 Added stats
in multithreaded requests (fuzzing)
General enhancements:-
d4e03a0 Added YAML syntax support for workflows
5b073c1 Added Project file support for request reuse
8eea734 Added global rate limit support
f85dbaf Added burp collaborator support
8eea734 Added hmap for reducing memory uses
87d2c17 Added clistats in place of a progress bar
7728335 Added support to DSL matcher to match each unique request
9b7de41 Added trace log (-trace-log
) support
fefb028 Added -templates-version
flag to list template version
4ec229e Added -no-meta
flag to ignore meta information
1d04c06 Added dynamic field support in the template info block
a1cc52c Added bulk-size
flag
fd1d249 Added response time support to DSL
4e48a5f Added type to specify type of request
5305965 Added mmh3 hashing support in helper functions
e38f164 Added shared resolver cache among various HTTP clients
695c2a2 Added fuzzing payloads output values to json output
c50a57e Added .nuclei-ignore
file from current working directory
f26d518 Added comments support in .nuclei-ignore
file
e12003c Added stop-at-first-match
flag
86ebb27 Added flag to disable host header and content length
75e0796 Added host information in the JSON response by @savushkin-yauheni
Updated:-
9442cfb Updated flag nC
to no-color
9442cfb Updated flag json-requests
to include-rr
9442cfb Updated flag pbar
to stats
Fixed:-
6777069 Fixed a bug with ignoring paths in the input file by @vzamanillo
927270f Fixed a bug with raw requests redirect
a3dc908 Fixed a bug with debug flag to display post body
0a760a4 Fixed a panic with trace log
v2.1.1
Changelog
- 4e74cfd Added negative matcher support
- da22532 Added support for severity filtering with
severity
flag by @manuelbua - 4a355f0 Added support for template exclusions with
exclude
flag by @manuelbua - 320f312 Added
.nuclei-ignore
file support - 207e78b Added Rate limit per host by @CasperGN
- 4484ba8 Added template list support with
tl
flag by @vzamanillo - d7451a6 Added template name field in JSON output by @vzamanillo
- bc320d7 Added color support for severity by @vzamanillo
- d44b00c Added Progress bar support with the silent flag by @vzamanillo
- 90354f2 Added support for using local templates along with nuclei-templates
- 113ccb1 Added template preloading at the start of the scan
- 6000529 Added support for golangci lint by @vzamanillo
- 2dfd245 Added JSON output support for DNS templates by @Marmelatze
- d752de5 Added centralize template loaded info message, add output coloring by @manuelbua
- 10ebc31 Added template ID on HTTP request error message @vzamanillo
- 4c76b25 Added severity information in the output by @vzamanillo
- 57fa83c Added match groups support in regex extractor
- 2a117d7 Fixed a failed request error on multiple URLs
- 3082a9f Fixed a bug with helper function by @organiccrap
- 5955ee0 Fixed a bug with port conflict input with URLs and templates by @vzamanillo
- 76a4102 Fixed a bug with Workflow detecting "No Results" by @vzamanillo
- 02bf886 Fixed inconsistent output printing in the terminal
- 63249ef Fixed No JSON output with workflows
- 59ee0ad Fixed a bug with matches when multiple headers with the same name by @CasperGN
- 51412f6 Fixed
No result
found problem with and condition by @Marmelatze - 2b16e12 Fixed an issue with
all
matched part by @rykkard - 3a91e7f Updated nuclei-templates current and outdated messages
- bcbfc33 Updated template loading UI message by @vzamanillo
v2.1.0
Changelog
9f1ac66 Updated engine parallelism rework.
858168b Added Progress bar with live results by @manuelbua
97069af Added multiple input template support by @manuelbua
a256a56 Added in-template cookie reuse
f96f5f7 Added key-value supported extractor
c346087 Added dynamic extraction and reuse
f8e52ce Added coloring support in output results by @manuelbua
66200dc Added wild-card template input support by @wdahlenburg
f4486ef Fixed relative path issue with payloads.
39465cf Fixed dockerfile go version.