What problem does it solve?
This skill addresses the difficulty of safely validating NoSQL injection vulnerabilities in modern web applications by providing a structured, gated, and minimal-impact testing framework.
Core Features & Use Cases
- Operator Injection Testing: Safely validates MongoDB operator injection (e.g., $ne, $regex) to identify authentication bypasses.
- Blind Injection Oracles: Employs boolean and time-based differential analysis to confirm vulnerabilities without data exfiltration.
- Redis Command Injection: Detects insecure command concatenation in Redis-backed services.
- Use Case: A security researcher needs to verify if a login endpoint is vulnerable to NoSQL operator injection without dumping the database or triggering destructive operations.
Quick Start
Use the vuln-nosql skill to validate the login endpoint at the specified target URL for MongoDB operator injection vulnerabilities using the provided authorization cache.