nuclei_scan
Execute Nuclei vulnerability scanner to identify security flaws in targets with enhanced logging and comprehensive parameter support for thorough security assessments.
Instructions
Execute Nuclei vulnerability scanner with enhanced logging and comprehensive parameter support.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
additional_args | No | ||
author | No | ||
automatic_scan | No | ||
body | No | ||
bulk_size | No | ||
concurrency | No | ||
custom_headers | No | ||
debug | No | ||
exclude_id | No | ||
exclude_tags | No | ||
follow_redirects | No | ||
include_metadata | No | ||
include_requests | No | ||
include_responses | No | ||
max_redirects | No | ||
methods | No | ||
new_templates | No | ||
output_format | No | jsonl | |
protocol_type | No | ||
proxy | No | ||
rate_limit | No | ||
resolver | No | ||
retries | No | ||
scan_strategy | No | ||
severity | No | ||
silent | No | ||
system_resolvers | No | ||
tags | No | ||
target | Yes | ||
template | No | ||
template_id | No | ||
timeout | No | ||
timestamp_enabled | No | ||
user_agent | No | ||
verbose | No |
Input Schema (JSON Schema)
{
"properties": {
"additional_args": {
"default": "",
"title": "Additional Args",
"type": "string"
},
"author": {
"default": "",
"title": "Author",
"type": "string"
},
"automatic_scan": {
"default": false,
"title": "Automatic Scan",
"type": "boolean"
},
"body": {
"default": "",
"title": "Body",
"type": "string"
},
"bulk_size": {
"default": "",
"title": "Bulk Size",
"type": "string"
},
"concurrency": {
"default": 25,
"title": "Concurrency",
"type": "integer"
},
"custom_headers": {
"default": "",
"title": "Custom Headers",
"type": "string"
},
"debug": {
"default": false,
"title": "Debug",
"type": "boolean"
},
"exclude_id": {
"default": "",
"title": "Exclude Id",
"type": "string"
},
"exclude_tags": {
"default": "",
"title": "Exclude Tags",
"type": "string"
},
"follow_redirects": {
"default": true,
"title": "Follow Redirects",
"type": "boolean"
},
"include_metadata": {
"default": true,
"title": "Include Metadata",
"type": "boolean"
},
"include_requests": {
"default": true,
"title": "Include Requests",
"type": "boolean"
},
"include_responses": {
"default": false,
"title": "Include Responses",
"type": "boolean"
},
"max_redirects": {
"default": "",
"title": "Max Redirects",
"type": "string"
},
"methods": {
"default": "",
"title": "Methods",
"type": "string"
},
"new_templates": {
"default": false,
"title": "New Templates",
"type": "boolean"
},
"output_format": {
"default": "jsonl",
"title": "Output Format",
"type": "string"
},
"protocol_type": {
"default": "",
"title": "Protocol Type",
"type": "string"
},
"proxy": {
"default": "",
"title": "Proxy",
"type": "string"
},
"rate_limit": {
"default": "",
"title": "Rate Limit",
"type": "string"
},
"resolver": {
"default": "",
"title": "Resolver",
"type": "string"
},
"retries": {
"default": "",
"title": "Retries",
"type": "string"
},
"scan_strategy": {
"default": "",
"title": "Scan Strategy",
"type": "string"
},
"severity": {
"default": "",
"title": "Severity",
"type": "string"
},
"silent": {
"default": false,
"title": "Silent",
"type": "boolean"
},
"system_resolvers": {
"default": false,
"title": "System Resolvers",
"type": "boolean"
},
"tags": {
"default": "",
"title": "Tags",
"type": "string"
},
"target": {
"title": "Target",
"type": "string"
},
"template": {
"default": "",
"title": "Template",
"type": "string"
},
"template_id": {
"default": "",
"title": "Template Id",
"type": "string"
},
"timeout": {
"default": "",
"title": "Timeout",
"type": "string"
},
"timestamp_enabled": {
"default": true,
"title": "Timestamp Enabled",
"type": "boolean"
},
"user_agent": {
"default": "",
"title": "User Agent",
"type": "string"
},
"verbose": {
"default": false,
"title": "Verbose",
"type": "boolean"
}
},
"required": [
"target"
],
"type": "object"
}