Red Team — Web Application

Identify and exploit web application vulnerabilities with commands for SQL injection and API flaws.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/defconxt/CIPHER --skill red-team-web-application
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Red Team — Web Application
Source: https://github.com/defconxt/CIPHER/tree/main/skills/red-team
Command: npx skills add https://github.com/defconxt/CIPHER --skill red-team-web-application

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and tools for identifying and exploiting web application vulnerabilities, helping security professionals assess and improve web application security.

Core Features & Use Cases

  • Vulnerability Identification: Detects common web vulnerabilities like SQLi, XSS, SSRF, SSTI, XXE, and more.
  • Exploitation Techniques: Offers detailed methods and commands for exploiting identified vulnerabilities.
  • API Security: Covers GraphQL and REST API security testing, including authentication bypass and enumeration.
  • Use Case: A penetration tester needs to find and exploit an SQL injection vulnerability on a target web application. This Skill provides the exact sqlmap commands and payloads to achieve this.

Quick Start

Use the web skill to test for SQL injection on the provided URL 'http://example.com/page?id=1'.

Frequently Asked Questions about Red Team — Web Application

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

FAQPage Schema
How do I exploit SQL injection vulnerabilities in a web application?

Exploit SQL injection vulnerabilities using detailed sqlmap commands and payloads provided for target web applications. It covers exact injection techniques to extract data and bypass authentication mechanisms.

What techniques are used for SSRF and SSTI vulnerability exploitation?

SSRF and SSTI vulnerability exploitation techniques involve manipulating server-side requests and template engines through crafted payloads. The skill provides specific methods to identify and execute these injection attacks.

Can I test GraphQL and REST API security for authentication bypass?

Test GraphQL and REST API security for authentication bypass using provided enumeration and exploitation methods. The skill covers specific techniques to detect and exploit API security flaws.

How does web request smuggling and cache poisoning work?

Web request smuggling and cache poisoning work by manipulating HTTP request parsing and caching mechanisms. The skill provides detailed instructions for identifying and exploiting these deserialization and web vulnerabilities.

What is the best way to identify XXE and XSS vulnerabilities during penetration testing?

The best way to identify XXE and XSS vulnerabilities during penetration testing is by using specific detection payloads and exploitation commands. The skill provides comprehensive guidance for web security assessment.