web-exploitation

Detect and exploit web application vulnerabilities using sqlmap, ysoserial, and PHPGGC.

7|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill web-exploitation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-exploitation
Source: https://github.com/ArianHobson333/claude-bug-bounty-stack/tree/main/vendor/Decepticon/skills/exploit/web
Command: npx skills add https://github.com/ArianHobson333/claude-bug-bounty-stack --skill web-exploitation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sqlmap, ysoserial, PHPGGC, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables you to quickly identify and exploit various web application vulnerabilities, enhancing the security posture of your targets.

Core Features & Use Cases

  • Web Exploitation Knowledge Base: A comprehensive guide covering various techniques like SQL Injection, SSTI, SSRF, IDOR, and command injection.
  • Detection Tools: Utilizes sqlmap, ysoserial, and PHPGGC for automated detection and exploitation.
  • Use Case: Conduct a vulnerability assessment on a web application, identify SQL Injection flaws, and leverage sqlmap for exploitation.

Quick Start

Run 'sqlmap -u "https://<TARGET>/page?id=1" --batch --output-dir sqlmap_<TARGET>/' to detect SQL Injection vulnerabilities in the target web application.

Frequently Asked Questions about web-exploitation

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

FAQPage Schema
How do I automate SQL injection detection and exploitation in a web application?

Automate SQL injection detection and exploitation by running sqlmap against target URLs to identify vulnerabilities and extract database contents. This Skill configures sqlmap with batch mode and output directories to streamline the web application security assessment process.

What is the best way to test for Server-Side Request Forgery and SSTI vulnerabilities?

Testing for Server-Side Request Forgery (SSRF) and Server-Side Template Injection (SSTI) involves identifying input vectors that manipulate server-side logic. This Skill provides a knowledge base and scripts to detect and exploit these web application vulnerabilities during penetration testing.

Can I use ysoserial and PHPGGC to automate command injection exploitation?

Yes, ysoserial and PHPGGC are integrated to automate the generation and exploitation of insecure deserialization chains. These tools facilitate command injection and vulnerability assessment by delivering payloads that execute arbitrary commands on the target web application.

Does this web exploitation skill support detecting IDOR and command injection flaws?

Yes, this skill supports detecting IDOR and command injection flaws by automating vulnerability assessment workflows. It leverages scripts and reference materials to identify insecure direct object references and execute command injection attacks during penetration testing.

What do I need to run sqlmap for web application security vulnerability assessment?

To run sqlmap for vulnerability assessment, you need a target URL with injectable parameters and the execution environment configured with its dependencies. The Skill uses sqlmap, ysoserial, and PHPGGC to automate the detection and exploitation of web application vulnerabilities.