web2-vuln-classes

Summarize web security bug classes with root causes, detection, and exploitation techniques.

4|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/Bsh13lder/Lazy-Claw --skill web2-vuln-classes-bsh13lder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web2-vuln-classes
Source: https://github.com/Bsh13lder/Lazy-Claw/tree/main/claude-bug-bounty/skills/web2-vuln-classes
Command: npx skills add https://github.com/Bsh13lder/Lazy-Claw --skill web2-vuln-classes-bsh13lder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a detailed reference for 20 web2 bug classes, enabling security researchers and developers to understand root causes, detection techniques, and exploit methods.

Core Features & Use Cases

  • In-Depth Bug Class Analysis: Covers IDOR, XSS, SSRF, SQLi, and more, with root cause explanations and real-world examples.
  • Detection & Testing Patterns: Offers checklists and sample payloads to identify vulnerabilities effectively.
  • Use Case: Use this Skill to quickly learn common web bugs and emulate best practices for secure coding and testing.

Quick Start

Request detailed information and testing strategies for IDOR vulnerabilities within a web application.

Frequently Asked Questions about web2-vuln-classes

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

FAQPage Schema
What are the root causes of common web vulnerabilities like XSS and SQL injection?

Web vulnerabilities like XSS and SQL injection stem from improper input validation and unescaped output. This reference explains the root causes for 20 bug classes, detailing how insecure coding practices allow attackers to inject malicious payloads into web applications.

How do I test for IDOR vulnerabilities in a web application?

Testing for IDOR involves manipulating object references in API endpoints or URLs to access unauthorized data. This guide provides detection patterns and sample payloads to identify insecure direct object reference flaws by systematically altering identifiers during security auditing.

Which web2 vulnerability classes are covered for security auditing?

The web2 vulnerability classes covered include IDOR, XSS, SSRF, SQLi, and 16 other bug types. This reference summarizes each class, explaining their mechanisms, detection techniques, and exploitation methods to support comprehensive security auditing and testing.

What sample payloads can I use to detect SSRF vulnerabilities?

Detecting SSRF vulnerabilities uses sample payloads that trick the server into making requests to internal resources or metadata endpoints. This guide offers testing checklists and specific payloads to identify server-side request forgery by targeting URL parameters and input vectors.

Does this reference provide mitigation steps for secure software development?

This reference provides mitigation steps for secure software development across various bug classes. It details practical testing patterns and explains how understanding root causes and exploitation techniques informs defensive coding practices for web applications.