This feature allows users to maintain a single, comprehensive configuration file for Nuclei scans.
Added support for the following metadata fields: id, name, description, purpose, author, version, and profile-tags.
goflags (and therefore won’t cause errors).name and description are shown during scan startup.Added secrets key support directly in profile files. Supports both static and dynamic secrets:
Header, BasicAuth, Cookie, BearerToken, Query authenticationname: projectdiscovery-scan
purpose: Config File for Scanning
description: single config file for scanning specific targets
type:
- http
- dns
- ssl
exclude-tags:
- dos
- fuzz
concurrency: 5
timeout: 30
secrets:
static:
- type: Header
domains:
- api.projectdiscovery.io
headers:
- key: x-pdcp-key
value: <api-key-here>
dynamic:
- template: custom-oauth-flow.yaml
variables:
- key: username
value: pdteam
type: Cookie
domains:
- api.projectdiscovery.io
New Features
Bug Fixes
Tests
Fixes https://github.com/projectdiscovery/nuclei/issues/5567
/claim https://github.com/projectdiscovery/nuclei/issues/5567
Tarjmul Qasim
@Tarjmul810
ProjectDiscovery
@projectdiscovery
starmovie12
@starmovie12