github projectdiscovery/nuclei v3.3.3

22 hours ago

What's Changed

🎉 New Features

linear:
  # api-key is the API key for the linear account
  api-key: ""
  # allow-list sets a tracker level filter to only create issues for templates with
  # these severity labels or tags (does not affect exporters. set those globally)
  deny-list:
    severity: critical
  # deny-list sets a tracker level filter to never create issues for templates with
  # these severity labels or tags (does not affect exporters. set those globally)
  deny-list:
    severity: low
  # team-id is the ID of the team in Linear
  team-id: ""
  # project-id is the ID of the project in Linear
  project-id: ""
  # duplicate-issue-check flag to enable duplicate tracking issue check
  duplicate-issue-check: false
  # open-state-id is the ID of the open state in Linear
  open-state-id: ""

See docs for more details.

   -pdu, -dashboard-upload string  upload / view nuclei results file (jsonl) in projectdiscovery cloud (pdcp) UI dashboard
 $ ./nuclei -pdu nucle_results.jsonl 

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v3.3.3

		projectdiscovery.io

[INF] Uploading scan results to cloud dashboard from test
[INF] 7 Scan results uploaded to cloud, you can view scan results at https://cloud.projectdiscovery.io/scans/crqho0h1c9fs73f1rth0?team_id=none

Newly supported events:

  • waitdom
  • waitfcp
  • waitfmp
  • waitidle
  • waitstable

See docs for more details.

🐞Bug Fixes

🔨 Maintenance

Issues closed in this release - https://github.com/projectdiscovery/nuclei/milestone/63?closed=1

Full Changelog: v3.3.2...v3.3.3

Don't miss a new nuclei release

NewReleases is sending notifications on new releases.