What problem does it solve? Authorization flaws like IDOR, privilege escalation, and directory traversal let attackers access data and functions beyond their privileges, yet they are often missed because they require systematic, multi-account testing rather than automated scanning. ## Core Features & Use Cases - Structured WSTG-ATHZ Coverage: Provides step-by-step test procedures for WSTG-ATHZ-01 (directory traversal), WSTG-ATHZ-02 (authorization bypass), WSTG-ATHZ-03 (privilege escalation), and WSTG-ATHZ-04 (IDOR). - Concrete Payloads and Techniques: Includes traversal encoding variants, header override tests (X-Original-URL, X-Forwarded-For), role parameter manipulation, and horizontal/vertical bypass workflows. - Remediation Guidance: Each test section pairs findings with server-side fixes such as indirect reference maps, ownership verification, and deny-by-default access control. - Use Case: During a penetration test of a customer portal, use this Skill to systematically swap session tokens and object identifiers between two test accounts to confirm whether IDOR and horizontal privilege bypass exist. ## Quick Start Use the wstg-authorization skill to test this web application for IDOR and privilege escalation using two test accounts.