Skip to content

Releases: projectdiscovery/nuclei

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

v2.0.2

07 Jul 12:24
63b020f
Compare
Choose a tag to compare

Changelog

8f38faa Fixed an issue with failed requests

v2.0.1

07 Jul 05:54
606c46b
Compare
Choose a tag to compare

Changelog

606c46b Fixed an issue with DSL helper function
257d968 Fixed error with auto-updates Github rate limit
7ad867d Fixed defaults to OR condition when no condition is specified

v2.0.0

01 Jul 10:54
Compare
Choose a tag to compare

Changelog

  1. #121: Fixed raw requests newlines and allow blank request path
  2. #115: Added relative path and auto-template fetching support from installed directory.
  3. #113: Added single target support.
  4. #114: Added json output support
  5. #111: Chained workflow support with conditions etc.
  6. #109: Added template updates feature with auto-updates, etc.
  7. #108: Fixed blank output file bug.

v1.1.7

22 Jun 14:51
90c7a0d
Compare
Choose a tag to compare

Changelog

be3157e Added better verbose and debug modes
6acf0d4 Inform user and no output file in case of 0 results

v1.1.6

18 Jun 13:50
b3e9704
Compare
Choose a tag to compare

Changelog

7adda0b updated default user-agent to include project details

v1.1.5

22 May 17:41
66f2d68
Compare
Choose a tag to compare
  • Added intruder like support (sniper/pitchfork/clusterbomb)
  • Fuzzing with DSL helpers
  • Fixed bug in body decompression
  • Added global headers via CLI

v1.1.4 - Small improvements

14 May 14:17
443140a
Compare
Choose a tag to compare
  • Small improvements
  • General Fixes