Implements template profile improvements — a single YAML profile file can now serve as a complete scan config:
Closes #5567
secrets: embed auth secrets directly in a profile without a separate secrets filelist: specify targets as a block scalar directly in the profilename, purpose, description etc. are silently ignored, so profiles can carry human-readable contextExample profile:
# Metadata fields - intentionally ignored by nuclei flag parsing
name: inline-secrets-test
purpose: temporary test to verify inline secrets are applied
# Inline target list
list: |
httpbin.org
concurrency: 1
timeout: 10
secrets:
static:
- type: Header
domains:
- httpbin.org
headers:
- key: X-Test-Secret
value: nuclei-inline-secret-works
/claim #5567
New Features
Tests
Chores
Rahul Rajesh Kumar
@rahulrajesh21
ProjectDiscovery
@projectdiscovery
starmovie12
@starmovie12