What problem does it solve?
Entry P1 category router for injection testing. Use when routing between XSS,
SQLi, SSRF, XXE, SSTI, command injection, and NoSQL injection workflows based
on how attacker-controlled input is consumed.
Core Features & Use Cases
-
The Skill acts as a centralized router to dispatch to specialized injection testing skills based on where the attacker-controlled input is consumed (browser context, database queries, template engines, server-side requests, XML parsers, or shell).
-
It references a map of sub-skills including:
- XSS Cross Site Scripting
- SQLi SQL Injection
- SSRF Server Side Request Forgery
- XXE XML External Entity
- SSTI Server Side Template Injection
- CMDi Command Injection
- NoSQL Injection
-
Use Case: When you have input flowing into multiple interpreters, this router decides which specific testing tactic to run next.
Quick Start
Feed an attacker-controlled input and use the router to route it to the appropriate injection testing sub-skill for analysis.