What problem does it solve? Security testers need a systematic way to assess file upload functionality, which is a common entry point for remote code execution, stored XSS, and SSRF. This Skill provides a structured offensive checklist so no bypass technique or impact scenario is missed during an assessment. ## Core Features & Use Cases - Bypass Technique Coverage: MIME type manipulation, extension tricks (double extensions, null bytes, case variation, trailing characters), magic byte forging, and polyglot files. - Impact Scenario Testing: Web shell upload for RCE, SVG/GIF-based stored XSS, XXE and SSRF via crafted files, path traversal in filenames, archive attacks (Zip Slip, symlink abuse), and race conditions. - Use Case: During a bug bounty engagement, you find an avatar upload endpoint. Use this Skill to walk through extension bypasses, Content-Type manipulation, and SVG XSS payloads, then verify whether uploaded files are executable or rendered in an unsafe context. ## Quick Start Use the file-upload skill to assess the upload endpoint at the target URL and report which validation bypasses succeed.