injection-testing

Detect and validate miscellaneous injection vulnerabilities across diverse input vectors.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dungsnowaxe/prometheus-red-team-bot --skill injection-testing-dungsnowaxe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: injection-testing
Source: https://github.com/dungsnowaxe/prometheus-red-team-bot/tree/main/promptheus/skills/dast/injection-testing
Command: npx skills add https://github.com/dungsnowaxe/prometheus-red-team-bot --skill injection-testing-dungsnowaxe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies and validates a wide range of injection vulnerabilities that are often missed by more specialized tools, helping to secure applications against diverse attack vectors.

Core Features & Use Cases

  • Comprehensive Injection Testing: Covers Server-Side Template Injection (SSTI), LDAP, XPath, XQuery, CRLF/HTTP Header, Email Header, Expression Language (EL/OGNL), JSON/JavaScript eval, ORM/HQL, CSV/Formula, Regex (ReDoS), YAML config, and Shellshock-style injection.
  • Vulnerability Mapping: Clearly maps identified vulnerabilities to relevant CWEs for precise reporting.
  • Use Case: A security analyst can use this Skill to systematically test an application's input handling for various injection flaws, ensuring robust defense against common and complex attack patterns.

Quick Start

Use the injection-testing skill to scan the target URL for any miscellaneous injection vulnerabilities.

Frequently Asked Questions about injection-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect SSTI and LDAP injection vulnerabilities in a web application?

To detect SSTI and LDAP injection vulnerabilities, you need a security testing tool that sends specific payloads to input vectors and analyzes backend responses. This Skill systematically tests for those flaws and validates them across various technologies.

What is the best way to test for XPath and XQuery injection flaws?

The best way to test for XPath and XQuery injection flaws is to use a DAST approach that submits targeted payloads and analyzes the application's behavior. This Skill identifies and confirms these specific injection types while mapping them to CWEs.

Can I scan for CRLF and HTTP header injection using automated payloads?

Yes, you can scan for CRLF and HTTP header injection using automated payloads. This Skill utilizes specific payloads designed to uncover and validate these header manipulation vulnerabilities across your target URLs.

Does injection testing cover Expression Language and ORM HQL attacks?

Injection testing does cover Expression Language (EL/OGNL) and ORM/HQL attacks. This Skill detects and validates these complex injection vectors by applying specific analysis techniques to identify flaws in backend technologies.

How do you validate CSV Formula and ReDoS injection vectors?

To validate CSV Formula and ReDoS injection vectors, you apply specific payloads to input fields and observe the application's response. This Skill confirms these regex and formula injection flaws and maps them to relevant CWEs for reporting.

What types of injection vulnerabilities are often missed by specialized scanners?

Miscellaneous injection vulnerabilities like YAML config injection, Email Header injection, and Shellshock are often missed by specialized scanners. This Skill identifies and validates these diverse attack vectors to ensure robust application defense.