Skip to content

Releases: projectdiscovery/nuclei

v2.3.4

02 Apr 17:53
Compare
Choose a tag to compare

Changelog

0d0e3f5 Added improved template exclusion support using tags.
6804bd7 Fixed errors listing with excluded templates.

v2.3.3

31 Mar 20:18
Compare
Choose a tag to compare

Changelog

718e450 Fixed a bug with .nuclei-ignore file update
718e450 Fixed a bug and removed random-agent flag (now used as default)

v2.3.2

22 Mar 12:05
Compare
Choose a tag to compare

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

13 Mar 20:17
Compare
Choose a tag to compare

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

10 Mar 15:43
Compare
Choose a tag to compare

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

20 Nov 10:55
5398c40
Compare
Choose a tag to compare

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

24 Sep 15:17
Compare
Choose a tag to compare

Changelog

v2.1.0

02 Aug 10:54
39465cf
Compare
Choose a tag to compare

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.

v2.0.4

14 Jul 07:20
7383270
Compare
Choose a tag to compare

Changelog

676bbc0 Better error handling for templates #153 by @manuelbua
8b4709e Fixed an issue with release binary.

v2.0.3

13 Jul 10:26
661c813
Compare
Choose a tag to compare

Changelog

d72b57e Fixed bugs in raw-requests
d6fb6bd Fixed update template issue