Replies: 6 comments
-
|
This is a known behavior difference between
Runtime loading also checks dependencies — when nuclei actually loads templates for scanning, it additionally validates:
The 928 "runtime errors" are almost certainly templates that require:
To identify exactly which templates fail, run with verbose output: Quick fix: The 643 templates that loaded successfully are the relevant ones for your scan config. The 928 excluded ones need To reduce the warning count, filter by protocol: This loads only HTTP protocol templates and should eliminate most runtime errors. Add |
Beta Was this translation helpful? Give feedback.
-
|
This is a known behavior difference between
Runtime loading also checks dependencies — when nuclei actually loads templates for scanning, it additionally validates:
The 928 "runtime errors" are almost certainly templates that require:
To identify exactly which templates fail, run with verbose output: Quick fix: The 643 templates that loaded successfully are the relevant ones for your scan config. The 928 excluded ones need To reduce the warning count, filter by protocol: This loads only HTTP protocol templates and should eliminate most runtime errors. Add |
Beta Was this translation helpful? Give feedback.
-
|
This is a known quirk —
To identify which specific templates are failing at runtime: nuclei -tags tech -t C:
uclei-templates
uclei-templates-10.3.9 -validate -debug 2>&1 | findstr /i "error"Or more targeted — run your actual scan with nuclei -tags tech -list targets.txt -t C:
uclei-templates
uclei-templates-10.3.9 -debug -duc 2>&1 | findstr "runtime error"Common fixes:
The 928 "runtime errors" are almost certainly templates that depend on features/protocols not available in your environment. Your 643 loaded templates are the ones that actually work for your setup. |
Beta Was this translation helpful? Give feedback.
-
|
This is a known quirk —
To identify which specific templates are failing at runtime: nuclei -tags tech -t C:\nuclei-templates\nuclei-templates-10.3.9 -validate -debug 2>&1 | findstr /i "error"Or more targeted — run your actual scan with nuclei -tags tech -list targets.txt -t C:\nuclei-templates\nuclei-templates-10.3.9 -debug -duc 2>&1 | findstr "runtime error"Common fixes:
The 928 "runtime errors" are almost certainly templates that depend on features/protocols not available in your environment. Your 643 loaded templates are the ones that actually work for your setup. |
Beta Was this translation helpful? Give feedback.
-
|
This is a known quirk —
To identify which specific templates are failing at runtime: nuclei -tags tech -t C:\nuclei-templates\nuclei-templates-10.3.9 -validate -debug 2>&1 | findstr /i "error"Or more targeted — run your actual scan with nuclei -tags tech -list targets.txt -t C:\nuclei-templates\nuclei-templates-10.3.9 -debug -duc 2>&1 | findstr "runtime error"Common fixes:
The 928 "runtime errors" are almost certainly templates that depend on features/protocols not available in your environment. Your 643 loaded templates are the ones that actually work for your setup. |
Beta Was this translation helpful? Give feedback.
-
|
This is a known quirk —
To identify which specific templates are failing at runtime: nuclei -tags tech -t C:\nuclei-templates\nuclei-templates-10.3.9 -validate -debug 2>&1 | findstr /i "error"Or more targeted — run your actual scan with nuclei -tags tech -list targets.txt -t C:\nuclei-templates\nuclei-templates-10.3.9 -debug -duc 2>&1 | findstr "runtime error"Common fixes:
The 928 "runtime errors" are almost certainly templates that depend on features/protocols not available in your environment. Your 643 loaded templates are the ones that actually work for your setup. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When running this command,
I receive
When I -validate the same folder of templates,
no validation errors:
Any tips to reconcile and get all templates validating at runtime? I have downloaded temp directly from GitHub release zip and extracted folder to disk, no custom templates.
Beta Was this translation helpful? Give feedback.
All reactions