What problem does it solve?
Clickjacking (UI redress) is a widespread web vulnerability where attackers trick users into clicking hidden, transparent iframes overlaid on legitimate pages, leading to unintended sensitive actions like account deletion, admin privilege changes, or payment confirmations. This Skill eliminates the manual, error-prone process of testing for these flaws, which are often missed by automated scanners due to their reliance on context-aware testing of state-changing endpoints.
Core Features & Use Cases
- Framing Header Validation: Automatically checks for missing or misconfigured X-Frame-Options and CSP frame-ancestors headers to identify frameable pages.
- Multi-Scenario PoC Generation: Provides ready-to-use templates for basic single-click, multi-step, and drag-and-drop clickjacking attacks to confirm exploitability.
- Bypass Technique Library: Includes tested methods to bypass common frame-busting scripts, deprecated ALLOW-FROM directives, and same-origin framing restrictions.
- Use Case: A security tester auditing a corporate admin panel can use this Skill to quickly identify if the user role modification page is frameable, generate a working proof-of-concept, and test bypasses for any implemented frame protection.
Quick Start
Use the clickjacking skill to test if the target's account deletion page is vulnerable to UI redress attacks and generate a working proof-of-concept if it is.