adv_generate_exploit
Craft exploits for specific vulnerabilities by analyzing code context and target language, integrating LLM prompts for enhanced exploit generation in security workflows.
Instructions
Generate exploit for a specific vulnerability
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code_context | Yes | Vulnerable code context | |
target_language | Yes | Target programming language | |
use_llm | No | Whether to include LLM exploit generation prompts | |
vulnerability_type | Yes | Type of vulnerability (sql_injection, xss, etc.) |