v3.3.3
What's Changed
🎉 New Features
- Added linear issue tracker support by @Ice3man543 in #5601
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.
- Added support to upload nuclei existing scan results to dashboard by @RamanaReddy0M in #5603
-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
- Added support for additional headless lifecycle events by @dwisiswant0 in #5632
Newly supported events:
- waitdom
- waitfcp
- waitfmp
- waitidle
- waitstable
See docs for more details.
🐞Bug Fixes
- Fixed issue with
max-host-error
withconcurrency
by @dwisiswant0 in #5633 - Fixed issue with parsing OpenAPI http security schemes on empty values by @RamanaReddy0M in #5606
- Fixed loading dynamic auth templates with fuzzing by @RamanaReddy0M in #5646
- Fixed issue with MySQL connection with special characters in password by @RamanaReddy0M in #5604
- Fixed issue with
WithProxy
err by @dogancanbakir in #5626 - Fixed missing
template_url
for signed templates by @RamanaReddy0M in #5644 - Fixed nil pointer error with
addCNameIfAvailable
from using closedDialer
by @dwisiswant0 in #5665 - Fixed issue in event generation using
-ms
option with clustering by @Ice3man543 in #5653 - Fixed issue with Input Clone when the workflow execution forks by @tovask in #5621
- Fixed failing integration tests by @RamanaReddy0M in #5647
🔨 Maintenance
- Added support for
fs.FS
in template parsing by @doug-threatmate in #5421
Issues closed in this release - https://github.com/projectdiscovery/nuclei/milestone/63?closed=1
Full Changelog: v3.3.2...v3.3.3