cmdi-command-injection

Provide command injection payloads, bypass techniques, and blind detection strategies for web applications.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bingook/bingo --skill cmdi-command-injection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cmdi-command-injection
Source: https://github.com/bingook/bingo/tree/main/bingo/skills/hack-skills/cmdi-command-injection
Command: npx skills add https://github.com/bingook/bingo --skill cmdi-command-injection

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides an in-depth guide for identifying and leveraging command injection vulnerabilities in web applications, offering a comprehensive set of payloads, bypass techniques, and detection strategies.

Core Features & Use Cases

  • Comprehensive Payload Library: Includes a wide range of payloads for different contexts such as blind, time-based, and OOB command injection.
  • Vulnerability Detection: Provides methods for blind injection detection using timing and out-of-band communication channels.
  • Bypass Techniques: Offers techniques to bypass WAF filters, PHP disable_functions restrictions, and other common defenses.
  • Use Case: A penetration tester or security researcher uses this Skill to test for command injection vulnerabilities in web applications and exploit them for information gathering or lateral movement.

Quick Start

Load the cmdi-command-injection skill and use it to identify and exploit command injection vulnerabilities in your target application.

Frequently Asked Questions about cmdi-command-injection

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

FAQPage Schema
What is command injection and how does blind injection detection work?

Command injection vulnerabilities are exploited using tailored payloads to execute arbitrary system commands on a host operating system. Payload generation provides specific command strings for different injection contexts like blind or time-based execution.

How do I bypass WAF filters and PHP disable_functions restrictions during command injection?

Bypass techniques for command injection include utilizing alternative payload syntaxes to evade WAF filters and leveraging specific functions to circumvent PHP disable_functions restrictions, allowing successful exploitation of vulnerable web applications.

How can I detect blind command injection vulnerabilities in a web application?

Blind command injection detection involves using time-based payloads to measure server response delays or out-of-band communication channels to trigger DNS or HTTP callbacks, confirming vulnerability existence without direct visual output.

What payloads are effective for time-based and out-of-band command injection?

Effective payloads for time-based command injection use system sleep commands, while out-of-band payloads trigger DNS or HTTP requests to an attacker-controlled server. This Skill provides a comprehensive library of these injection payloads.

Can I use this Skill for testing web application security in penetration testing environments?

Yes, this Skill is designed for penetration testers and security researchers to identify and exploit command injection vulnerabilities in web applications, facilitating information gathering or lateral movement during security assessments.